Home
last modified time | relevance | path

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

/system/bt/udrv/include/
Duipc.h51 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/udrv/ulinux/
Duipc.cc303 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()