Searched refs:wrapped_ (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/avrcp/ |
D | avrcp_service.cc | 139 MediaInterfaceWrapper(MediaInterface* cb) : wrapped_(cb){}; in MediaInterfaceWrapper() 143 base::Unretained(wrapped_), key, state)); in SendKeyEvent() 154 base::Unretained(wrapped_), bound_cb)); in GetSongInfo() 165 base::Unretained(wrapped_), bound_cb)); in GetPlayStatus() 178 base::Unretained(wrapped_), bound_cb)); in GetNowPlayingList() 191 base::Unretained(wrapped_), bound_cb)); in GetMediaPlayerList() 204 base::Unretained(wrapped_), player_id, media_id, in GetFolderItems() 218 base::Unretained(wrapped_), player_id, in SetBrowsedPlayer() 225 base::Unretained(wrapped_), player_id, in PlayItem() 231 base::Unretained(wrapped_), address)); in SetActiveDevice() [all …]
|