Searched refs:OnVolumeChange (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/bt/service/common/android/bluetooth/ |
H A D | IBluetoothAvrcpTargetCallback.aidl | 33 void OnVolumeChange(String addr, int volume, int ctype); in OnVolumeChange() method
|
/aosp12/system/bt/service/ipc/binder/ |
H A D | bluetooth_avrcp_target_binder_server.cc | 295 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 D | bluetooth_avrcp_target_binder_server.h | 111 void OnVolumeChange(const std::string& addr, int32_t volume,
|
/aosp12/system/bt/service/ |
H A D | avrcp_target.h | 63 virtual void OnVolumeChange(const std::string& addr, int32_t volume,
|
H A D | avrcp_target.cc | 357 if (delegate_) delegate_->OnVolumeChange(str_addr, volume, ctype); in VolumeChangeCallback()
|