HomeSort by relevance Sort by last modified time
    Searched refs:__system_property_area_serial (Results 1 - 5 of 5) sorted by null

  /bionic/libc/bionic/
bionic_systrace.cpp 51 if (!g_pinfo && g_property_area_serial != __system_property_area_serial()) {
52 g_property_area_serial = __system_property_area_serial();
libc_logging.cpp 530 uint32_t current_serial = __system_property_area_serial();
system_properties.cpp 1068 unsigned int __system_property_area_serial() function
    [all...]
  /bionic/libc/include/sys/
_system_properties.h 115 ** __system_property_area_serial then the second call will return a larger
123 unsigned int __system_property_area_serial();
  /system/core/liblog/
log_is_loggable.c 138 current_global_serial = __system_property_area_serial();
271 uint32_t current_serial = __system_property_area_serial();
315 current_serial = __system_property_area_serial();

Completed in 1866 milliseconds