Searched refs:UIPC_CH_ID_AV_CTRL (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_a2dp_control.cc | 65 UIPC_Open(*a2dp_uipc, UIPC_CH_ID_AV_CTRL, btif_a2dp_ctrl_cb, A2DP_CTRL_PATH); in btif_a2dp_control_init() 154 UIPC_Send(*a2dp_uipc, UIPC_CH_ID_AV_CTRL, 0, in btif_a2dp_control_on_get_input_audio_config() 157 UIPC_Send(*a2dp_uipc, UIPC_CH_ID_AV_CTRL, 0, &channel_count, in btif_a2dp_control_on_get_input_audio_config() 179 UIPC_Send(*a2dp_uipc, UIPC_CH_ID_AV_CTRL, 0, in btif_a2dp_control_on_get_output_audio_config() 182 UIPC_Send(*a2dp_uipc, UIPC_CH_ID_AV_CTRL, 0, in btif_a2dp_control_on_get_output_audio_config() 185 UIPC_Send(*a2dp_uipc, UIPC_CH_ID_AV_CTRL, 0, in btif_a2dp_control_on_get_output_audio_config() 189 UIPC_Send(*a2dp_uipc, UIPC_CH_ID_AV_CTRL, 0, in btif_a2dp_control_on_get_output_audio_config() 192 UIPC_Send(*a2dp_uipc, UIPC_CH_ID_AV_CTRL, 0, in btif_a2dp_control_on_get_output_audio_config() 195 UIPC_Send(*a2dp_uipc, UIPC_CH_ID_AV_CTRL, 0, in btif_a2dp_control_on_get_output_audio_config() 208 if (UIPC_Read(*a2dp_uipc, UIPC_CH_ID_AV_CTRL, in btif_a2dp_control_on_set_output_audio_config() [all …]
|
/packages/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid_audio_source.cc | 133 UIPC_Send(*uipc_hearing_aid, UIPC_CH_ID_AV_CTRL, 0, &ack, sizeof(ack)); in hearing_aid_send_ack() 186 n = UIPC_Read(*uipc_hearing_aid, UIPC_CH_ID_AV_CTRL, &read_cmd, 1); in hearing_aid_recv_ctrl_data() 192 UIPC_Close(*uipc_hearing_aid, UIPC_CH_ID_AV_CTRL); in hearing_aid_recv_ctrl_data() 256 UIPC_Send(*uipc_hearing_aid, UIPC_CH_ID_AV_CTRL, 0, in hearing_aid_recv_ctrl_data() 259 UIPC_Send(*uipc_hearing_aid, UIPC_CH_ID_AV_CTRL, 0, in hearing_aid_recv_ctrl_data() 262 UIPC_Send(*uipc_hearing_aid, UIPC_CH_ID_AV_CTRL, 0, in hearing_aid_recv_ctrl_data() 266 UIPC_Send(*uipc_hearing_aid, UIPC_CH_ID_AV_CTRL, 0, in hearing_aid_recv_ctrl_data() 270 *uipc_hearing_aid, UIPC_CH_ID_AV_CTRL, 0, in hearing_aid_recv_ctrl_data() 274 *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, in hearing_aid_recv_ctrl_data() [all …]
|
/packages/modules/Bluetooth/system/udrv/include/ |
D | uipc.h | 28 #define UIPC_CH_ID_AV_CTRL 0 macro
|
/packages/modules/Bluetooth/system/udrv/ulinux/ |
D | uipc.cc | 364 case UIPC_CH_ID_AV_CTRL: in uipc_flush_locked() 365 uipc_flush_ch_locked(uipc, UIPC_CH_ID_AV_CTRL); in uipc_flush_locked()
|