Searched refs:exit (Results 151 - 175 of 184) sorted by relevance

12345678

/frameworks/webview/chromium/tools/
H A Dmerge_from_chromium.py534 help=('Just print the current HEAD revision on stdout and exit.'))
581 sys.exit(main())
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestSlowDownUri.cpp59 exit(EXIT_FAILURE);
/frameworks/av/media/libmedia/
H A DSoundPool.cpp630 goto exit;
654 exit:
899 // callback thread to exit which may need to execute process() and acquire the mLock.
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp802 exit(0);
840 exit(1);
/frameworks/av/services/audioflinger/
H A DThreads.h246 void exit();
397 // Used by parameters, config events, addTrack_l, exit
971 void exit();
H A DEffects.cpp198 // destructor before we exit
327 goto exit;
333 goto exit;
418 exit:
H A DAudioFlinger.cpp1849 // it is not destroyed while exit() is executed
1889 thread->exit();
1912 thread->exit();
2101 // it is not destroyed while exit() is executed
2151 // FIXME: calling thread->exit() without mLock held should not be needed anymore now that
2159 thread->exit();
2527 // and we will exit safely
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java134 /** Sent on exit from {@link WaitingState} to return to idle after sending all broadcasts. */
323 * to Delivering mode to handle it, acquiring the wakelock on exit.
333 public void exit() { method in class:InboundSmsHandler.IdleState
377 * The message is acknowledged before we exit this state. If there is a message to broadcast,
388 public void exit() { method in class:InboundSmsHandler.DeliveringState
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp153 exit(EXIT_FAILURE);
866 exit(EXIT_FAILURE);
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp145 exit(1);
151 exit(1);
156 exit(1);
161 exit(1);
168 exit(1); // should never get here
H A Dandroid_util_Binder.cpp217 exit(1);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java1060 public void exit() { method in class:DataConnection.DcDefaultState
1061 if (DBG) log("DcDefaultState: exit");
1312 public void exit() { method in class:DataConnection.DcInactiveState
1741 public void exit() { method in class:DataConnection.DcActiveState
1742 if (DBG) log("DcActiveState: exit dc=" + this);
1968 // this can only happen if our exit has been called - we're already disconnected
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp779 exit(1);
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp144 exit (1);
H A Dstagefright.cpp800 exit(1);
/frameworks/av/services/audiopolicy/
H A DAudioPolicyService.h253 void exit();
H A DAudioPolicyManager.h725 void exit();
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1267 goto exit;
1272 goto exit;
1279 goto exit;
1291 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
410 exit(1);
/frameworks/base/tools/aapt/
H A DImages.cpp1085 exit(1);
1091 exit(1);
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java42 * <code>processMessage</code> and optionally <code>enter/exit/getName</code>.
43 * The enter/exit methods are equivalent to the construction and destruction
86 * <code>quitNow</code>. These will call <code>exit</code> of the current state and its parents,
87 * call <code>onQuiting</code> and then exit Thread/Loopers.</p>
90 * an <code>enter</code> method and <code>exit</exit> method which may be overridden.</p>
95 * the current state is found. We then exit from the current state and its
131 * which is mP1. It will then call mS5.exit, mS1.exit, mS2.enter and then
176 exit { lo
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DNsdService.java247 public void exit() { method in class:NsdService.NsdStateMachine.EnabledState
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java231 Runtime.getRuntime().exit(0);
/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp599 exit(1);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java729 /* Waiting for supplicant to stop and monitor to exit */
736 * This is a special state which is entered right after we exit out of DriverStartedState
5210 public void exit() { method in class:WifiStateMachine.SupplicantStartedState
5610 public void exit() { method in class:WifiStateMachine.DriverStartedState
6953 public void exit() { method in class:WifiStateMachine.L2ConnectedState
7586 public void exit() { method in class:WifiStateMachine.RoamingState
7804 public void exit() { method in class:WifiStateMachine.ConnectedState
8069 public void exit() { method in class:WifiStateMachine.DisconnectedState
8070 /* No need for a background scan upon exit from a disconnected state */
8181 public void exit() { method in class:WifiStateMachine.WpsRunningState
[all...]

Completed in 3017 milliseconds

12345678