Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server.cpp737 DeviceType activeOutputDevice = activeOutputDevices.front(); in SetAudioScene() local
743 if (activeOutputDevice == DEVICE_TYPE_USB_ARM_HEADSET) { in SetAudioScene()
763 if (activeOutputDevice == DEVICE_TYPE_BLUETOOTH_A2DP && a2dpOffloadFlag != A2DP_OFFLOAD) { in SetAudioScene()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_manager_proxy.cpp113 for (auto activeOutputDevice : activeOutputDevices) { in SetAudioScene() local
114 data.WriteInt32(static_cast<int32_t>(activeOutputDevice)); in SetAudioScene()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp1882 void AudioPolicyService::OnPreferredDeviceUpdated(const AudioDeviceDescriptor& activeOutputDevice, in OnPreferredDeviceUpdated() argument
1885 OnPreferredOutputDeviceUpdated(activeOutputDevice); in OnPreferredDeviceUpdated()