Searched refs:activeOutputDevice (Results 1 – 3 of 3) sorted by relevance
737 DeviceType activeOutputDevice = activeOutputDevices.front(); in SetAudioScene() local743 if (activeOutputDevice == DEVICE_TYPE_USB_ARM_HEADSET) { in SetAudioScene()763 if (activeOutputDevice == DEVICE_TYPE_BLUETOOTH_A2DP && a2dpOffloadFlag != A2DP_OFFLOAD) { in SetAudioScene()
113 for (auto activeOutputDevice : activeOutputDevices) { in SetAudioScene() local114 data.WriteInt32(static_cast<int32_t>(activeOutputDevice)); in SetAudioScene()
1882 void AudioPolicyService::OnPreferredDeviceUpdated(const AudioDeviceDescriptor& activeOutputDevice, in OnPreferredDeviceUpdated() argument1885 OnPreferredOutputDeviceUpdated(activeOutputDevice); in OnPreferredDeviceUpdated()