Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/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.cc99 log::assert_that(scope_ == Scope::MEDIA_PLAYER_LIST, in AddMediaPlayer()
110 scope_ == Scope::VFS || scope_ == Scope::NOW_PLAYING, in AddSong()
120 log::assert_that(scope_ == Scope::VFS, "assert failed: scope_ == Scope::VFS"); in AddFolder()
332 AddPayloadOctets1(pkt, static_cast<uint8_t>(scope_)); in Serialize()