Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dsystem_properties.cpp50 #define SERIAL_DIRTY(serial) ((serial)&1) argument
51 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24) argument
146 uint32_t serial; in ReadMutablePropertyValue() local
175 uint32_t serial = ReadMutablePropertyValue(pi, value); in Read() local
199 const char* value, uint32_t serial), in ReadCallback()
204 uint32_t serial = load_const_atomic(&pi->serial, memory_order_relaxed); in ReadCallback() local
214 uint32_t serial = ReadMutablePropertyValue(pi, value_buf); in ReadCallback() local
248 uint32_t serial = atomic_load_explicit(&pi->serial, memory_order_relaxed); in Update() local
/bionic/libc/private/
DCachedProperty.h96 static void Callback(void* data, const char*, const char* value, uint32_t serial) { in Callback()
/bionic/tests/
Dsystem_properties_test.cpp343 unsigned serial = __system_property_serial(pi); in TEST() local
357 unsigned serial = system_properties.WaitAny(0); in TEST() local
392 unsigned serial = __system_property_serial(pi); in TEST() local
/bionic/libc/system_properties/include/system_properties/
Dprop_area.h130 atomic_uint_least32_t* serial() { in serial() function
/bionic/libc/bionic/
Dsystem_property_api.cpp80 const char* value, uint32_t serial), in __system_property_read_callback()
/bionic/libc/kernel/uapi/linux/
Dcapi.h64 __u8 serial[CAPI_SERIAL_LEN]; member
Dmedia.h27 char serial[40]; member
/bionic/libc/kernel/uapi/sound/
Dhdspm.h132 unsigned int serial; member