Searched defs:cb_lambda (Results 1 – 1 of 1) sorted by relevance
| /packages/modules/Bluetooth/system/btif/avrcp/ |
| D | avrcp_service.cc | 184 auto cb_lambda = [](SongInfoCallback cb, SongInfo data) { in GetSongInfo() local 195 auto cb_lambda = [](PlayStatusCallback cb, PlayStatus status) { in GetPlayStatus() local 206 auto cb_lambda = [](NowPlayingCallback cb, std::string curr_media_id, in GetNowPlayingList() local 219 auto cb_lambda = [](MediaListCallback cb, uint16_t curr_player, in GetMediaPlayerList() local 233 auto cb_lambda = [](FolderItemsCallback cb, in GetFolderItems() local 247 auto cb_lambda = [](SetBrowsedPlayerCallback cb, bool success, in SetBrowsedPlayer() local 298 auto cb_lambda = [](VolumeChangedCb cb, int8_t volume) { in DeviceConnected() local 332 auto cb_lambda = [](const ListPlayerSettingsCallback& cb, in ListPlayerSettings() local 345 auto cb_lambda = [](const ListPlayerSettingValuesCallback& cb, in ListPlayerSettingValues() local 361 auto cb_lambda = [](const GetCurrentPlayerSettingValueCallback& cb, in GetCurrentPlayerSettingValue() local [all …]
|