Searched refs:UIPC_Ioctl (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/bt/test/mock/ |
H A D | mock_udrv_ulinux_uipc.cc | 84 bool UIPC_Ioctl(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint32_t request, in UIPC_Ioctl() function
|
/aosp12/system/bt/udrv/include/ |
H A D | uipc.h | 138 bool UIPC_Ioctl(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint32_t request,
|
/aosp12/system/bt/btif/src/ |
H A D | btif_a2dp_control.cc | 367 UIPC_Ioctl(*a2dp_uipc, UIPC_CH_ID_AV_AUDIO, in btif_a2dp_data_cb() 369 UIPC_Ioctl(*a2dp_uipc, UIPC_CH_ID_AV_AUDIO, UIPC_SET_READ_POLL_TMO, in btif_a2dp_data_cb()
|
H A D | btif_a2dp_source.cc | 1031 UIPC_Ioctl(*a2dp_uipc, UIPC_CH_ID_AV_AUDIO, UIPC_REQ_RX_FLUSH, nullptr); in btif_a2dp_source_audio_tx_flush_event()
|
/aosp12/system/bt/bta/hearing_aid/ |
H A D | hearing_aid_audio_source.cc | 150 UIPC_Ioctl(*uipc_hearing_aid, UIPC_CH_ID_AV_AUDIO, in hearing_aid_data_cb() 152 UIPC_Ioctl(*uipc_hearing_aid, UIPC_CH_ID_AV_AUDIO, UIPC_SET_READ_POLL_TMO, in hearing_aid_data_cb()
|
/aosp12/system/bt/udrv/ulinux/ |
H A D | uipc.cc | 700 extern bool UIPC_Ioctl(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint32_t request, in UIPC_Ioctl() function
|