Searched refs:BtifAvEvent (Results 1 – 1 of 1) sorted by relevance
89 class BtifAvEvent { class91 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 BtifAvEvent769 BtifAvEvent::BtifAvEvent(const BtifAvEvent& other) in BtifAvEvent() function in BtifAvEvent774 BtifAvEvent& BtifAvEvent::operator=(const BtifAvEvent& other) { in operator =()[all …]