Home
last modified time | relevance | path

Searched refs:OnVolumeChange (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothAvrcpTargetCallback.aidl33 void OnVolumeChange(String addr, int volume, int ctype); in OnVolumeChange() method
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_avrcp_target_binder_server.cc295 void BluetoothAvrcpTargetBinderServer::OnVolumeChange(const std::string& addr, in OnVolumeChange() function in ipc::binder::BluetoothAvrcpTargetBinderServer
300 cb->OnVolumeChange(String16(addr.data(), addr.size()), volume, ctype); in OnVolumeChange()
H A Dbluetooth_avrcp_target_binder_server.h111 void OnVolumeChange(const std::string& addr, int32_t volume,
/aosp12/system/bt/service/
H A Davrcp_target.h63 virtual void OnVolumeChange(const std::string& addr, int32_t volume,
H A Davrcp_target.cc357 if (delegate_) delegate_->OnVolumeChange(str_addr, volume, ctype); in VolumeChangeCallback()