Searched refs:exit (Results 101 - 125 of 184) sorted by relevance

12345678

/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp47 exit(EXIT_FAILURE);
390 exit(EXIT_FAILURE);
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestGetPositionUri.cpp51 exit(EXIT_FAILURE);
327 exit(EXIT_FAILURE);
H A DslesTestPlayStreamType.cpp40 exit(EXIT_FAILURE);
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp65 exit(EXIT_FAILURE);
394 exit(EXIT_FAILURE);
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c303 goto exit;
311 goto exit;
335 exit:
371 goto exit;
384 exit:
/frameworks/base/core/java/android/app/
H A DActivityOptions.java60 * Custom exit animation resource ID.
109 * notify the called Activity when the shared element and the exit transitions
451 * exit Transition. The position of the shared element in the launched Activity will be the
455 * enabled on the calling Activity to cause an exit transition. The same must be in
475 * will be used as the epicenter for the exit Transition. The position of the associated
479 * enabled on the calling Activity to cause an exit transition. The same must be in
518 ExitTransitionCoordinator exit = new ExitTransitionCoordinator(activity, names, names,
520 opts.mTransitionReceiver = exit;
524 activity.mActivityTransitionState.addExitTransitionCoordinator(exit);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java266 mLegacyVpnRunner.exit();
736 mLegacyVpnRunner.exit();
996 mLegacyVpnRunner.exit();
1104 exit();
1108 public void exit() { method in class:Vpn.LegacyVpnRunner
1325 exit();
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DDecTestBench.c139 DEBUG(("\t-T to print tag name and exit\n"));
173 * fails -> exit */
186 /* allocate memory for stream buffer. if unsuccessful -> exit */
198 /* initialize decoder. If unsuccessful -> exit */
449 * If file open fails -> exit */
457 exit(100);
517 exit(100);
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java88 System.exit(EXIT_EXCEPTION);
97 System.exit(EXIT_OK);
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp101 exit(EXIT_FAILURE);
547 exit(EXIT_FAILURE);
H A DslesTestSawtoothBufferQueue.cpp58 /* Checks for error. If any errors exit the application! */
64 exit(EXIT_FAILURE);
H A DxaVideoDecoderCapabilities.cpp39 exit(EXIT_FAILURE);
/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp47 exit(1);
H A Drecordvideo.cpp49 exit(1);
/frameworks/av/services/audiopolicy/
H A DAudioPolicyService.cpp127 mTonePlaybackThread->exit();
128 mAudioCommandThread->exit();
129 mOutputCommandThread->exit();
530 // AudioPolicyService destructor calls AudioCommandThread::exit() which acquires mLock.
923 void AudioPolicyService::AudioCommandThread::exit() function in class:android::AudioPolicyService::AudioCommandThread
925 ALOGV("AudioCommandThread::exit");
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp98 mCallbackThread->exit();
454 void SoundTriggerHwService::CallbackThread::exit() function in class:android::SoundTriggerHwService::CallbackThread
781 goto exit;
818 exit:
H A DSoundTriggerHwService.h169 void exit();
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
H A DRequestSync.java54 System.exit(1);
/frameworks/base/core/java/android/transition/
H A DTransitionManager.java64 // TODO: how to handle enter/exit?
322 previousScene.exit();
356 * equivalent to calling {@link Scene#exit()} on the scene root's
/frameworks/base/core/tests/overlaytests/
H A Dtestrunner.py563 # will never reach this: opt_parser.error will call sys.exit
658 sys.exit(retcode)
662 sys.exit(retcode)
676 sys.exit(retcode)
679 sys.exit(ignored_errors)
/frameworks/native/opengl/tools/glgen/src/
H A DGenerateGL.java87 System.exit(1);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java503 mBackground.exit();
537 * Attempts to start an exit animation for the active hotspot. Fails if
546 mRipple.exit();
H A DRippleBackground.java89 /** Whether we can use hardware acceleration for the exit animation. */
226 * Starts the exit animation.
228 public void exit() { method in class:RippleBackground
288 // Chain the outer opacity exit animation.
358 // Chain the outer opacity exit animation.
428 // If we had a pending hardware exit, jump to the end state.
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java348 // We may have been asked to exit while waiting
448 public void exit() { method in class:ImageProcessingActivityJB.Processor
654 mProcessor.exit();
/frameworks/base/core/java/android/webkit/
H A DWebViewFactory.java377 // Must explicitly exit or else this process will just sit around after we return.
378 System.exit(0);

Completed in 1081 milliseconds

12345678