Home
last modified time | relevance | path

Searched refs:scope_ (Results 1 – 2 of 2) sorted by relevance

/system/bt/packet/avrcp/
Dget_folder_items.h44 Scope scope_;
53 scope_(scope), in GetFolderItemsResponseBuilder()
117 scope_(scope), in GetFolderItemsRequestBuilder()
122 Scope scope_; variable
Dget_folder_items.cc97 CHECK(scope_ == Scope::MEDIA_PLAYER_LIST); in AddMediaPlayer()
106 CHECK(scope_ == Scope::VFS || scope_ == Scope::NOW_PLAYING); in AddSong()
115 CHECK(scope_ == Scope::VFS); in AddFolder()
327 AddPayloadOctets1(pkt, static_cast<uint8_t>(scope_)); in Serialize()