Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/udrv/ulinux/
Duipc.cc235 static int uipc_check_fd_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_check_fd_locked()
292 static int uipc_setup_server_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, in uipc_setup_server_locked()
323 static void uipc_flush_ch_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_flush_ch_locked()
360 static void uipc_flush_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_flush_locked()
374 static int uipc_close_ch_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_close_ch_locked()
406 void uipc_close_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_close_locked()
419 int ch_id; in uipc_read_task() local
528 bool UIPC_Open(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK* p_cback, in UIPC_Open()
557 void UIPC_Close(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in UIPC_Close()
581 bool UIPC_Send(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint16_t /* msg_evt */, in UIPC_Send()
[all …]
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding_host.cc51 static void btif_a2dp_data_cb([[maybe_unused]] tUIPC_CH_ID ch_id, in btif_a2dp_data_cb()