Lines Matching refs:p_av_start
49 bool btif_a2dp_on_started(const RawAddress& peer_addr, tBTA_AV_START* p_av_start) { in btif_a2dp_on_started() argument
50 …(INFO) << __func__ << ": ## ON A2DP STARTED ## peer " << peer_addr << " p_av_start:" << p_av_start; in btif_a2dp_on_started()
52 if (p_av_start == NULL) { in btif_a2dp_on_started()
72 LOG(INFO) << __func__ << ": peer " << peer_addr << " status:" << +p_av_start->status in btif_a2dp_on_started()
73 …<< " suspending:" << logbool(p_av_start->suspending) << " initiator:" << logbool(p_av_start->initi… in btif_a2dp_on_started()
75 if (p_av_start->status == BTA_AV_SUCCESS) { in btif_a2dp_on_started()
76 if (p_av_start->suspending) { in btif_a2dp_on_started()
87 if (p_av_start->initiator) { in btif_a2dp_on_started()
92 if (p_av_start->initiator) { in btif_a2dp_on_started()
98 } else if (p_av_start->initiator) { in btif_a2dp_on_started()
99 …func__ << ": peer " << peer_addr << " A2DP start request failed: status = " << +p_av_start->status; in btif_a2dp_on_started()
104 btif_a2dp_audio_on_started(p_av_start->status); in btif_a2dp_on_started()