Home | History | Annotate | Download | only in libcameraservice

Lines Matching full:no_error

292     if (mp->setDataSource(file, NULL) == NO_ERROR) {
393 if (callingPid == mClientPid) return NO_ERROR;
402 if (result != NO_ERROR) return result;
407 return NO_ERROR;
419 return NO_ERROR;
422 // returns NO_ERROR if the client already owns the camera, EBUSY otherwise
434 if (result == NO_ERROR) {
455 if (mClientPid != 0 && checkPid() != NO_ERROR) {
463 return NO_ERROR;
471 return NO_ERROR;
478 if (result != NO_ERROR) {
491 if (checkPid() != NO_ERROR) {
536 if (result != NO_ERROR) return result;
540 return NO_ERROR;
545 if (result != NO_ERROR) {
562 if (result == NO_ERROR) {
607 if (checkPidAndHardware() != NO_ERROR) return;
635 if (result != NO_ERROR) return result;
657 status_t result = NO_ERROR;
661 return NO_ERROR;
678 status_t result = NO_ERROR;
682 return NO_ERROR;
688 if (result != NO_ERROR) {
697 if (result != NO_ERROR) {
708 if (checkPidAndHardware() != NO_ERROR) return;
722 if (checkPidAndHardware() != NO_ERROR) return;
735 if (checkPidAndHardware() != NO_ERROR) return;
744 if (checkPidAndHardware() != NO_ERROR) {
755 if (checkPidAndHardware() != NO_ERROR) return false;
764 if (checkPidAndHardware() != NO_ERROR) return false;
774 if (result != NO_ERROR) return result;
785 if (result != NO_ERROR) return result;
799 if (result != NO_ERROR) return result;
830 if (result != NO_ERROR) return result;
840 if (checkPidAndHardware() != NO_ERROR) return String8();
852 if (result != NO_ERROR) return result;
882 if (result != NO_ERROR) return result;
935 if (mLock.tryLock() == NO_ERROR) {
1286 if (mutex.tryLock() == NO_ERROR) {
1348 return NO_ERROR;