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