Home
last modified time | relevance | path

Searched defs:uipc (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/udrv/ulinux/
Duipc.cc176 static int uipc_main_init(tUIPC_STATE& uipc) { in uipc_main_init()
208 void uipc_main_cleanup(tUIPC_STATE& uipc) { in uipc_main_cleanup()
221 static void uipc_check_task_flags_locked(tUIPC_STATE& uipc) { in uipc_check_task_flags_locked()
234 static int uipc_check_fd_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_check_fd_locked()
276 static void uipc_check_interrupt_locked(tUIPC_STATE& uipc) { in uipc_check_interrupt_locked()
284 static inline void uipc_wakeup_locked(tUIPC_STATE& uipc) { in uipc_wakeup_locked()
291 static int uipc_setup_server_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, in uipc_setup_server_locked()
322 static void uipc_flush_ch_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_flush_ch_locked()
359 static void uipc_flush_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_flush_locked()
373 static int uipc_close_ch_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_close_ch_locked()
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_udrv_ulinux_uipc.cc37 bool UIPC_Open(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK* p_cback, in UIPC_Open()
42 bool UIPC_Send(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, in UIPC_Send()
48 int uipc_start_main_server_thread(tUIPC_STATE& uipc) { in uipc_start_main_server_thread()
60 uint32_t UIPC_Read(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint8_t* p_buf, in UIPC_Read()
65 bool UIPC_Ioctl(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint32_t request, in UIPC_Ioctl()
70 void UIPC_Close(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in UIPC_Close()
73 void uipc_close_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_close_locked()
76 void uipc_main_cleanup(tUIPC_STATE& uipc) { inc_func_call_count(__func__); } in uipc_main_cleanup()
77 void uipc_stop_main_server_thread(tUIPC_STATE& uipc) { in uipc_stop_main_server_thread()