Home
last modified time | relevance | path

Searched refs:caching (Results 1 – 19 of 19) sorted by relevance

/hardware/google/aemu/host-common/
DHostmemIdMapping.cpp56 hostmem_entry.caching = entry->caching; in add()
70 hostmem_entry.caching = entry->caching; in addMapping()
75 uint32_t handleType, uint32_t caching, in addDescriptorInfo() argument
81 .caching = caching, in addDescriptorInfo()
DHostmemIdMapping_unittest.cpp35 .caching = MAP_CACHE_NONE, in TEST()
46 .caching = MAP_CACHE_NONE, in TEST()
57 .caching = MAP_CACHE_NONE, in TEST()
85 .caching = MAP_CACHE_NONE, in TEST()
93 .caching = MAP_CACHE_NONE, in TEST()
/hardware/google/gfxstream/host/
DExternalObjectManager.cpp29 uint32_t caching) { in addMapping() argument
32 .caching = caching, in addMapping()
55 uint32_t streamHandleType, uint32_t caching, in addBlobDescriptorInfo() argument
63 .caching = caching, in addBlobDescriptorInfo()
DExternalObjectManager.h76 uint32_t caching; member
92 uint32_t caching; member
104 void addMapping(uint32_t ctx_id, uint64_t blobId, void* addr, uint32_t caching);
108 uint32_t streamHandleType, uint32_t caching,
DVirtioGpuResource.cpp509 *outCaching = memory.caching; in GetCaching()
513 *outCaching = memory->caching; in GetCaching()
/hardware/google/aemu/host-common/include/host-common/
DHostmemIdMapping.h63 uint32_t caching; member
87 uint32_t caching, std::optional<VulkanInfo> vulkanInfoOpt);
Dvm_operations.h39 uint32_t caching; member
48 uint32_t caching; member
/hardware/interfaces/neuralnetworks/1.2/
DIDevice.hal127 * Gets the caching requirements of the driver implementation.
132 * The data cache is for caching constant data, possibly including preprocessed
136 * The model cache is for caching security-sensitive data such as compiled
145 * indicates compilation caching is not supported by this driver. The driver may
146 * still choose not to cache certain compiled models even if it reports that caching
149 * If the device reports that caching is not supported, the user may avoid calling
177 * Optionally, caching information may be provided for the driver to save
218 * may choose not to save to cache even if the caching information is
236 * the vector must either be 0 indicating that caching information is not provided,
242 * the vector must either be 0 indicating that caching information is not provided,
[all …]
Dtypes.t37 * The maximum number of files for each type of cache in compilation caching.
Dtypes.hal35 * The maximum number of files for each type of cache in compilation caching.
/hardware/google/gfxstream/host/vulkan/
DBufferVk.cpp66 .caching = 0, in exportBlob()
DColorBufferVk.cpp97 .caching = 0, in exportBlob()
DVkDecoderInternalStructs.h159 uint32_t caching = 0; member
DVkDecoderGlobalState.cpp5602 memoryInfo.caching = MAP_CACHE_CACHED; in on_vkAllocateMemory()
5604 memoryInfo.caching = MAP_CACHE_UNCACHED; in on_vkAllocateMemory()
5606 memoryInfo.caching = MAP_CACHE_WC; in on_vkAllocateMemory()
5984 STREAM_HANDLE_TYPE_MEM_SHM, info->caching, std::nullopt); in vkGetBlobInternal()
6022 exportedMemory.streamHandleType, info->caching, in vkGetBlobInternal()
6045 (void*)(uintptr_t)alignedHva, info->caching); in vkGetBlobInternal()
/hardware/interfaces/neuralnetworks/1.3/
DIDevice.hal87 * Optionally, caching information may be provided for the driver to save
148 * driver may choose not to save to cache even if the caching information is
171 * the vector must either be 0 indicating that caching information is
178 * vector must either be 0 indicating that caching information is not
183 * @param token A caching token of length Constant::BYTE_SIZE_OF_CACHE_TOKEN
190 * modelCache and dataCache are empty indicating that caching
234 * If there is an error, or if compilation caching is not supported, or if the
289 * @param token A caching token of length Constant::BYTE_SIZE_OF_CACHE_TOKEN
303 * - GENERAL_FAILURE if caching is not supported or if there is an
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaNetwork.hal534 * This field can be used to enable proactive key caching which is also
535 * known as opportunistic PMKSA caching for WPA2. This is disabled (0)
539 * Proactive key caching is used to make supplicant assume that the APs
/hardware/interfaces/graphics/bufferqueue/2.0/
DIGraphicBufferProducer.hal36 * the caller is caching the contents of the buffer slots, it must empty
/hardware/interfaces/graphics/bufferqueue/1.0/
DIGraphicBufferProducer.hal180 * also cause some buffer slots to be emptied. If the caller is caching the
/hardware/interfaces/graphics/mapper/4.0/
DIMapper.hal450 * Buffer metadata can be changed after allocation so clients should avoid "caching"