Home
last modified time | relevance | path

Searched refs:tUIPC_CH_ID (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/udrv/include/
Duipc.h36 typedef uint8_t tUIPC_CH_ID; typedef
55 typedef void(tUIPC_RCV_CBACK)(tUIPC_CH_ID ch_id,
99 bool UIPC_Open(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK* p_cback,
107 void UIPC_Close(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id);
118 bool UIPC_Send(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint16_t msg_evt, const uint8_t* p_buf,
130 uint32_t UIPC_Read(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint8_t* p_buf, uint32_t len);
140 bool UIPC_Ioctl(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint32_t request, void* param);
/packages/modules/Bluetooth/system/test/mock/
Dmock_udrv_ulinux_uipc.cc31 bool UIPC_Open(tUIPC_STATE& /* uipc */, tUIPC_CH_ID /* ch_id */, tUIPC_RCV_CBACK* /* p_cback */, in UIPC_Open() argument
36 bool UIPC_Send(tUIPC_STATE& /* uipc */, tUIPC_CH_ID /* ch_id */, uint16_t /* msg_evt */, in UIPC_Send() argument
49 uint32_t UIPC_Read(tUIPC_STATE& /* uipc */, tUIPC_CH_ID /* ch_id */, uint8_t* /* p_buf */, in UIPC_Read() argument
54 bool UIPC_Ioctl(tUIPC_STATE& /* uipc */, tUIPC_CH_ID /* ch_id */, uint32_t /* request */, in UIPC_Ioctl() argument
59 void UIPC_Close(tUIPC_STATE& /* uipc */, tUIPC_CH_ID /* ch_id */) { inc_func_call_count(__func__); } in UIPC_Close() argument
/packages/modules/Bluetooth/system/udrv/ulinux/
Duipc.cc94 static int uipc_close_ch_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id);
251 static int uipc_check_fd_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_check_fd_locked()
311 static int uipc_setup_server_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, const char* name, in uipc_setup_server_locked()
344 static void uipc_flush_ch_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_flush_ch_locked()
379 static void uipc_flush_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_flush_locked()
395 static int uipc_close_ch_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_close_ch_locked()
433 static void uipc_close_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_close_locked()
558 bool UIPC_Open(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK* p_cback, in UIPC_Open()
587 void UIPC_Close(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in UIPC_Close()
611 bool UIPC_Send(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint16_t /* msg_evt */, const uint8_t* p_buf, in UIPC_Send()
[all …]
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding_host.cc62 static void btif_a2dp_data_cb([[maybe_unused]] tUIPC_CH_ID ch_id, tUIPC_EVENT event) { in btif_a2dp_data_cb()
Dle_audio_software_host.cc42 void lea_data_cb(tUIPC_CH_ID, tUIPC_EVENT event) { in lea_data_cb() argument
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hci.cc74 void sco_data_cb(tUIPC_CH_ID, tUIPC_EVENT event) { in sco_data_cb() argument