Searched refs:UIPC_CH_ID_AV_AUDIO (Results 1 – 5 of 5) sorted by relevance
/system/bt/btif/src/ |
D | btif_a2dp_control.cc | 132 UIPC_Open(*a2dp_uipc, UIPC_CH_ID_AV_AUDIO, btif_a2dp_data_cb, in btif_a2dp_recv_ctrl_data() 151 UIPC_Open(*a2dp_uipc, UIPC_CH_ID_AV_AUDIO, btif_a2dp_data_cb, in btif_a2dp_recv_ctrl_data() 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()
|
D | btif_a2dp_source.cc | 807 btif_a2dp_control_log_bytes_read(UIPC_Read(*a2dp_uipc, UIPC_CH_ID_AV_AUDIO, in btif_a2dp_source_audio_tx_stop_event() 818 UIPC_Close(*a2dp_uipc, UIPC_CH_ID_AV_AUDIO); in btif_a2dp_source_audio_tx_stop_event() 880 bytes_read = UIPC_Read(*a2dp_uipc, UIPC_CH_ID_AV_AUDIO, &event, p_buf, len); in btif_a2dp_source_read_callback() 1010 UIPC_Ioctl(*a2dp_uipc, UIPC_CH_ID_AV_AUDIO, UIPC_REQ_RX_FLUSH, nullptr); in btif_a2dp_source_audio_tx_flush_event()
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid_audio_source.cc | 74 bytes_read = UIPC_Read(*uipc_hearing_aid, UIPC_CH_ID_AV_AUDIO, &event, in send_audio_data() 119 UIPC_Ioctl(*uipc_hearing_aid, UIPC_CH_ID_AV_AUDIO, in hearing_aid_data_cb() 121 UIPC_Ioctl(*uipc_hearing_aid, UIPC_CH_ID_AV_AUDIO, UIPC_SET_READ_POLL_TMO, in hearing_aid_data_cb() 172 UIPC_Open(*uipc_hearing_aid, UIPC_CH_ID_AV_AUDIO, hearing_aid_data_cb, in hearing_aid_recv_ctrl_data()
|
/system/bt/udrv/include/ |
D | uipc.h | 24 #define UIPC_CH_ID_AV_AUDIO 1 macro
|
/system/bt/udrv/ulinux/ |
D | uipc.cc | 380 case UIPC_CH_ID_AV_AUDIO: in uipc_flush_locked() 381 uipc_flush_ch_locked(uipc, UIPC_CH_ID_AV_AUDIO); in uipc_flush_locked() 464 uipc_check_fd_locked(uipc, UIPC_CH_ID_AV_AUDIO); in uipc_read_task() 468 if (ch_id != UIPC_CH_ID_AV_AUDIO) uipc_check_fd_locked(uipc, ch_id); in uipc_read_task()
|