Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_av.cc93 class BtifAvEvent { class
96 BtifAvEvent(const BtifAvEvent& other);
97 BtifAvEvent() = delete;
98 ~BtifAvEvent();
99 BtifAvEvent& operator=(const BtifAvEvent& other);
769 BtifAvEvent::BtifAvEvent(uint32_t event, const void* p_data, size_t data_length) in BtifAvEvent() function in BtifAvEvent
774 BtifAvEvent::BtifAvEvent(const BtifAvEvent& other) in BtifAvEvent() function in BtifAvEvent
779 BtifAvEvent& BtifAvEvent::operator=(const BtifAvEvent& other) { in operator =()
785 BtifAvEvent::~BtifAvEvent() { DeepFree(); } in ~BtifAvEvent()
788 return BtifAvEvent::EventName(event_); in ToString()
[all …]