Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.h63 bool fromCache = false) const override;
66 bool fromCache = false) const override;
DEngine.cpp696 bool fromCache) const in getOutputDevicesForAttributes()
717 return fromCache? mDevicesForStrategies.at(strategy) : getDevicesForProductStrategy(strategy); in getOutputDevicesForAttributes()
720 DeviceVector Engine::getOutputDevicesForStream(audio_stream_type_t stream, bool fromCache) const in getOutputDevicesForStream()
723 return getOutputDevicesForAttributes(attributes, nullptr, fromCache); in getOutputDevicesForStream()
/frameworks/av/services/audiopolicy/engine/interface/
DAudioPolicyManagerInterface.h141 bool fromCache = false) const = 0;
162 bool fromCache = false) const = 0;
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.h59 bool fromCache = false) const override;
62 bool fromCache = false) const override;
DEngine.cpp267 bool fromCache) const in getOutputDevicesForAttributes()
288 return fromCache? mDevicesForStrategies.at(strategy) : getDevicesForProductStrategy(strategy); in getOutputDevicesForAttributes()
291 DeviceVector Engine::getOutputDevicesForStream(audio_stream_type_t stream, bool fromCache) const in getOutputDevicesForStream()
294 return getOutputDevicesForAttributes(attributes, nullptr, fromCache); in getOutputDevicesForStream()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h535 bool fromCache);
DAudioPolicyManager.cpp5178 bool fromCache) in getNewOutputDevices() argument
5219 devices = mEngine->getOutputDevicesForAttributes(attr, nullptr, fromCache); in getNewOutputDevices()