Home
last modified time | relevance | path

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

/aosp12/system/bt/bta/hearing_aid/
H A Dhearing_aid_audio_source.cc97 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 Dbtif_a2dp_control.cc70 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 Dbtif_a2dp_source.cc838 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 Dmock_udrv_ulinux_uipc.cc78 uint32_t UIPC_Read(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, in UIPC_Read() function
/aosp12/system/bt/udrv/include/
H A Duipc.h127 uint32_t UIPC_Read(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint16_t* p_msg_evt,
/aosp12/system/bt/udrv/ulinux/
H A Duipc.cc621 uint32_t UIPC_Read(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, in UIPC_Read() function