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

/system/core/init/
H A Dproperty_service.cpp183 static std::queue<PropertyChildInfo> property_children; member in namespace:android::init
186 auto& info = property_children.front();
190 while (!property_children.empty()) {
191 property_children.pop();
207 if (property_children.empty()) {
210 auto& info = property_children.front();
219 property_children.pop();
220 if (!property_children.empty()) {
236 property_children.push(info);
237 if (property_children
[all...]

Completed in 1584 milliseconds