Home
last modified time | relevance | path

Searched refs:cache (Results 1 – 25 of 62) sorted by relevance

123

/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Conntrack_NATApp.cpp47 cache = NULL; in NatApp()
91 cache = (nat_table_entry *)malloc(size); in Init()
92 if(cache == NULL) in Init()
98 memset(cache, 0, size); in Init()
128 if(cache != NULL) in Init()
130 free(cache); in Init()
174 memset(cache, 0, sizeof(nat_table_entry) * max_entries); in AddTable()
204 if(cache[cnt].private_ip !=0) in AddTable()
207 nat_rule.private_ip = cache[cnt].private_ip; in AddTable()
208 nat_rule.target_ip = cache[cnt].target_ip; in AddTable()
[all …]
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Conntrack_NATApp.cpp46 cache = NULL; in NatApp()
77 cache = (nat_table_entry *)malloc(size); in Init()
78 if(cache == NULL) in Init()
84 memset(cache, 0, size); in Init()
114 if(cache != NULL) in Init()
116 free(cache); in Init()
160 memset(cache, 0, sizeof(nat_table_entry) * max_entries); in AddTable()
190 if(cache[cnt].private_ip !=0) in AddTable()
193 nat_rule.private_ip = cache[cnt].private_ip; in AddTable()
194 nat_rule.target_ip = cache[cnt].target_ip; in AddTable()
[all …]
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Conntrack_NATApp.cpp42 cache = NULL; in NatApp()
73 cache = (nat_table_entry *)malloc(size); in Init()
74 if(cache == NULL) in Init()
80 memset(cache, 0, size); in Init()
109 free(cache); in Init()
144 memset(cache, 0, sizeof(nat_table_entry) * max_entries); in AddTable()
161 if(cache[cnt].private_ip !=0) in AddTable()
164 nat_rule.private_ip = cache[cnt].private_ip; in AddTable()
165 nat_rule.target_ip = cache[cnt].target_ip; in AddTable()
166 nat_rule.target_port = cache[cnt].target_port; in AddTable()
[all …]
/hardware/interfaces/neuralnetworks/1.2/
DIDevice.hal129 * There are two types of cache file descriptors provided to the driver: model cache
130 * and data cache.
132 * The data cache is for caching constant data, possibly including preprocessed
133 * and transformed tensor buffers. Any modification to the data cache should
136 * The model cache is for caching security-sensitive data such as compiled
138 * to the model cache may affect the driver's execution behavior, and a malicious
140 * the driver must always check whether the model cache is corrupted before
141 * preparing the model from cache.
143 * getNumberOfCacheFilesNeeded returns how many of each type of cache files the driver
144 * implementation needs to cache a single prepared model. Returning 0 for both types
[all …]
/hardware/interfaces/neuralnetworks/1.3/
DIDevice.hal79 * saves it into cache files.
88 * the prepared model to cache files for faster model compilation time when
90 * types of cache file handles provided to the driver: model cache and data
91 * cache. For more information on the two types of cache handles, refer to
99 * descriptor if it wants to get access to the cache file later.
104 * prepared model to cache) are correct. If there is an error, prepareModel
143 * Optionally, the driver may save the prepared model to cache during the
144 * asynchronous preparation. Any error that occurs when saving to cache must
146 * related to the cache may be invalid, or the driver may fail to save to
147 * cache, the prepareModel function must finish preparing the model. The
[all …]
/hardware/ril/rild/
Drild.legacy.rc4 group radio cache inet misc audio log readproc wakelock
Drild.rc4 group radio cache inet misc audio log readproc wakelock
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp75 if (buffer_config.cache == false) { in AllocateBuffer()
96 data.uncached = !buffer_config.cache; in AllocateBuffer()
170 if (buffer_config.cache == false) { in GetBufferSize()
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp79 if (buffer_config.cache == false) { in AllocateBuffer()
100 data.uncached = !buffer_config.cache; in AllocateBuffer()
182 if (buffer_config.cache == false) { in GetBufferSize()
279 if (buffer_config.cache == false) { in GetAllocatedBufferInfo()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp79 if (buffer_config.cache == false) { in AllocateBuffer()
100 data.uncached = !buffer_config.cache; in AllocateBuffer()
182 if (buffer_config.cache == false) { in GetBufferSize()
279 if (buffer_config.cache == false) { in GetAllocatedBufferInfo()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp77 if (!buffer_config.cache) { in AllocateBuffer()
151 if (!buffer_config.cache) { in GetBufferSize()
292 if (!buffer_config.cache) { in GetAllocatedBufferInfo()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp77 if (!buffer_config.cache) { in AllocateBuffer()
145 if (!buffer_config.cache) { in GetBufferSize()
286 if (!buffer_config.cache) { in GetAllocatedBufferInfo()
/hardware/qcom/display/msm8996/sdm/include/core/
Dbuffer_allocator.h54 bool cache = false; //!< Specifies whether the buffer needs to be cache. member
/hardware/interfaces/broadcastradio/2.0/
DIBroadcastRadio.hal74 * Fetch image from radio module cache.
77 * The metadata vector only passes the identifier, so the client may cache
82 * cache it.
95 * clearing the cache (because the next onCurrentProgramInfoChanged came).
/hardware/google/camera/common/hal/utils/
Dstream_buffer_cache_manager.cc246 for (auto& [stream_id, cache] : stream_buffer_caches_) { in WorkloadThreadLoop()
247 stream_buffer_caches.push_back(cache.get()); in WorkloadThreadLoop()
288 auto cache = std::unique_ptr<StreamBufferCacheManager::StreamBufferCache>( in Create() local
291 if (cache == nullptr) { in Create()
296 return cache; in Create()
/hardware/qcom/display/msm8998/sdm/include/core/
Dbuffer_allocator.h54 bool cache = false; //!< Specifies whether the buffer needs to be cache. member
/hardware/qcom/display/msm8909/sdm/include/core/
Dbuffer_allocator.h54 bool cache = false; //!< Specifies whether the buffer needs to be cache. member
/hardware/qcom/display/msm8909w_3100/sdm/include/core/
Dbuffer_allocator.h54 bool cache = false; //!< Specifies whether the buffer needs to be cache. member
/hardware/qcom/sdm845/display/sdm/include/core/
Dbuffer_allocator.h54 bool cache = false; //!< Specifies whether the buffer needs to be cache. member
/hardware/qcom/sm8150/display/sdm/include/core/
Dbuffer_allocator.h55 bool cache = false; //!< Specifies whether the buffer needs to be cache. member
/hardware/qcom/sm7250/display/sdm/include/core/
Dbuffer_allocator.h55 bool cache = false; //!< Specifies whether the buffer needs to be cache. member
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp105 if (!buffer_config.cache) { in AllocateBuffer()
184 if (!buffer_config.cache) { in GetBufferSize()
337 if (!buffer_config.cache) { in GetAllocatedBufferInfo()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp83 if (!buffer_config.cache) { in AllocateBuffer()
160 if (!buffer_config.cache) { in GetBufferSize()
313 if (!buffer_config.cache) { in GetAllocatedBufferInfo()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Conntrack_NATApp.h78 nat_table_entry *cache; variable
/hardware/interfaces/graphics/composer/2.1/utils/resources/
DComposerResources.cpp456 Error ComposerResources::getHandle(Display display, Layer layer, uint32_t slot, Cache cache, in getHandle() argument
476 const bool needLayerResource = (cache == ComposerResources::Cache::LAYER_BUFFER || in getHandle()
477 cache == ComposerResources::Cache::LAYER_SIDEBAND_STREAM); in getHandle()
486 switch (cache) { in getHandle()
509 ALOGW("invalid cache %d slot %d", int(cache), int(slot)); in getHandle()

123