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

/bionic/libc/bionic/
H A Dsystem_property_api.cpp114 bool __system_property_wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr, argument
116 return system_properties.Wait(pi, old_serial, new_serial_ptr, relative_timeout);
/bionic/libc/system_properties/include/system_properties/
H A Dsystem_properties.h71 bool Wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr,
/bionic/libc/system_properties/
H A Dsystem_properties.cpp313 bool SystemProperties::Wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr, argument
341 *new_serial_ptr = new_serial;

Completed in 539 milliseconds