Searched refs:SetDeviceAbsVolume (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/audio_framework/test/fuzztest/audiobluetoothmanager_fuzzer/ |
H A D | audiobluetoothmanager_fuzzer.cpp | 71 Bluetooth::AudioA2dpManager::SetDeviceAbsVolume(macAddress, volume); in AudioA2dpManagerFuzzTest()
|
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | audio_bluetooth_manager.h | 58 static int32_t SetDeviceAbsVolume(const std::string& macAddress, int32_t volume);
|
H A D | audio_bluetooth_manager.cpp | 169 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 D | audio_policy_service.cpp | 730 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