Home
last modified time | relevance | path

Searched refs:SetDeviceAbsVolume (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/audio_framework/test/fuzztest/audiobluetoothmanager_fuzzer/
H A Daudiobluetoothmanager_fuzzer.cpp71 Bluetooth::AudioA2dpManager::SetDeviceAbsVolume(macAddress, volume); in AudioA2dpManagerFuzzTest()
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.h58 static int32_t SetDeviceAbsVolume(const std::string& macAddress, int32_t volume);
H A Daudio_bluetooth_manager.cpp169 int32_t AudioA2dpManager::SetDeviceAbsVolume(const std::string& macAddress, int32_t volume) in SetDeviceAbsVolume() function in OHOS::Bluetooth::AudioA2dpManager
173 CHECK_AND_RETURN_RET_LOG(ret == SUCCESS, ERROR, "SetDeviceAbsVolume: the configuring A2DP device doesn't exist."); in SetDeviceAbsVolume()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp730 return Bluetooth::AudioA2dpManager::SetDeviceAbsVolume(activeBTDevice_, volumeLevel); in SetSystemVolumeLevel()
732 return Bluetooth::AudioA2dpManager::SetDeviceAbsVolume(activeBTDevice_, in SetSystemVolumeLevel()
1070 return Bluetooth::AudioA2dpManager::SetDeviceAbsVolume(activeBTDevice_, 0); in SetStreamMute()
1072 return Bluetooth::AudioA2dpManager::SetDeviceAbsVolume(activeBTDevice_, in SetStreamMute()
6351 Bluetooth::AudioA2dpManager::SetDeviceAbsVolume(macAddress, sVolumeLevel); in HandleAbsBluetoothVolume()
6355 Bluetooth::AudioA2dpManager::SetDeviceAbsVolume(macAddress, sVolumeLevel); in HandleAbsBluetoothVolume()

Completed in 19 milliseconds