Home
last modified time | relevance | path

Searched refs:tBTA_AV_STATUS (Results 1 – 10 of 10) sorted by relevance

/system/bt/btif/include/
Dbtif_a2dp_audio_interface.h29 void btif_a2dp_audio_on_started(tBTA_AV_STATUS status);
30 void btif_a2dp_audio_on_stopped(tBTA_AV_STATUS status);
31 void btif_a2dp_audio_on_suspended(tBTA_AV_STATUS status);
Dbtif_a2dp.h55 tBTA_AV_STATUS status);
/system/bt/btif/src/
Dbtif_a2dp_audio_interface_linux.cc23 void btif_a2dp_audio_on_started(tBTA_AV_STATUS status) { in btif_a2dp_audio_on_started()
26 void btif_a2dp_audio_on_stopped(tBTA_AV_STATUS status) { in btif_a2dp_audio_on_stopped()
29 void btif_a2dp_audio_on_suspended(tBTA_AV_STATUS status) { in btif_a2dp_audio_on_suspended()
Dbtif_a2dp_audio_interface.cc337 void btif_a2dp_audio_on_started(tBTA_AV_STATUS status) { in btif_a2dp_audio_on_started()
354 void btif_a2dp_audio_on_suspended(tBTA_AV_STATUS status) { in btif_a2dp_audio_on_suspended()
371 void btif_a2dp_audio_on_stopped(tBTA_AV_STATUS status) { in btif_a2dp_audio_on_stopped()
Dbtif_a2dp.cc145 tBTA_AV_STATUS status) { in btif_a2dp_on_offload_started()
Dbtif_av.cc1538 tBTA_AV_STATUS status = p_bta_data->open.status; in ProcessEvent()
1690 tBTA_AV_STATUS status = p_bta_data->open.status; in ProcessEvent()
/system/bt/bta/include/
Dbta_av_api.h54 typedef uint8_t tBTA_AV_STATUS; typedef
171 tBTA_AV_STATUS status;
183 tBTA_AV_STATUS status;
199 tBTA_AV_STATUS status;
209 tBTA_AV_STATUS status;
216 tBTA_AV_STATUS status;
242 tBTA_AV_STATUS status;
255 tBTA_AV_STATUS status;
356 tBTA_AV_STATUS status;
711 void BTA_AvOffloadStartRsp(tBTA_AV_HNDL hndl, tBTA_AV_STATUS status);
/system/bt/bta/av/
Dbta_av_int.h377 tBTA_AV_STATUS status;
476 tBTA_AV_STATUS open_status; /* open failure status */
Dbta_av_api.cc267 void BTA_AvOffloadStartRsp(tBTA_AV_HNDL hndl, tBTA_AV_STATUS status) { in BTA_AvOffloadStartRsp()
Dbta_av_aact.cc3156 tBTA_AV_STATUS status = BTA_AV_FAIL_RESOURCES; in bta_av_offload_req()
3224 tBTA_AV_STATUS status = p_data->api_status_rsp.status; in bta_av_offload_rsp()