Searched refs:wrapped_ (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/avrcp/ |
D | avrcp_service.cc | 138 MediaInterfaceWrapper(MediaInterface* cb) : wrapped_(cb){}; in MediaInterfaceWrapper() 142 base::Unretained(wrapped_), key, state)); in SendKeyEvent() 153 base::Unretained(wrapped_), bound_cb)); in GetSongInfo() 164 base::Unretained(wrapped_), bound_cb)); in GetPlayStatus() 177 base::Unretained(wrapped_), bound_cb)); in GetNowPlayingList() 190 base::Unretained(wrapped_), bound_cb)); in GetMediaPlayerList() 203 base::Unretained(wrapped_), player_id, media_id, in GetFolderItems() 217 base::Unretained(wrapped_), player_id, in SetBrowsedPlayer() 224 base::Unretained(wrapped_), player_id, in PlayItem() 230 base::Unretained(wrapped_), address)); in SetActiveDevice() [all …]
|