BR_OK
if (target_thread->reply_error.cmd == BR_OK) {
if (from->ee.command == BR_OK)
binder_set_extended_error(&thread->ee, t_debug_id, BR_OK, 0);
BUG_ON(thread->return_error.cmd != BR_OK);
while (ptr < end && thread->return_error.cmd == BR_OK) {
BR_OK);
WARN_ON(e->cmd == BR_OK);
e->cmd = BR_OK;
thread->return_error.cmd = BR_OK;
thread->reply_error.cmd = BR_OK;
thread->ee.command = BR_OK;
binder_set_extended_error(&thread->ee, 0, BR_OK, 0);