/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 62 virtual void OnSetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, int result) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 60 void OnSetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, int result) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 473 virtual void OnSetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, uint8_t label) = 0;
|
H A D | interface_profile_avrcp_ct.h | 455 virtual void OnSetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, int result) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 174 void OnSetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, int result) override in OnSetAbsoluteVolume() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl 176 impl_->OnSetAbsoluteVolume(rawAddr, volume, result); in OnSetAbsoluteVolume() 586 void OnSetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, int result) in OnSetAbsoluteVolume() function 594 observer->OnSetAbsoluteVolume(rawAddr, in OnSetAbsoluteVolume()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.h | 328 void OnSetAbsoluteVolume(const std::string &addr, uint8_t volume, uint8_t label) override; 832 void OnSetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, uint8_t label) override;
|
H A D | avrcp_tg_service.cpp | 269 void AvrcpTgService::ObserverImpl::OnSetAbsoluteVolume(const std::string &addr, uint8_t volume, uin… in OnSetAbsoluteVolume() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl 276 service->OnSetAbsoluteVolume(rawAddr, volume, label); in OnSetAbsoluteVolume() 2013 void AvrcpTgService::OnSetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, uint8_t label) in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 121 … virtual void OnSetAbsoluteVolume(const std::string &addr, uint8_t volume, uint8_t label) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 1378 void OnSetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, int result) const;
|
H A D | avrcp_ct_service.cpp | 52 std::bind(&AvrcpCtService::OnSetAbsoluteVolume, this, _1, _2, _3), in AvrcpCtService() 1927 void AvrcpCtService::OnSetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, int result) con… in OnSetAbsoluteVolume() function in OHOS::bluetooth::AvrcpCtService 1932 myObserver_->OnSetAbsoluteVolume(rawAddr, volume, result); in OnSetAbsoluteVolume()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 307 void OnSetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, int result) override in OnSetAbsoluteVolume() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl 313 impl_->OnSetAbsoluteVolume(device, static_cast<uint8_t>(volume), result); in OnSetAbsoluteVolume() 736 void OnSetAbsoluteVolume(const BluetoothRemoteDevice &device, uint16_t volume, int result) in OnSetAbsoluteVolume() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 469 stub->OnSetAbsoluteVolume(RawAddress(addr), volume, result); in OnSetAbsoluteVolumeInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 655 void BluetoothAvrcpCtObserverProxy::OnSetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, … in OnSetAbsoluteVolume() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
|