Searched defs:cb_lambda (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/bt/btif/avrcp/ |
H A D | avrcp_service.cc | 146 auto cb_lambda = [](SongInfoCallback cb, SongInfo data) { in GetSongInfo() local 157 auto cb_lambda = [](PlayStatusCallback cb, PlayStatus status) { in GetPlayStatus() local 168 auto cb_lambda = [](NowPlayingCallback cb, std::string curr_media_id, in GetNowPlayingList() local 181 auto cb_lambda = [](MediaListCallback cb, uint16_t curr_player, in GetMediaPlayerList() local 195 auto cb_lambda = [](FolderItemsCallback cb, in GetFolderItems() local 209 auto cb_lambda = [](SetBrowsedPlayerCallback cb, bool success, in SetBrowsedPlayer() local 259 auto cb_lambda = [](VolumeChangedCb cb, int8_t volume) { in DeviceConnected() local
|