Home
last modified time | relevance | path

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

/system/bt/packet/tests/avrcp/
Dplay_item_packet_test.cc40 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
Dget_total_number_of_items_packet_test.cc53 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
Dget_item_attributes_packet_test.cc97 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
/system/bt/packet/avrcp/
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()
/system/bt/profile/avrcp/
Ddevice.cc701 case Scope::NOW_PLAYING: in HandlePlayItem()
720 pkt->GetScope() == Scope::NOW_PLAYING, media_id); in HandlePlayItem()
809 case Scope::NOW_PLAYING: in HandleGetFolderItems()
846 case Scope::NOW_PLAYING: in HandleGetTotalNumberOfItems()
962 case Scope::NOW_PLAYING: { in HandleGetItemAttributes()
/system/bt/include/hardware/avrcp/
Davrcp_common.h134 NOW_PLAYING = 0x03, enumerator
Davrcp_logging_helper.h206 CASE_RETURN_TEXT(Scope::NOW_PLAYING); in ScopeText()