Lines Matching refs:pinfo
55 const prop_info* pinfo; member
65 return cache->pinfo && __system_property_serial(cache->pinfo) != cache->serial; in check_cache()
74 if (!cache->cache.pinfo) { in refresh_cache()
75 cache->cache.pinfo = __system_property_find(key); in refresh_cache()
76 if (!cache->cache.pinfo) { in refresh_cache()
80 cache->cache.serial = __system_property_serial(cache->cache.pinfo); in refresh_cache()
81 __system_property_read(cache->cache.pinfo, 0, buf); in refresh_cache()
165 tag_cache[i].cache.pinfo = NULL; in __android_log_level()
196 temp_cache.cache.pinfo = NULL; in __android_log_level()
235 if (temp_cache.cache.pinfo != cache->cache.pinfo) { /* check atomic */ in __android_log_level()
236 temp_cache.cache.pinfo = NULL; in __android_log_level()
379 if (!cache->cache.pinfo) { in refresh_cache_property()
380 cache->cache.pinfo = __system_property_find(key); in refresh_cache_property()
381 if (!cache->cache.pinfo) { in refresh_cache_property()
385 cache->cache.serial = __system_property_serial(cache->cache.pinfo); in refresh_cache_property()
386 __system_property_read(cache->cache.pinfo, 0, cache->property); in refresh_cache_property()