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.cc336 static bluetooth::avrcp::AvrcpMediaInterfaceImpl mAvrcpInterface; variable
352 intf_->Init(&mAvrcpInterface, &mVolumeInterface, nullptr); in init()
377 mAvrcpInterface.SetPlaybackStatus(state); in set_playback_status()
381 mAvrcpInterface.SetPosition(position); in set_position()
386mAvrcpInterface.SetMetadata(std::string(title), std::string(artist), std::string(album), length_us… in set_metadata()
390 return mAvrcpInterface.AddPlayer(std::string(name), browsing_supported); in add_player()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp166 static AvrcpMediaInterfaceImpl mAvrcpInterface; variable
242 sServiceInterface->Init(&mAvrcpInterface, &mVolumeInterface, in initNative()