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

  /bionic/libc/include/sys/
_system_properties.h 104 ** objects will have seen __system_property_serial values change.
112 ** __system_property_serial to confirm dirty, or __system_property_find
151 unsigned int __system_property_serial(const prop_info *pi);
  /bionic/libc/dns/resolv/
res_state.c 73 rt->_serial = __system_property_serial(rt->_pi);
136 if (rt->_serial == __system_property_serial(rt->_pi)) {
143 rt->_serial = __system_property_serial(rt->_pi);
  /bionic/libc/bionic/
bionic_systrace.cpp 62 uint32_t cur_serial = __system_property_serial(g_pinfo);
system_properties.cpp 1237 unsigned int __system_property_serial(const prop_info *pi) function
    [all...]
libc_logging.cpp 502 uint32_t serial = __system_property_serial(cache->pinfo);
  /system/core/liblog/
log_is_loggable.c 58 && __system_property_serial(cache->pinfo) != cache->serial;
74 cache->serial = __system_property_serial(cache->pinfo);
  /bionic/benchmarks/
property_benchmark.cpp 205 __system_property_serial(pinfo[i]);
  /bionic/tests/
system_properties_test.cpp 349 serial = __system_property_serial(pi);
351 ASSERT_NE(serial, __system_property_serial(pi));
  /hardware/libhardware_legacy/wifi/
wifi.c 495 serial = __system_property_serial(pi);
510 if (__system_property_serial(pi) != serial) {
  /bionic/libc/tzcode/
localtime.c     [all...]

Completed in 2122 milliseconds