Searched defs:exit (Results 1 - 25 of 52) sorted by path

123

/frameworks/av/services/audioflinger/
H A DThreads.cpp545 void AudioFlinger::ThreadBase::exit() function in class:android::AudioFlinger::ThreadBase
547 ALOGV("ThreadBase::exit");
548 // do any cleanup required for exit to succeed
553 // // context switch from here to exit()
554 // // exit() calls requestExit(), what exitPending() observes
555 // // exit() calls signal(), which is dropped since no waiters
556 // // context switch back from exit() to here
1827 ALOGE_IF(result != OK, "Error when setting parameters on exit: %d", result);
2719 // After we exit there are no more track changes sent to BatteryNotifier
5374 void AudioFlinger::AsyncCallbackThread::exit() function in class:android::AudioFlinger::AsyncCallbackThread
[all...]
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp624 // Flag that ringtone volume must be limited to music volume until we exit MODE_RINGTONE
2047 ALOGV("releaseInput() exit > 0");
2053 ALOGV("releaseInput() exit");
3722 exit();
3881 void AudioPolicyManager::exit() function in class:android::AudioPolicyManager
4804 // the device = the device from the descriptor in the RouteMap, and exit.
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp86 mTonePlaybackThread->exit();
87 mAudioCommandThread->exit();
88 mOutputCommandThread->exit();
564 // AudioPolicyService destructor calls AudioCommandThread::exit() which
1027 void AudioPolicyService::AudioCommandThread::exit() function in class:android::AudioPolicyService::AudioCommandThread
1029 ALOGV("AudioCommandThread::exit");
/frameworks/av/services/radio/
H A DRadioService.cpp278 void RadioService::CallbackThread::exit() function in class:android::RadioService::CallbackThread
664 mCallbackThread->exit();
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp84 mCallbackThread->exit();
468 void SoundTriggerHwService::CallbackThread::exit() function in class:android::SoundTriggerHwService::CallbackThread
837 goto exit;
888 goto exit;
901 exit:
/frameworks/base/core/java/android/app/
H A DActivityOptions.java100 * Custom exit animation resource ID.
199 * notify the called Activity when the shared element and the exit transitions
601 * exit Transition. The position of the shared element in the launched Activity will be the
605 * enabled on the calling Activity to cause an exit transition. The same must be in
625 * will be used as the epicenter for the exit Transition. The position of the associated
629 * enabled on the calling Activity to cause an exit transition. The same must be in
652 * The exit transition will start immediately and the shared element transition will
668 final ExitTransitionCoordinator exit =
670 if (exit != null) {
671 HideWindowListener listener = new HideWindowListener(window, exit);
1399 HideWindowListener(Window window, ExitTransitionCoordinator exit) argument
[all...]
H A DBackStackRecord.java510 public FragmentTransaction setCustomAnimations(int enter, int exit) { argument
511 return setCustomAnimations(enter, exit, 0, 0);
514 public FragmentTransaction setCustomAnimations(int enter, int exit, argument
517 mExitAnim = exit;
H A DFragmentTransaction.java165 * Bit mask that is set for all exit transitions.
192 @AnimatorRes int exit);
197 * and <code>popExit</code> animations will be played for enter/exit
201 @AnimatorRes int exit, @AnimatorRes int popEnter, @AnimatorRes int popExit);
191 setCustomAnimations(@nimatorRes int enter, @AnimatorRes int exit) argument
200 setCustomAnimations(@nimatorRes int enter, @AnimatorRes int exit, @AnimatorRes int popEnter, @AnimatorRes int popExit) argument
/frameworks/base/core/java/android/transition/
H A DScene.java146 * Exiting a scene runs the {@link #setExitAction(Runnable) exit action}
149 public void exit() { method in class:Scene
216 * action, and possibly an exit action as well. An enter action
238 * action, and possibly an exit action as well. An exit action
/frameworks/base/core/java/com/android/internal/util/
H A DIState.java46 void exit(); method in interface:IState
H A DState.java42 * @see com.android.internal.util.IState#exit()
45 public void exit() { method in class:State
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp345 * The VM calls this through the "exit" hook.
349 gCurRuntime->exit(code);
689 /* route exit() to our handler */
690 addOption("exit", (void*) runtime_exit);
1099 void AndroidRuntime::exit(int code) function in class:android::AndroidRuntime
1107 ::exit(code);
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DStateMachineTest.java44 private static final String EXIT = "exit";
112 public void exit() { method in class:StateMachineTest.StateMachineQuitTest.S1
113 tlog("S1.exit");
215 public void exit() { method in class:StateMachineTest.StateMachineQuitNowTest.S1
216 tlog("S1.exit");
286 * Test enter/exit can use transitionTo
314 public void exit() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S1
316 tlog("S1.exit");
327 public void exit() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S2
328 // Test transition in exit wor
353 public void exit() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S3
368 public void exit() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S4
583 public void exit() { method in class:StateMachineTest.StateMachine1.S1
684 public void exit() { method in class:StateMachineTest.StateMachine2.S1
980 public void exit() { method in class:StateMachineTest.StateMachine5.ParentState1
995 public void exit() { method in class:StateMachineTest.StateMachine5.ChildState1
1026 public void exit() { method in class:StateMachineTest.StateMachine5.ChildState2
1057 public void exit() { method in class:StateMachineTest.StateMachine5.ParentState2
1088 public void exit() { method in class:StateMachineTest.StateMachine5.ChildState3
1119 public void exit() { method in class:StateMachineTest.StateMachine5.ChildState4
1150 public void exit() { method in class:StateMachineTest.StateMachine5.ChildState5
1390 public void exit() { method in class:StateMachineTest.StateMachine7.S1
1675 public void exit() { method in class:StateMachineTest.Hsm1.P1
1705 public void exit() { method in class:StateMachineTest.Hsm1.S1
1728 public void exit() { method in class:StateMachineTest.Hsm1.S2
1760 public void exit() { method in class:StateMachineTest.Hsm1.P2
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleComponent.java39 /** Whether we can use hardware acceleration for the exit animation. */
110 * Starts a ripple exit animation.
112 public final void exit() { method in class:RippleComponent
203 // the hardware exit has read whatever values it needs.
246 // later when starting the hardware exit, but we're aborting early.
291 * Called when the hardware exit is cancelled. Jumps software values to end
/frameworks/base/libs/hwui/thread/
H A DTaskManager.cpp48 mThreads[i]->exit();
58 mThreads[i]->exit();
127 void TaskManager::WorkerThread::exit() { function in class:android::uirenderer::TaskManager::WorkerThread
/frameworks/base/media/jni/
H A Dandroid_media_BufferingParams.h66 void exit(JNIEnv *env) { function in struct:android::BufferingParams::fields_t
H A Dandroid_media_PlaybackParams.h77 void exit(JNIEnv *env) { function in struct:android::PlaybackParams::fields_t
H A Dandroid_media_SyncParams.cpp54 void SyncParams::fields_t::exit(JNIEnv *env) { function in class:android::SyncParams::fields_t
H A Dandroid_media_VolumeShaper.h98 void exit(JNIEnv *env) { function in struct:android::VolumeShaperHelper::fields_t
/frameworks/base/services/core/java/com/android/server/
H A DNsdService.java226 public void exit() { method in class:NsdService.NsdStateMachine.EnabledState
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java340 // does not entail any real state (hence no enter() or exit() routines).
435 // is required. This State takes care to clear the notification upon exit from the State.
470 public void exit() { method in class:NetworkMonitor.MaybeNotifyState
517 // cause us to exit and re-enter EvaluatingState.
602 public void exit() { method in class:NetworkMonitor.EvaluatingState
662 public void exit() { method in class:NetworkMonitor.CaptivePortalState
H A DTethering.java1525 // transitioned to an error state; exit early.
1542 public void exit() { method in class:Tethering.TetherMasterSM.TetherModeAliveState
H A DVpn.java529 mLegacyVpnRunner.exit();
1141 mLegacyVpnRunner.exit();
1482 mLegacyVpnRunner.exit();
1602 exit();
1606 public void exit() { method in class:Vpn.LegacyVpnRunner
1624 interrupted(); // Clear interrupt flag if execute called exit.
1838 exit();
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
H A DTetherInterfaceStateMachine.java256 public void exit() { method in class:TetherInterfaceStateMachine.BaseServingState
357 public void exit() { method in class:TetherInterfaceStateMachine.TetheredState
359 super.exit();
/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpClient.java520 public void exit() { method in class:DhcpClient.LoggingState
625 public void exit() { method in class:DhcpClient.DhcpState
712 public void exit() { method in class:DhcpClient.PacketRetransmittingState
713 super.exit();
834 public void exit() { method in class:DhcpClient.DhcpHaveLeaseState
889 public void exit() { method in class:DhcpClient.DhcpBoundState
890 super.exit();

Completed in 9726 milliseconds

123