Searched defs:serial (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/system_properties/ |
D | system_properties.cpp | 52 #define SERIAL_DIRTY(serial) ((serial)&1) argument 53 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24) argument 187 uint32_t serial; in ReadMutablePropertyValue() local 216 uint32_t serial = ReadMutablePropertyValue(pi, value); in Read() local 240 const char* value, uint32_t serial), in ReadCallback() 245 uint32_t serial = load_const_atomic(&pi->serial, memory_order_relaxed); in ReadCallback() local 255 uint32_t serial = ReadMutablePropertyValue(pi, value_buf); in ReadCallback() local 297 uint32_t serial = atomic_load_explicit(&pi->serial, memory_order_relaxed); in Update() local
|
/bionic/libc/private/ |
D | CachedProperty.h | 96 static void Callback(void* data, const char*, const char* value, uint32_t serial) { in Callback()
|
/bionic/libc/system_properties/include/system_properties/ |
D | prop_area.h | 130 atomic_uint_least32_t* serial() { in serial() function
|
/bionic/tests/ |
D | system_properties_test.cpp | 417 unsigned serial = __system_property_serial(pi); in TEST() local 431 unsigned serial = system_properties.WaitAny(0); in TEST() local 466 unsigned serial = __system_property_serial(pi); in TEST() local
|
/bionic/libc/bionic/ |
D | system_property_api.cpp | 81 const char* value, uint32_t serial), in __system_property_read_callback()
|
/bionic/libc/kernel/uapi/linux/ |
D | capi.h | 52 __u8 serial[CAPI_SERIAL_LEN]; member
|
D | media.h | 14 char serial[40]; member
|
/bionic/libc/kernel/uapi/sound/ |
D | hdspm.h | 120 unsigned int serial; member
|