Searched refs:new_serial_ptr (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/bionic/ |
D | system_property_api.cpp | 112 bool __system_property_wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr, in __system_property_wait() argument 114 return system_properties.Wait(pi, old_serial, new_serial_ptr, relative_timeout); in __system_property_wait()
|
/bionic/libc/system_properties/include/system_properties/ |
D | system_properties.h | 71 bool Wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr,
|
/bionic/libc/system_properties/ |
D | system_properties.cpp | 313 bool SystemProperties::Wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr, in Wait() argument 341 *new_serial_ptr = new_serial; in Wait()
|