Searched refs:start_waiting_for_property (Results 1 – 3 of 3) sorted by relevance
34 bool start_waiting_for_property(const char *name, const char *value);
1072 start_waiting_for_property("ro.persistent_properties.ready", "true"); in do_load_persist_props()1110 if (!start_waiting_for_property(name, value)) { in do_wait_for_prop()
211 bool start_waiting_for_property(const char* name, const char* value) { in start_waiting_for_property() function