Home
last modified time | relevance | path

Searched refs:current_serial (Results 1 – 1 of 1) sorted by relevance

/system/core/liblog/
Dproperties.c294 uint32_t current_serial = __system_property_area_serial(); in __android_log_is_debuggable() local
295 if (current_serial != serial) { in __android_log_is_debuggable()
300 serial = current_serial; in __android_log_is_debuggable()
326 uint32_t current_serial; in do_cache2_char() local
337 current_serial = __system_property_area_serial(); in do_cache2_char()
338 if (current_serial != self->serial) { in do_cache2_char()
344 self->serial = current_serial; in do_cache2_char()
536 uint32_t current_serial; in do_cache2_property_size() local
547 current_serial = __system_property_area_serial(); in do_cache2_property_size()
548 if (current_serial != self->serial) { in do_cache2_property_size()
[all …]