Lines Matching refs:BtifAvEvent
121 class BtifAvEvent { class
123 BtifAvEvent(uint32_t event, const void* p_data, size_t data_length);
124 BtifAvEvent(const BtifAvEvent& other);
125 BtifAvEvent() = delete;
126 ~BtifAvEvent();
127 BtifAvEvent& operator=(const BtifAvEvent& other);
805 const BtifAvEvent& btif_av_event);
973 BtifAvEvent::BtifAvEvent(uint32_t event, const void* p_data, size_t data_length) in BtifAvEvent() function in BtifAvEvent
978 BtifAvEvent::BtifAvEvent(const BtifAvEvent& other) in BtifAvEvent() function in BtifAvEvent
983 BtifAvEvent& BtifAvEvent::operator=(const BtifAvEvent& other) { in operator =()
989 BtifAvEvent::~BtifAvEvent() { DeepFree(); } in ~BtifAvEvent()
991 std::string BtifAvEvent::ToString() const { in ToString()
992 return BtifAvEvent::EventName(event_); in ToString()
995 std::string BtifAvEvent::EventName(uint32_t event) { in EventName()
1002 void BtifAvEvent::DeepCopy(uint32_t event, const void* p_data, in DeepCopy()
1055 void BtifAvEvent::DeepFree() { in DeepFree()
1736 peer_.PeerAddress(), BtifAvEvent::EventName(event), in ProcessEvent()
1810 BtifAvEvent::EventName(event)); in ProcessEvent()
1888 peer_.PeerAddress(), BtifAvEvent::EventName(event), in ProcessEvent()
2002 peer_.PeerAddress(), BtifAvEvent::EventName(event)); in ProcessEvent()
2012 peer_.PeerAddress(), BtifAvEvent::EventName(event)); in ProcessEvent()
2018 BtifAvEvent::EventName(event)); in ProcessEvent()
2046 peer_.PeerAddress(), BtifAvEvent::EventName(event), in ProcessEvent()
2060 peer_.PeerAddress(), BtifAvEvent::EventName(event)); in ProcessEvent()
2075 BtifAvEvent::EventName(event), peer_.FlagsToString()); in ProcessEvent()
2095 peer_.PeerAddress(), BtifAvEvent::EventName(event), in ProcessEvent()
2236 peer_.PeerAddress(), BtifAvEvent::EventName(event)); in ProcessEvent()
2249 peer_.PeerAddress(), BtifAvEvent::EventName(event)); in ProcessEvent()
2257 peer_.PeerAddress(), BtifAvEvent::EventName(event)); in ProcessEvent()
2305 BtifAvEvent::EventName(event)); in ProcessEvent()
2343 peer_.PeerAddress(), BtifAvEvent::EventName(event), in ProcessEvent()
2362 BtifAvEvent::EventName(event), peer_.FlagsToString()); in ProcessEvent()
2378 peer_.PeerAddress(), BtifAvEvent::EventName(event), in ProcessEvent()
2512 BtifAvEvent::EventName(event)); in ProcessEvent()
2518 peer_.PeerAddress(), BtifAvEvent::EventName(event)); in ProcessEvent()
2536 peer_.PeerAddress(), BtifAvEvent::EventName(event), in ProcessEvent()
2544 BtifAvEvent::EventName(event)); in ProcessEvent()
2574 peer_.PeerAddress(), BtifAvEvent::EventName(event), in ProcessEvent()
2583 BtifAvEvent::EventName(event), peer_.FlagsToString()); in ProcessEvent()
2595 BtifAvEvent::EventName(event), peer_.FlagsToString()); in ProcessEvent()
2630 BtifAvEvent::EventName(event), peer_.FlagsToString()); in ProcessEvent()
2650 peer_.PeerAddress(), BtifAvEvent::EventName(event), in ProcessEvent()
2696 BtifAvEvent::EventName(event), peer_.FlagsToString()); in ProcessEvent()
2723 BtifAvEvent::EventName(event), peer_.FlagsToString()); in ProcessEvent()
2752 peer_.PeerAddress(), BtifAvEvent::EventName(event), in ProcessEvent()
2768 peer_.PeerAddress(), BtifAvEvent::EventName(event), in ProcessEvent()
2778 BtifAvEvent::EventName(event)); in ProcessEvent()
2806 peer_.PeerAddress(), BtifAvEvent::EventName(event), in ProcessEvent()
2844 peer_.PeerAddress(), BtifAvEvent::EventName(event)); in ProcessEvent()
2850 BtifAvEvent::EventName(event)); in ProcessEvent()
2857 BtifAvEvent::EventName(event)); in ProcessEvent()
3172 const BtifAvEvent& btif_av_event) { in btif_av_handle_event()
3218 const BtifAvEvent& btif_av_event) { in btif_av_handle_bta_av_event()
3411 BtifAvEvent btif_av_event(event, p_data, sizeof(tBTA_AV)); in bta_av_source_callback()
3420 BtifAvEvent btif_av_event(event, p_data, sizeof(tBTA_AV)); in bta_av_sink_callback()
3428 BtifAvEvent btif_av_event(event, p_data, sizeof(tBTA_AV)); in bta_av_event_callback()
3483 BtifAvEvent btif_av_event(BTIF_AV_SINK_CONFIG_REQ_EVT, &config_req, in bta_av_sink_media_callback()
3641 BtifAvEvent btif_av_event(BTIF_AV_DISCONNECT_REQ_EVT, &peer_address, in src_disconnect_sink()
3658 BtifAvEvent btif_av_event(BTIF_AV_DISCONNECT_REQ_EVT, &peer_address, in sink_disconnect_src()
3812 BtifAvEvent btif_av_event(BTIF_AV_START_STREAM_REQ_EVT, &start_stream_req, in btif_av_stream_start_with_latency()
3929 BtifAvEvent btif_av_event(event, nullptr, 0); in btif_av_source_dispatch_sm_event()
3941 BtifAvEvent btif_av_event(event, nullptr, 0); in btif_av_sink_dispatch_sm_event()
4269 BtifAvEvent btif_av_event(BTIF_AV_SET_LATENCY_REQ_EVT, &set_latency_req, in btif_av_set_low_latency()