Searched defs:cache (Results 1 - 3 of 3) sorted by relevance

/system/core/libnl_2/
H A Dcache.c19 #include "netlink/cache.h"
22 void nl_cache_free(struct nl_cache *cache) argument
27 void nl_cache_clear(struct nl_cache *cache) argument
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.cpp132 int CodeCache::cache( const AssemblyKeyBase& keyBase, function in class:android::CodeCache
/system/core/libnl_2/genl/
H A Dgenl.c238 /* Return family id as cache pointer */
247 /* Checks the netlink cache to find family reference by name string */
250 struct genl_family *genl_ctrl_search_by_name(struct nl_cache *cache, \ argument
263 /* Overriding cache pointer as family id for now */
264 gf->gf_id = (uint16_t) ((uint32_t) cache);

Completed in 231 milliseconds