Home
last modified time | relevance | path

Searched refs:SetDeviceAbsVolume (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/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.cpp168 int32_t AudioA2dpManager::SetDeviceAbsVolume(const std::string& macAddress, int32_t volume) in SetDeviceAbsVolume() function in OHOS::Bluetooth::AudioA2dpManager
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp576 return Bluetooth::AudioA2dpManager::SetDeviceAbsVolume(activeBTDevice_, volumeLevel); in SetSystemVolumeLevel()
578 return Bluetooth::AudioA2dpManager::SetDeviceAbsVolume(activeBTDevice_, in SetSystemVolumeLevel()
929 return Bluetooth::AudioA2dpManager::SetDeviceAbsVolume(activeBTDevice_, 0); in SetStreamMute()
931 return Bluetooth::AudioA2dpManager::SetDeviceAbsVolume(activeBTDevice_, in SetStreamMute()
6048 Bluetooth::AudioA2dpManager::SetDeviceAbsVolume(macAddress, sVolumeLevel); in HandleAbsBluetoothVolume()
6052 Bluetooth::AudioA2dpManager::SetDeviceAbsVolume(macAddress, sVolumeLevel); in HandleAbsBluetoothVolume()