Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_av.cc121 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 =()
[all …]