Home
last modified time | relevance | path

Searched refs:reply_error (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder_internal.h525 struct binder_error reply_error; member
H A Dbinder.c1713 if (target_thread->reply_error.cmd == BR_OK) { in binder_send_failed_reply()
1714 target_thread->reply_error.cmd = error_code; in binder_send_failed_reply()
1717 &target_thread->reply_error.work); in binder_send_failed_reply()
1727 target_thread->reply_error.cmd); in binder_send_failed_reply()
4916 thread->reply_error.work.type = BINDER_WORK_RETURN_ERROR; in binder_get_thread_ilocked()
4917 thread->reply_error.cmd = BR_OK; in binder_get_thread_ilocked()
/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda-ipc.c124 msg->reply_error = ret; in hda_dsp_ipc_get_reply()
H A Dbdw.c407 msg->reply_error = ret; in bdw_get_reply()
H A Dbyt.c287 msg->reply_error = ret; in byt_get_reply()
/OK3568_Linux_fs/kernel/sound/soc/sof/imx/
H A Dimx8m.c65 msg->reply_error = ret; in imx8m_get_reply()
H A Dimx8.c92 msg->reply_error = ret; in imx8_get_reply()
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dipc.c223 ret = msg->reply_error; in tx_wait_done()
263 msg->reply_error = 0; in sof_ipc_tx_message_unlocked()
H A Dsof-priv.h338 int reply_error; member