Home
last modified time | relevance | path

Searched refs:GetDeviceAbsVolumeAbility (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_tg.h51 virtual int32_t GetDeviceAbsVolumeAbility(const BluetoothRawAddress &addr, int32_t &ability) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_tg.h305 int32_t GetDeviceAbsVolumeAbility(const BluetoothRemoteDevice &device, int32_t &ability);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_tg_server.h57 int32_t GetDeviceAbsVolumeAbility(const BluetoothRawAddress &addr, int32_t &ability) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_proxy.h51 int32_t GetDeviceAbsVolumeAbility(const BluetoothRawAddress &addr, int32_t &ability) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp133 int32_t AvrcpTarget::GetDeviceAbsVolumeAbility(const BluetoothRemoteDevice &device, int32_t &ability) in GetDeviceAbsVolumeAbility() function in OHOS::Bluetooth::AvrcpTarget
143 return proxy->GetDeviceAbsVolumeAbility(BluetoothRawAddress(device.GetDeviceAddr()), ability); in GetDeviceAbsVolumeAbility()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_tg_proxy.cpp568 int32_t BluetoothAvrcpTgProxy::GetDeviceAbsVolumeAbility(const BluetoothRawAddress &addr, int32_t &ability) in GetDeviceAbsVolumeAbility() function in OHOS::Bluetooth::BluetoothAvrcpTgProxy
572 HILOGE("[GetDeviceAbsVolumeAbility] WriteInterfaceToken error"); in GetDeviceAbsVolumeAbility()
577 HILOGE("[GetDeviceAbsVolumeAbility] WriteParcelable error"); in GetDeviceAbsVolumeAbility()
586 HILOGE("BluetoothAvrcpTgProxy::GetDeviceAbsVolumeAbility done fail, error: %{public}d", error); in GetDeviceAbsVolumeAbility()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_tg_stub.cpp382 int32_t result = GetDeviceAbsVolumeAbility(*addr, ability); in GetDeviceAbsVolumeAbilityInner()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp479 int32_t GetDeviceAbsVolumeAbility(const BluetoothRawAddress &addr, int32_t &ability) in GetDeviceAbsVolumeAbility() function
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp468 int32_t err = AvrcpTarget::GetProfile()->GetDeviceAbsVolumeAbility(remoteDevice, ability); in IsAbsoluteVolumeSupported()
490 int32_t err = AvrcpTarget::GetProfile()->GetDeviceAbsVolumeAbility(remoteDevice, ability); in IsAbsoluteVolumeEnabled()

Completed in 7 milliseconds