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

  /frameworks/opt/net/wifi/libwifi_system/
supplicant_manager.cpp 61 serial = __system_property_serial(pi);
76 if (__system_property_serial(pi) != serial) {
  /bionic/libc/include/sys/
_system_properties.h 76 ** objects will have seen __system_property_serial values change.
84 ** __system_property_serial to confirm dirty, or __system_property_find
122 uint32_t __system_property_serial(const prop_info* __pi);
  /bionic/libc/private/
CachedProperty.h 76 uint32_t property_serial = __system_property_serial(prop_info_);
  /bionic/libc/bionic/
system_property_api.cpp 104 uint32_t __system_property_serial(const prop_info* pi) { function
  /system/core/liblog/
properties.c 60 return cache->pinfo && __system_property_serial(cache->pinfo) != cache->serial;
75 cache->cache.serial = __system_property_serial(cache->cache.pinfo);
434 cache->cache.serial = __system_property_serial(cache->cache.pinfo);
  /bionic/tests/
system_properties_test.cpp 335 TEST(properties, __system_property_serial) {

Completed in 416 milliseconds