Searched refs:UIPC_Read (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/bt/bta/hearing_aid/ |
H A D | hearing_aid_audio_source.cc | 97 bytes_read = UIPC_Read(*uipc_hearing_aid, UIPC_CH_ID_AV_AUDIO, &event, in send_audio_data() 172 n = UIPC_Read(*uipc_hearing_aid, UIPC_CH_ID_AV_CTRL, NULL, &read_cmd, 1); in hearing_aid_recv_ctrl_data() 273 if (UIPC_Read(*uipc_hearing_aid, UIPC_CH_ID_AV_CTRL, 0, in hearing_aid_recv_ctrl_data() 280 if (UIPC_Read(*uipc_hearing_aid, UIPC_CH_ID_AV_CTRL, 0, in hearing_aid_recv_ctrl_data() 289 if (UIPC_Read(*uipc_hearing_aid, UIPC_CH_ID_AV_CTRL, 0, in hearing_aid_recv_ctrl_data()
|
/aosp12/system/bt/btif/src/ |
H A D | btif_a2dp_control.cc | 70 n = UIPC_Read(*a2dp_uipc, UIPC_CH_ID_AV_CTRL, NULL, &read_cmd, 1); in btif_a2dp_recv_ctrl_data() 249 if (UIPC_Read(*a2dp_uipc, UIPC_CH_ID_AV_CTRL, 0, in btif_a2dp_recv_ctrl_data() 257 if (UIPC_Read(*a2dp_uipc, UIPC_CH_ID_AV_CTRL, 0, in btif_a2dp_recv_ctrl_data() 265 if (UIPC_Read(*a2dp_uipc, UIPC_CH_ID_AV_CTRL, 0, in btif_a2dp_recv_ctrl_data()
|
H A D | btif_a2dp_source.cc | 838 btif_a2dp_control_log_bytes_read(UIPC_Read(*a2dp_uipc, UIPC_CH_ID_AV_AUDIO, in btif_a2dp_source_audio_tx_stop_event() 910 bytes_read = UIPC_Read(*a2dp_uipc, UIPC_CH_ID_AV_AUDIO, &event, p_buf, len); in btif_a2dp_source_read_callback()
|
/aosp12/system/bt/test/mock/ |
H A D | mock_udrv_ulinux_uipc.cc | 78 uint32_t UIPC_Read(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, in UIPC_Read() function
|
/aosp12/system/bt/udrv/include/ |
H A D | uipc.h | 127 uint32_t UIPC_Read(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint16_t* p_msg_evt,
|
/aosp12/system/bt/udrv/ulinux/ |
H A D | uipc.cc | 621 uint32_t UIPC_Read(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, in UIPC_Read() function
|