Searched refs:exit (Results 126 - 150 of 161) sorted by relevance

1234567

/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp893 goto exit;
909 goto exit;
928 exit:
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp178 goto exit;
200 goto exit;
236 goto exit;
246 goto exit;
276 goto exit;
325 goto exit;
328 exit:
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java795 public void exit() { method in class:WifiP2pService.P2pStateMachine.P2pDisablingState
1094 public void exit() { method in class:WifiP2pService.P2pStateMachine.P2pEnabledState
1362 public void exit() { method in class:WifiP2pService.P2pStateMachine.UserAuthorizingNegotiationRequestState
1400 public void exit() { method in class:WifiP2pService.P2pStateMachine.UserAuthorizingInviteRequestState
1685 public void exit() { method in class:WifiP2pService.P2pStateMachine.FrequencyConflictState
1746 // when this happens at exit()
1915 public void exit() { method in class:WifiP2pService.P2pStateMachine.GroupCreatedState
1961 public void exit() { method in class:WifiP2pService.P2pStateMachine.UserAuthorizingJoinState
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp921 goto exit;
929 goto exit;
937 exit:
H A DSoundPool.cpp619 goto exit;
643 exit:
887 // callback thread to exit which may need to execute process() and acquire the mLock.
/frameworks/av/cmds/stagefright/
H A Dcodec.cpp49 exit(1);
H A Dstagefright.cpp799 exit(1);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM.h54 #define armError(str) {printf((str)); printf("\n"); exit(-1);}
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM.h54 #define armError(str) {printf((str)); printf("\n"); exit(-1);}
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A DarmCOMM.h54 #define armError(str) {printf((str)); printf("\n"); exit(-1);}
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp862 goto exit;
867 goto exit;
874 goto exit;
886 exit:
/frameworks/webview/chromium/tools/
H A Dmerge_from_chromium.py550 help=('Just print the current LKGR on stdout and exit.'))
554 help=('Just print the current HEAD revision on stdout and exit.'))
596 sys.exit(main())
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestSlowDownUri.cpp59 exit(EXIT_FAILURE);
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp797 exit(0);
835 exit(1);
/frameworks/av/services/audioflinger/
H A DThreads.h135 void exit();
262 // Used by parameters, config events, addTrack_l, exit
774 void exit();
H A DAudioPolicyService.cpp111 mTonePlaybackThread->exit();
113 mAudioCommandThread->exit();
1075 void AudioPolicyService::AudioCommandThread::exit() function in class:android::AudioPolicyService::AudioCommandThread
1077 ALOGV("AudioCommandThread::exit");
H A DEffects.cpp194 // destructor before we exit
313 goto exit;
319 goto exit;
404 exit:
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp153 exit(EXIT_FAILURE);
866 exit(EXIT_FAILURE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java779 public void exit() { method in class:DataConnection.DcDefaultState
780 if (DBG) log("DcDefaultState: exit");
1005 public void exit() { method in class:DataConnection.DcInactiveState
1414 public void exit() { method in class:DataConnection.DcActiveState
1415 if (DBG) log("DcActiveState: exit dc=" + this);
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp581 exit(1);
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1200 goto exit;
1205 goto exit;
1212 goto exit;
1224 exit:
/frameworks/compile/libbcc/lib/Support/
H A Dsha1.c53 1. Added #include <process.h> for exit() prototype
55 3. Changed exit(0) to return(0) at end of main.
94 #include <process.h> /* prototype for exit() - JHB
411 exit(1);
/frameworks/base/tools/aapt/
H A DImages.cpp990 exit(1);
996 exit(1);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java519 /* Waiting for supplicant to stop and monitor to exit */
526 * This is a special state which is entered right after we exit out of DriverStartedState
2805 public void exit() { method in class:WifiStateMachine.SupplicantStartedState
3158 public void exit() { method in class:WifiStateMachine.DriverStartedState
3556 public void exit() { method in class:WifiStateMachine.L2ConnectedState
3817 public void exit() { method in class:WifiStateMachine.ConnectedState
4016 public void exit() { method in class:WifiStateMachine.DisconnectedState
4017 /* No need for a background scan upon exit from a disconnected state */
4114 public void exit() { method in class:WifiStateMachine.WpsRunningState
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java41 * <code>processMessage</code> and optionally <code>enter/exit/getName</code>.
42 * The enter/exit methods are equivalent to the construction and destruction
85 * <code>quitNow</code>. These will call <code>exit</code> of the current state and its parents,
86 * call <code>onQuiting</code> and then exit Thread/Loopers.</p>
89 * an <code>enter</code> method and <code>exit</exit> method which may be overridden.</p>
94 * the current state is found. We then exit from the current state and its
130 * which is mP1. It will then call mS5.exit, mS1.exit, mS2.enter and then
175 exit { lo
[all...]

Completed in 784 milliseconds

1234567