Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.h69 bool fromCache = false) const override;
72 bool fromCache = false) const override;
DEngine.cpp846 bool fromCache) const in getOutputDevicesForAttributes()
867 return fromCache? mDevicesForStrategies.at(strategy) : getDevicesForProductStrategy(strategy); in getOutputDevicesForAttributes()
870 DeviceVector Engine::getOutputDevicesForStream(audio_stream_type_t stream, bool fromCache) const in getOutputDevicesForStream()
873 return getOutputDevicesForAttributes(attributes, nullptr, fromCache); in getOutputDevicesForStream()
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.h67 bool fromCache = false) const override;
70 bool fromCache = false) const override;
DEngine.cpp414 bool fromCache) const in getOutputDevicesForAttributes()
434 return fromCache? getCachedDevices(strategy) : getDevicesForProductStrategy(strategy); in getOutputDevicesForAttributes()
443 DeviceVector Engine::getOutputDevicesForStream(audio_stream_type_t stream, bool fromCache) const in getOutputDevicesForStream()
446 return getOutputDevicesForAttributes(attributes, nullptr, fromCache); in getOutputDevicesForStream()
/frameworks/av/services/audiopolicy/engine/interface/
DEngineInterface.h163 bool fromCache = false) const = 0;
184 bool fromCache = false) const = 0;
/frameworks/av/media/codec2/hal/client/
DGraphicsTracker.cpp852 bool *fromCache, in requestRender() argument
882 *fromCache = true; in requestRender()
884 *fromCache = false; in requestRender()
936 bool fromCache = false; in render() local
937 res = requestRender(bid, &cache, &buffer, &fromCache, &updateDequeue); in render()
944 int cacheSlotId = fromCache ? buffer->mSlot : -1; in render()
946 if (!fromCache) { in render()
980 ALOGV("render done: migration(%d), render(err = %d)", !fromCache, renderRes); in render()
/frameworks/av/media/codec2/hal/client/include/codec2/aidl/
DGraphicsTracker.h300 bool *fromCache,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h767 bool fromCache);
896 bool fromCache, uint32_t delayMs = 0, uint32_t *waitMs = nullptr);
910 DeviceVector selectBestRxSinkDevicesForCall(bool fromCache);
DAudioPolicyManager.cpp658 DeviceVector AudioPolicyManager::selectBestRxSinkDevicesForCall(bool fromCache) in selectBestRxSinkDevicesForCall() argument
662 attributes_initializer(AUDIO_USAGE_VOICE_COMMUNICATION), nullptr, fromCache); in selectBestRxSinkDevicesForCall()
681 return getNewOutputDevices(mPrimaryOutput, fromCache); in selectBestRxSinkDevicesForCall()
684 status_t AudioPolicyManager::updateCallRouting(bool fromCache, uint32_t delayMs, uint32_t *waitMs) in updateCallRouting() argument
687 DeviceVector rxDevices = selectBestRxSinkDevicesForCall(fromCache); in updateCallRouting()
7458 bool fromCache) in getNewOutputDevices() argument
7524 devices = mEngine->getOutputDevicesForAttributes(attr, nullptr, fromCache); in getNewOutputDevices()