Searched refs:fromCache (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/services/audiopolicy/enginedefault/src/ |
D | Engine.h | 60 bool fromCache = false) const override; 63 bool fromCache = false) const override;
|
D | Engine.cpp | 687 bool fromCache) const in getOutputDevicesForAttributes() 708 return fromCache? mDevicesForStrategies.at(strategy) : getDevicesForProductStrategy(strategy); in getOutputDevicesForAttributes() 711 DeviceVector Engine::getOutputDevicesForStream(audio_stream_type_t stream, bool fromCache) const in getOutputDevicesForStream() 714 return getOutputDevicesForAttributes(attributes, nullptr, fromCache); in getOutputDevicesForStream()
|
/frameworks/av/services/audiopolicy/engineconfigurable/src/ |
D | Engine.cpp | 282 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()
|
D | Engine.h | 59 bool fromCache = false) const override; 62 bool fromCache = false) const override;
|
/frameworks/av/services/audiopolicy/engine/interface/ |
D | EngineInterface.h | 146 bool fromCache = false) const = 0; 167 bool fromCache = false) const = 0;
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.h | 622 bool fromCache); 742 bool fromCache, uint32_t delayMs = 0, uint32_t *waitMs = nullptr); 756 DeviceVector selectBestRxSinkDevicesForCall(bool fromCache);
|
D | AudioPolicyManager.cpp | 549 DeviceVector AudioPolicyManager::selectBestRxSinkDevicesForCall(bool fromCache) in selectBestRxSinkDevicesForCall() argument 553 attributes_initializer(AUDIO_USAGE_VOICE_COMMUNICATION), nullptr, fromCache); in selectBestRxSinkDevicesForCall() 572 return getNewOutputDevices(mPrimaryOutput, fromCache); in selectBestRxSinkDevicesForCall() 575 status_t AudioPolicyManager::updateCallRouting(bool fromCache, uint32_t delayMs, uint32_t *waitMs) in updateCallRouting() argument 578 DeviceVector rxDevices = selectBestRxSinkDevicesForCall(fromCache); in updateCallRouting() 5799 bool fromCache) in getNewOutputDevices() argument 5861 devices = mEngine->getOutputDevicesForAttributes(attr, nullptr, fromCache); in getNewOutputDevices()
|