Home
last modified time | relevance | path

Searched refs:mAvrcpInterface (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc347 static bluetooth::avrcp::AvrcpMediaInterfaceImpl mAvrcpInterface; variable
365 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()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp189 static AvrcpMediaInterfaceImpl mAvrcpInterface; variable
258 sServiceInterface->Init(&mAvrcpInterface, &mVolumeInterface, &mPlayerSettingsInterface); in initNative()