Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/packet/avrcp/
Dregister_notification_packet.cc30 Event RegisterNotificationResponse::GetEvent() const { in GetEvent() function in bluetooth::avrcp::RegisterNotificationResponse
36 log::assert_that(GetEvent() == Event::VOLUME_CHANGED, in GetVolume()
49 switch (GetEvent()) { in IsValid()
70 ss << " └ Event Registered = " << GetEvent() << std::endl; in ToString()
Dregister_notification_packet.h48 Event GetEvent() const;
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dregister_notification_packet_test.cc72 ASSERT_EQ(test_packet->GetEvent(), Event::VOLUME_CHANGED); in TEST()
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc139 register_notification->GetEvent() == Event::VOLUME_CHANGED)) && in VendorPacketHandler()
151 if (register_notification->GetEvent() != Event::VOLUME_CHANGED) { in VendorPacketHandler()
153 address_, register_notification->GetEvent()); in VendorPacketHandler()