Searched refs:exit (Results 76 - 100 of 112) sorted by relevance

12345

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dvp9_spatial_scalable_encoder.c118 exit(EXIT_FAILURE);
H A Dvpx_temporal_scalable_patterns.c32 exit(EXIT_FAILURE);
/hardware/intel/img/libdrm/tests/
H A Ddrmstat.c84 exit(1);
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h466 void exit();
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1033 bool exit = false; local
1035 exit = true;
1039 exit = false;
1043 } while (!exit);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dcpplint.py4653 sys.exit('\nFATAL ERROR: ' + message)
4655 sys.exit(1)
4664 sys.exit(0)
4752 sys.exit(_cpplint_state.error_count > 0)
/hardware/intel/img/libdrm/tests/modetest/
H A Dmodetest.c533 exit(0);
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
H A Dmpu_iio.c595 exit(0);
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Dstress_iio.c965 exit(0);
/hardware/qcom/audio/hal/
H A Daudio_hw.c233 ALOGV("%s: exit", __func__);
256 ALOGV("%s: exit", __func__);
679 ALOGV("%s: exit: status(%d)", __func__, ret);
741 ALOGV("%s: exit", __func__);
749 ALOGD("%s: exit: status(%d)", __func__, ret);
1010 ALOGV("%s: exit: status(%d)", __func__, ret);
1096 ALOGV("%s: exit", __func__);
1230 ALOGV("%s: exit", __func__);
1358 ALOGV("%s: exit: code(%d)", __func__, status);
1397 ALOGV("%s: exit
[all...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp2352 goto exit;
2366 goto exit;
2374 goto exit;
2451 exit:
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1767 "if exceptions are enabled or exit the program with a non-zero code "
4574 exit(EXIT_FAILURE);
4603 exit(EXIT_FAILURE);
5010 // A helper class that creates the premature-exit file in its
5016 // If a path to the premature-exit file is specified...
5127 // UnitTest object upon exiting the program messes up the exit code,
5317 exit(1);
5356 // create/delete the premature exit file, as doing so is unnecessary
5360 // premature-exit file will be left undeleted, causing a test runner
5361 // that understands the premature-exit
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c1651 exit(1);
1691 exit(1);
/hardware/intel/common/libva/test/encode/
H A Davcenc.c75 fprintf(stderr,"%s:%s (%d) failed,exit\n", __func__, func, __LINE__); \
76 exit(1); \
194 printf("Can't find the desired RC mode, exit\n");
510 exit(1);
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvenc_test.cpp78 #define CHK(result) if (result != OMX_ErrorNone) { E("*************** error *************"); exit(0); }
1260 D("trying to exit venc");
1595 exit(1);
2306 D("exit encoder test");
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
H A Dvenc_test.cpp81 #define CHK(result) if ((result != OMX_ErrorNone) && (result != OMX_ErrorNoMore)) { E("*************** error *************"); exit(0); }
1277 D("trying to exit venc");
1620 exit(1);
2307 D("exit encoder test");
/hardware/intel/common/libva/test/decode/
H A Dtinyjpeg.c559 fprintf(stderr,"%s:%s (%d) failed,exit\n", __func__, func, __LINE__); \
560 exit(1); \
/hardware/intel/common/libva/test/videoprocess/
H A Dvideoprocess.cpp49 fprintf(stderr,"%s:%s (%d) failed,exit\n", __func__, func, __LINE__); \
50 exit(1); \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxdec.c169 exit(EXIT_FAILURE);
H A Dvpxenc.c76 exit(EXIT_FAILURE);
465 exit(EXIT_FAILURE);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
H A DG726DecTest.c460 exit(1);
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp2798 goto exit;
2813 goto exit;
2823 goto exit;
2874 exit:
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_surfacetexture.cpp817 exit(1);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c2480 exit(1);
2486 exit(1);
/hardware/ril/libril/
H A Dril.cpp4106 exit(-1);
4114 exit(-1);
4264 exit(-1);
4272 exit(-1);
4594 // as we exit we'll either release it immediately
4684 // Normal exit

Completed in 1383 milliseconds

12345