Lines Matching refs:pinfo
51 const prop_info* pinfo; member
61 return cache->pinfo && __system_property_serial(cache->pinfo) != cache->serial; in check_cache()
70 if (!cache->cache.pinfo) { in refresh_cache()
71 cache->cache.pinfo = __system_property_find(key); in refresh_cache()
72 if (!cache->cache.pinfo) { in refresh_cache()
76 cache->cache.serial = __system_property_serial(cache->cache.pinfo); in refresh_cache()
77 __system_property_read(cache->cache.pinfo, 0, buf); in refresh_cache()
156 tag_cache[i].cache.pinfo = NULL; in __android_log_level()
187 temp_cache.cache.pinfo = NULL; in __android_log_level()
226 if (temp_cache.cache.pinfo != cache->cache.pinfo) { /* check atomic */ in __android_log_level()
227 temp_cache.cache.pinfo = NULL; in __android_log_level()
419 if (!cache->cache.pinfo) { in refresh_cache_property()
420 cache->cache.pinfo = __system_property_find(key); in refresh_cache_property()
421 if (!cache->cache.pinfo) { in refresh_cache_property()
425 cache->cache.serial = __system_property_serial(cache->cache.pinfo); in refresh_cache_property()
426 __system_property_read(cache->cache.pinfo, 0, cache->property); in refresh_cache_property()
436 property.cache.pinfo = NULL; in __android_logger_property_get_bool()
440 property.cache.pinfo = NULL; in __android_logger_property_get_bool()