Searched refs:media_interface_ (Results 1 - 4 of 4) sorted by relevance

/system/bt/profile/avrcp/
H A Ddevice.cc51 media_interface_ = media_interface;
61 CHECK(media_interface_);
109 media_interface_->GetSongInfo(base::Bind(
115 media_interface_->GetPlayStatus(base::Bind(&Device::GetPlayStatusResponse,
190 media_interface_->GetNowPlayingList(
197 media_interface_->GetPlayStatus(
205 media_interface_->GetPlayStatus(
212 media_interface_->GetNowPlayingList(base::Bind(
228 media_interface_->GetMediaPlayerList(
555 media_interface_
[all...]
H A Ddevice.h289 MediaInterface* media_interface_ = nullptr; member in class:bluetooth::avrcp::Device
/system/bt/btif/avrcp/
H A Davrcp_service.h90 MediaInterface* media_interface_ = nullptr; member in class:bluetooth::avrcp::AvrcpService
H A Davrcp_service.cc289 media_interface_ = new MediaInterfaceWrapper(media_interface);
313 delete media_interface_;
382 new_device->RegisterInterfaces(media_interface_, &a2dp_interface_,

Completed in 82 milliseconds