Searched refs:tUIPC_RCV_CBACK (Results 1 – 3 of 3) sorted by relevance
/system/bt/udrv/include/ |
D | uipc.h | 51 typedef void(tUIPC_RCV_CBACK)( typedef 65 tUIPC_RCV_CBACK* cback; 96 bool UIPC_Open(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK* p_cback,
|
/system/bt/test/mock/ |
D | mock_udrv_ulinux_uipc.cc | 55 bool UIPC_Open(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK* p_cback, in UIPC_Open()
|
/system/bt/udrv/ulinux/ |
D | uipc.cc | 303 const char* name, tUIPC_RCV_CBACK* cback) { in uipc_setup_server_locked() 542 bool UIPC_Open(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK* p_cback, in UIPC_Open() 714 uipc.ch[ch_id].cback = (tUIPC_RCV_CBACK*)param; in UIPC_Ioctl()
|