Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_av.cc89 class BtifAvEvent { class
91 BtifAvEvent(uint32_t event, const void* p_data, size_t data_length);
92 BtifAvEvent(const BtifAvEvent& other);
93 BtifAvEvent() = delete;
94 ~BtifAvEvent();
95 BtifAvEvent& operator=(const BtifAvEvent& other);
684 const BtifAvEvent& btif_av_event);
764 BtifAvEvent::BtifAvEvent(uint32_t event, const void* p_data, size_t data_length) in BtifAvEvent() function in BtifAvEvent
769 BtifAvEvent::BtifAvEvent(const BtifAvEvent& other) in BtifAvEvent() function in BtifAvEvent
774 BtifAvEvent& BtifAvEvent::operator=(const BtifAvEvent& other) { in operator =()
[all …]