Searched refs:mAvrcpInterface (Results 1 – 2 of 2) sorted by relevance
347 static bluetooth::avrcp::AvrcpMediaInterfaceImpl mAvrcpInterface; variable365 void AvrcpIntf::init() { intf_->Init(&mAvrcpInterface, &mVolumeInterface, nullptr); } in init()389 mAvrcpInterface.SetPlaybackStatus(state); in set_playback_status()392 void AvrcpIntf::set_position(int64_t position) { mAvrcpInterface.SetPosition(position); } in set_position()396 mAvrcpInterface.SetMetadata(std::string(title), std::string(artist), std::string(album), in set_metadata()401 return mAvrcpInterface.AddPlayer(std::string(name), browsing_supported); in add_player()
189 static AvrcpMediaInterfaceImpl mAvrcpInterface; variable258 sServiceInterface->Init(&mAvrcpInterface, &mVolumeInterface, &mPlayerSettingsInterface); in initNative()