Home
last modified time | relevance | path

Searched refs:fromCache (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.h59 bool fromCache = false) const override;
62 bool fromCache = false) const override;
DEngine.cpp650 bool fromCache) const in getOutputDevicesForAttributes()
671 return fromCache? mDevicesForStrategies.at(strategy) : getDevicesForProductStrategy(strategy); in getOutputDevicesForAttributes()
674 DeviceVector Engine::getOutputDevicesForStream(audio_stream_type_t stream, bool fromCache) const in getOutputDevicesForStream()
677 return getOutputDevicesForAttributes(attributes, nullptr, fromCache); in getOutputDevicesForStream()
/frameworks/av/services/audiopolicy/engine/interface/
DEngineInterface.h141 bool fromCache = false) const = 0;
162 bool fromCache = false) const = 0;
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp282 bool fromCache) const in getOutputDevicesForAttributes()
303 return fromCache? mDevicesForStrategies.at(strategy) : getDevicesForProductStrategy(strategy); in getOutputDevicesForAttributes()
306 DeviceVector Engine::getOutputDevicesForStream(audio_stream_type_t stream, bool fromCache) const in getOutputDevicesForStream()
309 return getOutputDevicesForAttributes(attributes, nullptr, fromCache); in getOutputDevicesForStream()
DEngine.h59 bool fromCache = false) const override;
62 bool fromCache = false) const override;
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h553 bool fromCache);
DAudioPolicyManager.cpp5256 bool fromCache) in getNewOutputDevices() argument
5304 devices = mEngine->getOutputDevicesForAttributes(attr, nullptr, fromCache); in getNewOutputDevices()