Lines Matching refs:NO_ERROR
35 status_t ret = NO_ERROR; in setParametersFD()
46 status_t ret = NO_ERROR; in startFaceDetection()
51 if (ret != NO_ERROR) { in startFaceDetection()
70 status_t ret = NO_ERROR; in stopFaceDetection()
78 if (ret != NO_ERROR) { in stopFaceDetection()
113 status_t ret = NO_ERROR; in setFaceDetectionOrientation()
129 status_t ret = NO_ERROR; in setFaceDetection()
141 if ( NO_ERROR == ret ) in setFaceDetection()
173 if ( NO_ERROR == ret ) in setFaceDetection()
179 if ( NO_ERROR != ret ) in setFaceDetection()
189 if ( NO_ERROR == ret ) in setFaceDetection()
205 status_t ret = NO_ERROR; in createPreviewMetadata()
206 status_t faceRet = NO_ERROR; in createPreviewMetadata()
207 status_t metaRet = NO_ERROR; in createPreviewMetadata()
272 if ((NO_ERROR == faceRet) || (NOT_ENOUGH_DATA == faceRet)) { in createPreviewMetadata()
277 if ( (NO_ERROR != metaRet) && (NOT_ENOUGH_DATA != metaRet) ) { in createPreviewMetadata()
306 status_t ret = NO_ERROR; in encodeFaceCoordinates()