Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/packet/avrcp/
Dregister_notification_packet.cc153 new RegisterNotificationResponseBuilder(interim, Event::UIDS_CHANGED)); in MakeUidsChangedBuilder()
187 case Event::UIDS_CHANGED: in size()
241 case Event::UIDS_CHANGED: { in Serialize()
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_common.h83 UIDS_CHANGED = 0x0c, enumerator
104 UIDS_CHANGED = 0x05, enumerator
Davrcp_logging_helper.h124 CASE_RETURN_TEXT(Event::UIDS_CHANGED); in EventText()
161 CASE_RETURN_TEXT(Status::UIDS_CHANGED); in StatusText()
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc427 response->AddEvent(Event::UIDS_CHANGED); in HandleGetCapabilities()
517 case Event::UIDS_CHANGED: { in HandleNotification()
1279 Status::UIDS_CHANGED, browse_mtu_); in HandleGetItemAttributes()
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_device_test.cc1747 Status::UIDS_CHANGED, 0xFFFF); in TEST_F()