/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 65 virtual int32_t SetAbsoluteVolume(const RawAddress &device, int32_t volume) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 60 int32_t SetAbsoluteVolume(const RawAddress &device, int32_t volume) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 60 virtual int32_t SetAbsoluteVolume(const RawAddress &device, int32_t volume) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 1066 virtual int SetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 289 int SetAbsoluteVolume(const std::string &addr, uint8_t volume, uint8_t label) in SetAbsoluteVolume() function
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 978 int SetAbsoluteVolume(const BluetoothRemoteDevice &device, uint8_t volume);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 568 int SetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume) override;
|
H A D | avrcp_ct_service.cpp | 1878 int AvrcpCtService::SetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume) in SetAbsoluteVolume() function in OHOS::bluetooth::AvrcpCtService
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 646 int ret = profile_->SetAbsoluteVolume(device, 0);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 1198 int32_t BluetoothAvrcpCtServer::SetAbsoluteVolume(const RawAddress &device, int32_t volume) in SetAbsoluteVolume() function in OHOS::Bluetooth::BluetoothAvrcpCtServer 1204 …result = pimpl->service_->SetAbsoluteVolume(BluetoothRawAddress(device), static_cast<uint8_t>(volu… in SetAbsoluteVolume()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_stub.cpp | 431 int32_t result = SetAbsoluteVolume(raw, volume); in SetAbsoluteVolumeInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 695 int32_t BluetoothAvrcpCtProxy::SetAbsoluteVolume(const RawAddress &device, int32_t volume) in SetAbsoluteVolume() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.cpp | 450 std::bind(&AvrcpTgService::SetAbsoluteVolume, this, _1, _2, _3), in AvrcpTgService() 2004 void AvrcpTgService::SetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, uint8_t label) co… in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService 2007 …int result = stub::MediaService::GetInstance()->SetAbsoluteVolume(rawAddr.GetAddress(), volume, la… in GetPlayStatus()
|
H A D | avrcp_tg_service.h | 1691 void SetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, uint8_t label) const;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1532 int AvrcpController::SetAbsoluteVolume(const BluetoothRemoteDevice &device, uint8_t volume) in SetAbsoluteVolume() function in OHOS::Bluetooth::AvrcpController 1545 return proxy->SetAbsoluteVolume(rawAddr, static_cast<int32_t>(volume)); in SetAbsoluteVolume()
|