Searched refs:GetEvent (Results 1 – 4 of 4) sorted by relevance
28 Event RegisterNotificationResponse::GetEvent() const { in GetEvent() function in bluetooth::avrcp::RegisterNotificationResponse34 CHECK(GetEvent() == Event::VOLUME_CHANGED); in GetVolume()46 switch (GetEvent()) { in IsValid()67 ss << " └ Event Registered = " << GetEvent() << std::endl; in ToString()
48 Event GetEvent() const;
69 ASSERT_EQ(test_packet->GetEvent(), Event::VOLUME_CHANGED); in TEST()
101 if (register_notification->GetEvent() != Event::VOLUME_CHANGED) { in VendorPacketHandler()104 << register_notification->GetEvent(); in VendorPacketHandler()