Home
last modified time | relevance | path

Searched defs:serial (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/include/sys/
D_system_properties.h49 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24) argument
50 #define SERIAL_DIRTY(serial) ((serial) & 1) argument
/bionic/libc/bionic/
Dsystem_properties_compat.c49 unsigned volatile serial; member
63 unsigned volatile serial; member
99 unsigned serial, len; in __system_property_read_compat() local
Dsystem_properties.cpp136 atomic_uint_least32_t *serial() { return &serial_; } in serial() function in prop_area
174 atomic_uint_least32_t serial; member
1112 uint32_t serial = __system_property_serial(pi); // acquire semantics in __system_property_read() local
1178 uint32_t serial = atomic_load_explicit(&pi->serial, memory_order_relaxed); in __system_property_update() local
1239 uint32_t serial = load_const_atomic(&pi->serial, memory_order_acquire); in __system_property_serial() local
1249 unsigned int __system_property_wait_any(unsigned int serial) in __system_property_wait_any()
Dlibc_logging.cpp490 uint32_t serial; member
502 uint32_t serial = __system_property_serial(cache->pinfo); in refresh_cache() local
529 static uint32_t serial; in __android_log_clockid() local
/bionic/tests/
Dsystem_properties_test.cpp340 TEST(properties, serial) { in TEST() argument
345 unsigned int serial; in TEST() local
361 unsigned int serial; in TEST() local
/bionic/libc/kernel/uapi/linux/
Dcapi.h75 __u8 serial[CAPI_SERIAL_LEN]; member
Dmedia.h30 char serial[40]; member
/bionic/libc/kernel/uapi/sound/
Dhdspm.h157 unsigned int serial; member
/bionic/libc/tzcode/
Dlocaltime.c1338 uint32_t serial = __system_property_serial(pi); in tzset_unlocked() local