Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/packet/avrcp/
Dregister_notification_packet.h47 bool IsInterim() const;
Dregister_notification_packet.cc26 bool RegisterNotificationResponse::IsInterim() const { in IsInterim() function in bluetooth::avrcp::RegisterNotificationResponse
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dregister_notification_packet_test.cc71 ASSERT_TRUE(test_packet->IsInterim()); in TEST()
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc567 log::verbose("interim={}", pkt->IsInterim()); in HandleVolumeChanged()
580 if (!pkt->IsInterim()) { in HandleVolumeChanged()