Home
last modified time | relevance | path

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

/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;
/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;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h60 int32_t SetAbsoluteVolume(const RawAddress &device, int32_t volume) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h444 * @brief Responds the data of the <b>SetAbsoluteVolume</b>.
1066 virtual int SetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume) = 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 in stub::MediaService
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h978 int SetAbsoluteVolume(const BluetoothRemoteDevice &device, uint8_t volume);
/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;
1369 * @brief Responds the data of the <b>SetAbsoluteVolume</b>.
H A Davrcp_ct_service.cpp1878 int AvrcpCtService::SetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume) in SetAbsoluteVolume() function in OHOS::bluetooth::AvrcpCtService
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp637 * @tc.name: SetAbsoluteVolume
646 int ret = profile_->SetAbsoluteVolume(device, 0); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp431 int32_t result = SetAbsoluteVolume(raw, volume); in SetAbsoluteVolumeInner()
/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) const in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
2007 int result = stub::MediaService::GetInstance()->SetAbsoluteVolume(rawAddr.GetAddress(), volume, label); in GetPlayStatus()
H A Davrcp_tg_service.h322 * @brief Responds the data of the <b>SetAbsoluteVolume</b>.
825 * @brief Responds the data of the <b>SetAbsoluteVolume</b>.
1691 void SetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, uint8_t label) const;
1694 * @brief Responds the data of the <b>SetAbsoluteVolume</b>.
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp692 int32_t BluetoothAvrcpCtProxy::SetAbsoluteVolume(const RawAddress &device, int32_t volume) in SetAbsoluteVolume() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
696 HILOGE("[SetAbsoluteVolume] fail: write interface token failed."); in SetAbsoluteVolume()
701 HILOGE("[SetAbsoluteVolume] fail: write result failed"); in SetAbsoluteVolume()
706 HILOGE("[SetAbsoluteVolume] fail: write result failed"); in SetAbsoluteVolume()
715 HILOGE("BluetoothAvrcpCtProxy::SetAbsoluteVolume done fail, error: %{public}d", error); in SetAbsoluteVolume()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1529 int AvrcpController::SetAbsoluteVolume(const BluetoothRemoteDevice &device, uint8_t volume) in SetAbsoluteVolume() function in OHOS::Bluetooth::AvrcpController
1542 return proxy->SetAbsoluteVolume(rawAddr, static_cast<int32_t>(volume)); in SetAbsoluteVolume()
/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>(volume)); in SetAbsoluteVolume()

Completed in 22 milliseconds