Home
last modified time | relevance | path

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

12

/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/intel/common/libwsbm/src/
Dwsbm_slabpool.c179 struct _WsbmSlabCache *cache; member
253 wsbmFreeTimeoutKBOsLocked(struct _WsbmSlabCache *cache, struct timeval *time) in wsbmFreeTimeoutKBOsLocked() argument
258 if (!wsbmTimeAfterEq(time, &cache->nextCheck)) in wsbmFreeTimeoutKBOsLocked()
261 WSBMLISTFOREACHSAFE(list, next, &cache->timeoutList) { in wsbmFreeTimeoutKBOsLocked()
272 cache->nextCheck = *time; in wsbmFreeTimeoutKBOsLocked()
273 wsbmTimeAdd(&cache->nextCheck, &cache->checkInterval); in wsbmFreeTimeoutKBOsLocked()
283 wsbmSetKernelBOFree(struct _WsbmSlabCache *cache, in wsbmSetKernelBOFree() argument
291 WSBM_MUTEX_LOCK(&cache->mutex); in wsbmSetKernelBOFree()
292 wsbmTimeAdd(&timeFreed, &cache->slabTimeout); in wsbmSetKernelBOFree()
296 WSBMLISTADD(&kbo->head, &cache->cached); in wsbmSetKernelBOFree()
[all …]
Dwsbm_pool.h144 struct _WsbmSlabCache *cache);
147 extern void wsbmSlabCacheFinish(struct _WsbmSlabCache *cache);
/hardware/intel/common/libmix/mix_common/
DINSTALL27 It can also use an optional file (typically called `config.cache'
28 and enabled with `--cache-file=config.cache' or simply `-C') that saves
31 cache files.
36 be considered for the next release. If you are using the cache, and at
37 some point `config.cache' contains results you don't want to keep, you
259 `--cache-file=FILE'
260 Enable the cache: use and save the results of the tests in FILE,
261 traditionally `config.cache'. FILE defaults to `/dev/null' to
264 `--config-cache'
266 Alias for `--cache-file=config.cache'.
/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/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/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/intel/img/psb_video/
D.gitignore21 autom4te.cache
/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/av/codec2/vndk/bufferpool/
DBufferPoolClient.cpp198 std::shared_ptr<BufferPoolData> cache = mCache.lock(); in fetchCache() local
199 if (cache) { in fetchCache()
202 return cache; in fetchCache()
215 std::shared_ptr<BufferPoolData> cache(ptr, BlockPoolDataDtor(impl)); in createCache() local
216 if (cache) { in createCache()
217 mCache = cache; in createCache()
220 return cache; in createCache()
/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/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/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerResources.h453 template <Cache cache, bool isBuffer>
473 (cache == Cache::LAYER_BUFFER || cache == Cache::LAYER_SIDEBAND_STREAM); in getHandle()
482 switch (cache) { in getHandle()
505 ALOGW("invalid cache %d slot %d", int(cache), int(slot)); in getHandle()
/hardware/intel/common/libva/
D.gitignore16 autom4te.cache
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Conntrack_NATApp.h78 nat_table_entry *cache; variable
/hardware/qcom/msm8998/json-c/
DMakefile.am51 …-rm -rf config.h.in~ Makefile.in aclocal.m4 autom4te.cache/ config.guess config.sub depcomp instal…
/hardware/interfaces/radio/1.1/
DIRadioIndication.hal28 * This might happen when the modem restarts or for some reason it's cache
/hardware/interfaces/broadcastradio/1.1/
DIBroadcastRadio.hal35 * implementation only passes the identifier, so the client may cache images

12