Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_udrv_ulinux_uipc.cc84 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 Duipc.h138 bool UIPC_Ioctl(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint32_t request,
/aosp12/system/bt/btif/src/
H A Dbtif_a2dp_control.cc367 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 Dbtif_a2dp_source.cc1031 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 Dhearing_aid_audio_source.cc150 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 Duipc.cc700 extern bool UIPC_Ioctl(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint32_t request, in UIPC_Ioctl() function