Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp174 deviceTypesToBitMask(getApmObserver()->getAvailableOutputDevices().types())); in setDeviceConnectionState()
178 deviceTypesToBitMask(getApmObserver()->getAvailableInputDevices().types())); in setDeviceConnectionState()
216 const DeviceVector availableOutputDevices = getApmObserver()->getAvailableOutputDevices(); in getDevicesForProductStrategy()
217 const SwAudioOutputCollection &outputs = getApmObserver()->getOutputs(); in getDevicesForProductStrategy()
253 auto defaultDevice = getApmObserver()->getDefaultOutputDevice(); in getDevicesForProductStrategy()
270 auto defaultDevice = getApmObserver()->getDefaultOutputDevice(); in getDevicesForProductStrategy()
290 const DeviceVector availableOutputDevices = getApmObserver()->getAvailableOutputDevices(); in getOutputDevicesForAttributes()
291 const SwAudioOutputCollection &outputs = getApmObserver()->getOutputs(); in getOutputDevicesForAttributes()
316 const auto &policyMixes = getApmObserver()->getAudioPolicyMixCollection(); in getInputDeviceForAttributes()
317 const auto availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getInputDeviceForAttributes()
[all …]
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp149 DeviceVector availableInputDevices = getApmObserver()->getAvailableInputDevices(); in filterOutputDevicesForStrategy()
427 sp<DeviceDescriptor> defaultOutputDevice = getApmObserver()->getDefaultOutputDevice(); in getDevicesForStrategyInt()
443 const DeviceVector availableOutputDevices = getApmObserver()->getAvailableOutputDevices(); in getDeviceForInputSource()
444 const DeviceVector availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getDeviceForInputSource()
445 const SwAudioOutputCollection &outputs = getApmObserver()->getOutputs(); in getDeviceForInputSource()
659 const SwAudioOutputCollection& outputs = getApmObserver()->getOutputs(); in getDevicesForProductStrategy()
668 DeviceVector availableOutputDevices = getApmObserver()->getAvailableOutputDevices(); in getDevicesForProductStrategy()
695 const DeviceVector availableOutputDevices = getApmObserver()->getAvailableOutputDevices(); in getOutputDevicesForAttributes()
696 const SwAudioOutputCollection &outputs = getApmObserver()->getOutputs(); in getOutputDevicesForAttributes()
721 const auto &policyMixes = getApmObserver()->getAudioPolicyMixCollection(); in getInputDeviceForAttributes()
[all …]
/frameworks/av/services/audiopolicy/engine/common/include/
DEngineBase.h116 AudioPolicyManagerObserver *getApmObserver() const { return mApmObserver; } in getApmObserver() function