Home | History | Annotate | Download | only in HAL

Lines Matching defs:prop

156     char prop[PROPERTY_VALUE_MAX];
157 property_get("persist.camera.dual.camera.dump", prop, "0");
158 m_bDumpImages = atoi(prop);
1107 char prop[PROPERTY_VALUE_MAX];
1108 property_get("persist.camera.dual.camera.mpo", prop, "1");
1109 gMuxer->m_bMpoEnabled = atoi(prop);
1752 char prop[PROPERTY_VALUE_MAX];
1758 property_get("persist.camera.aux.camera", prop, "0");
1759 m_bAuxCameraExposed = atoi(prop);
1762 property_get("persist.camera.auxcamera.swap", prop, "0");
1763 int swapAux = atoi(prop);
2111 char prop[PROPERTY_VALUE_MAX];
2112 property_get("persist.camera.dc.frame.sync", prop, "1");
2113 m_bFrameSyncEnabled = atoi(prop);