Searched defs:cb_lambda (Results  1 – 1 of 1) sorted by relevance
| /packages/modules/Bluetooth/system/btif/avrcp/ | 
| D | avrcp_service.cc | 165     auto cb_lambda = [](SongInfoCallback cb, SongInfo data) {  in GetSongInfo()  local176     auto cb_lambda = [](PlayStatusCallback cb, PlayStatus status) {  in GetPlayStatus()  local
 187     auto cb_lambda = [](NowPlayingCallback cb, std::string curr_media_id,  in GetNowPlayingList()  local
 200     auto cb_lambda = [](MediaListCallback cb, uint16_t curr_player,  in GetMediaPlayerList()  local
 214     auto cb_lambda = [](FolderItemsCallback cb,  in GetFolderItems()  local
 228     auto cb_lambda = [](SetBrowsedPlayerCallback cb, bool success,  in SetBrowsedPlayer()  local
 278     auto cb_lambda = [](VolumeChangedCb cb, int8_t volume) {  in DeviceConnected()  local
 312     auto cb_lambda = [](const ListPlayerSettingsCallback& cb,  in ListPlayerSettings()  local
 325     auto cb_lambda = [](const ListPlayerSettingValuesCallback& cb,  in ListPlayerSettingValues()  local
 340     auto cb_lambda = [](const GetCurrentPlayerSettingValueCallback& cb,  in GetCurrentPlayerSettingValue()  local
 [all …]
 
 |