Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_udrv_ulinux_uipc.cc31 bool UIPC_Open(tUIPC_STATE& /* uipc */, tUIPC_CH_ID /* ch_id */, in UIPC_Open() argument
36 bool UIPC_Send(tUIPC_STATE& /* uipc */, tUIPC_CH_ID /* ch_id */, in UIPC_Send() argument
42 int uipc_start_main_server_thread(tUIPC_STATE& /* uipc */) { in uipc_start_main_server_thread() argument
54 uint32_t UIPC_Read(tUIPC_STATE& /* uipc */, tUIPC_CH_ID /* ch_id */, in UIPC_Read() argument
59 bool UIPC_Ioctl(tUIPC_STATE& /* uipc */, tUIPC_CH_ID /* ch_id */, in UIPC_Ioctl() argument
64 void UIPC_Close(tUIPC_STATE& /* uipc */, tUIPC_CH_ID /* ch_id */) { in UIPC_Close() argument
67 void uipc_close_locked(tUIPC_STATE& /* uipc */, tUIPC_CH_ID /* ch_id */) { in uipc_close_locked() argument
70 void uipc_main_cleanup(tUIPC_STATE& /* uipc */) { in uipc_main_cleanup() argument
73 void uipc_stop_main_server_thread(tUIPC_STATE& /* uipc */) { in uipc_stop_main_server_thread() argument
/packages/modules/Bluetooth/system/udrv/include/
Duipc.h72 struct tUIPC_STATE { struct
90 std::unique_ptr<tUIPC_STATE> UIPC_Init(); argument