/hardware/google/aemu/host-common/ |
D | HostmemIdMapping.cpp | 56 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()
|
D | HostmemIdMapping_unittest.cpp | 35 .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/ |
D | ExternalObjectManager.cpp | 29 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()
|
D | ExternalObjectManager.h | 76 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,
|
D | VirtioGpuResource.cpp | 509 *outCaching = memory.caching; in GetCaching() 513 *outCaching = memory->caching; in GetCaching()
|
/hardware/google/aemu/host-common/include/host-common/ |
D | HostmemIdMapping.h | 63 uint32_t caching; member 87 uint32_t caching, std::optional<VulkanInfo> vulkanInfoOpt);
|
D | vm_operations.h | 39 uint32_t caching; member 48 uint32_t caching; member
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IDevice.hal | 127 * 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 …]
|
D | types.t | 37 * The maximum number of files for each type of cache in compilation caching.
|
D | types.hal | 35 * The maximum number of files for each type of cache in compilation caching.
|
/hardware/google/gfxstream/host/vulkan/ |
D | BufferVk.cpp | 66 .caching = 0, in exportBlob()
|
D | ColorBufferVk.cpp | 97 .caching = 0, in exportBlob()
|
D | VkDecoderInternalStructs.h | 159 uint32_t caching = 0; member
|
D | VkDecoderGlobalState.cpp | 5602 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/ |
D | IDevice.hal | 87 * 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/ |
D | ISupplicantStaNetwork.hal | 534 * 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/ |
D | IGraphicBufferProducer.hal | 36 * the caller is caching the contents of the buffer slots, it must empty
|
/hardware/interfaces/graphics/bufferqueue/1.0/ |
D | IGraphicBufferProducer.hal | 180 * also cause some buffer slots to be emptied. If the caller is caching the
|
/hardware/interfaces/graphics/mapper/4.0/ |
D | IMapper.hal | 450 * Buffer metadata can be changed after allocation so clients should avoid "caching"
|