Home
last modified time | relevance | path

Searched refs:NOW_PLAYING (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/packet/tests/avrcp/
H A Dplay_item_packet_test.cc40 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
H A Dget_total_number_of_items_packet_test.cc53 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
H A Dget_item_attributes_packet_test.cc97 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
/aosp12/system/bt/packet/avrcp/
H A Dget_folder_items.cc48 new GetFolderItemsResponseBuilder(Scope::NOW_PLAYING, status, uid_counter, in MakeNowPlayingBuilder()
106 CHECK(scope_ == Scope::VFS || scope_ == Scope::NOW_PLAYING); in AddSong()
/aosp12/system/bt/profile/avrcp/
H A Ddevice.cc728 case Scope::NOW_PLAYING: in HandlePlayItem()
747 pkt->GetScope() == Scope::NOW_PLAYING, media_id); in HandlePlayItem()
836 case Scope::NOW_PLAYING: in HandleGetFolderItems()
873 case Scope::NOW_PLAYING: in HandleGetTotalNumberOfItems()
989 case Scope::NOW_PLAYING: { in HandleGetItemAttributes()
/aosp12/system/bt/include/hardware/avrcp/
H A Davrcp_common.h134 NOW_PLAYING = 0x03, enumerator
H A Davrcp_logging_helper.h206 CASE_RETURN_TEXT(Scope::NOW_PLAYING); in ScopeText()