Home
last modified time | relevance | path

Searched refs:tUIPC_RCV_CBACK (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/udrv/include/
Duipc.h55 typedef void(tUIPC_RCV_CBACK)( typedef
69 tUIPC_RCV_CBACK* cback;
100 bool UIPC_Open(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK* p_cback,
/packages/modules/Bluetooth/system/test/mock/
Dmock_udrv_ulinux_uipc.cc32 tUIPC_RCV_CBACK* /* p_cback */, const char* /* socket_path */) { in UIPC_Open() argument
/packages/modules/Bluetooth/system/udrv/ulinux/
Duipc.cc293 const char* name, tUIPC_RCV_CBACK* cback) { in uipc_setup_server_locked()
528 bool UIPC_Open(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK* p_cback, in UIPC_Open()