Home
last modified time | relevance | path

Searched refs:SetAbsoluteVolume (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h65 virtual int32_t SetAbsoluteVolume(const RawAddress &device, int32_t volume) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h60 int32_t SetAbsoluteVolume(const RawAddress &device, int32_t volume) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h60 virtual int32_t SetAbsoluteVolume(const RawAddress &device, int32_t volume) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h1066 virtual int SetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h289 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 Dbluetooth_avrcp_ct.h978 int SetAbsoluteVolume(const BluetoothRemoteDevice &device, uint8_t volume);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h568 int SetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume) override;
H A Davrcp_ct_service.cpp1878 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 Davrcp_ct_test.cpp646 int ret = profile_->SetAbsoluteVolume(device, 0);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp1198 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 Dbluetooth_avrcp_ct_stub.cpp431 int32_t result = SetAbsoluteVolume(raw, volume); in SetAbsoluteVolumeInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp695 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 Davrcp_tg_service.cpp450 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 Davrcp_tg_service.h1691 void SetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, uint8_t label) const;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1532 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()