/aosp12/hardware/interfaces/graphics/composer/2.1/utils/resources/ |
H A D | ComposerResources.cpp | 188 if (fromCache) { in getHandle() 202 Error ComposerLayerResource::getBuffer(uint32_t slot, bool fromCache, in getBuffer() argument 206 return mBufferCache.getHandle(slot, fromCache, inHandle, outHandle, outReplacedHandle); in getBuffer() 209 Error ComposerLayerResource::getSidebandStream(uint32_t slot, bool fromCache, in getSidebandStream() argument 239 Error ComposerDisplayResource::getClientTarget(uint32_t slot, bool fromCache, in getClientTarget() argument 246 Error ComposerDisplayResource::getOutputBuffer(uint32_t slot, bool fromCache, in getOutputBuffer() argument 409 return getHandle(display, layer, slot, Cache::LAYER_BUFFER, fromCache, rawHandle, in getLayerBuffer() 457 bool fromCache, const native_handle_t* rawHandle, in getHandle() argument 464 if (!fromCache) { in getHandle() 496 error = layerResource->getBuffer(slot, fromCache, importedHandle, outHandle, in getHandle() [all …]
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/resources/include/composer-resources/2.1/ |
H A D | ComposerResources.h | 83 Error getHandle(uint32_t slot, bool fromCache, const native_handle_t* inHandle, 99 Error getBuffer(uint32_t slot, bool fromCache, const native_handle_t* inHandle, 101 Error getSidebandStream(uint32_t slot, bool fromCache, const native_handle_t* inHandle, 128 Error getClientTarget(uint32_t slot, bool fromCache, const native_handle_t* inHandle, 132 Error getOutputBuffer(uint32_t slot, bool fromCache, const native_handle_t* inHandle, 217 Error getDisplayClientTarget(Display display, uint32_t slot, bool fromCache, 222 Error getDisplayOutputBuffer(Display display, uint32_t slot, bool fromCache, 227 Error getLayerBuffer(Display display, Layer layer, uint32_t slot, bool fromCache, 256 Error getHandle(Display display, Layer layer, uint32_t slot, Cache cache, bool fromCache,
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
H A D | MediaResourceManager.java | 265 bindableRequest, result.loadedResource, result.fromCache); in scheduleAsyncMediaRequest() 306 public final boolean fromCache; field in MediaResourceManager.MediaLoadingResult 309 MediaLoadingResult(final T loadedResource, final boolean fromCache, in MediaLoadingResult() argument 312 this.fromCache = fromCache; in MediaLoadingResult()
|
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/resources/ |
H A D | ComposerResources.cpp | 38 const bool fromCache = false; in getReadbackBuffer() local 39 return mReadbackBufferCache.getHandle(slot, fromCache, inHandle, outHandle, outReplacedHandle); in getReadbackBuffer()
|
/aosp12/frameworks/av/services/audiopolicy/enginedefault/src/ |
H A D | Engine.h | 60 bool fromCache = false) const override; 63 bool fromCache = false) const override;
|
H A 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()
|
/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/src/ |
H A 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()
|
H A D | Engine.h | 59 bool fromCache = false) const override; 62 bool fromCache = false) const override;
|
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/resources/include/composer-resources/2.2/ |
H A D | ComposerResources.h | 45 const bool fromCache = false; in getReadbackBuffer() local 46 return mReadbackBufferCache.getHandle(slot, fromCache, inHandle, outHandle, in getReadbackBuffer()
|
/aosp12/frameworks/av/services/audiopolicy/engine/interface/ |
H A D | EngineInterface.h | 146 bool fromCache = false) const = 0; 167 bool fromCache = false) const = 0;
|
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/ |
H A D | AudioPolicyManagerBase.h | 361 bool fromCache); 454 audio_devices_t getNewDevice(audio_io_handle_t output, bool fromCache);
|
/aosp12/frameworks/av/services/audiopolicy/managerdefault/ |
H A D | AudioPolicyManager.h | 632 bool fromCache); 752 bool fromCache, uint32_t delayMs = 0, uint32_t *waitMs = nullptr); 766 DeviceVector selectBestRxSinkDevicesForCall(bool fromCache);
|
H A 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() 6036 bool fromCache) in getNewOutputDevices() argument 6098 devices = mEngine->getOutputDevicesForAttributes(attr, nullptr, fromCache); in getNewOutputDevices()
|