Home
last modified time | relevance | path

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

/system/bt/packet/avrcp/
Dregister_notification_packet.h47 bool IsInterim() const;
Dregister_notification_packet.cc24 bool RegisterNotificationResponse::IsInterim() const { in IsInterim() function in bluetooth::avrcp::RegisterNotificationResponse
/system/bt/packet/tests/avrcp/
Dregister_notification_packet_test.cc68 ASSERT_TRUE(test_packet->IsInterim()); in TEST()
/system/bt/profile/avrcp/
Ddevice.cc350 DEVICE_VLOG(1) << __func__ << ": interim=" << pkt->IsInterim(); in HandleVolumeChanged()
363 if (!pkt->IsInterim()) { in HandleVolumeChanged()