Lines Matching refs:property
342 // comes online to attempt to read the property. The property is
756 // Start boot animation service by setting a property mailbox
757 // if property setting thread is already running, Start() will be just a NOP
759 // Wait until property was set
832 char property[PROPERTY_VALUE_MAX];
834 if (property_get(propName, property, nullptr) > 0) {
835 density = atoi(property);
857 // The density of the device is provided by a build property
862 ALOGE("ro.sf.lcd_density must be defined as a build property");