Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
D_system_properties.h48 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24) argument
49 #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.cpp117 atomic_uint_least32_t serial; member
136 atomic_uint_least32_t serial; member
634 uint32_t serial = __system_property_serial(pi); // acquire semantics in __system_property_read() local
696 uint32_t serial = atomic_load_explicit(&pi->serial, memory_order_relaxed); in __system_property_update() local
749 uint32_t serial = load_const_atomic(&pi->serial, memory_order_acquire); in __system_property_serial() local
759 unsigned int __system_property_wait_any(unsigned int serial) in __system_property_wait_any()
/bionic/tests/
Dsystem_properties_test.cpp345 TEST(properties, serial) { in TEST() argument
350 unsigned int serial; in TEST() local
366 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.h156 unsigned int serial; member