Home
last modified time | relevance | path

Searched refs:new_serial_ptr (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Dsystem_property_api.cpp112 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/
Dsystem_properties.h71 bool Wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr,
/bionic/libc/system_properties/
Dsystem_properties.cpp313 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()