Home
last modified time | relevance | path

Searched refs:OnSetAbsoluteVolume (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h62 virtual void OnSetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, int result) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h60 void OnSetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, int result) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h473 virtual void OnSetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, uint8_t label) = 0;
H A Dinterface_profile_avrcp_ct.h455 virtual void OnSetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, int result) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp174 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 Davrcp_tg_service.h328 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 Davrcp_tg_service.cpp269 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 Dmedia_service.h121 … 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 Davrcp_ct_service.h1378 void OnSetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, int result) const;
H A Davrcp_ct_service.cpp52 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 Dbluetooth_avrcp_ct.cpp307 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 Dbluetooth_avrcp_ct_observer_stub.cpp469 stub->OnSetAbsoluteVolume(RawAddress(addr), volume, result); in OnSetAbsoluteVolumeInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp655 void BluetoothAvrcpCtObserverProxy::OnSetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, … in OnSetAbsoluteVolume() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy