Searched refs:current_serial (Results 1 – 1 of 1) sorted by relevance
271 uint32_t current_serial = __system_property_area_serial(); in __android_log_is_debuggable() local272 if (current_serial != serial) { in __android_log_is_debuggable()277 serial = current_serial; in __android_log_is_debuggable()304 uint32_t current_serial; in do_cache2() local315 current_serial = __system_property_area_serial(); in do_cache2()316 if (current_serial != self->serial) { in do_cache2()322 self->serial = current_serial; in do_cache2()