Searched refs:exit (Results 226 - 238 of 238) sorted by relevance

12345678910

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java231 Runtime.getRuntime().exit(0);
/frameworks/native/vulkan/tools/
H A Dvkinfo.cpp78 exit(1);
/frameworks/base/core/java/android/os/
H A DStrictMode.java1922 System.exit(10);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1975 // it is not destroyed while exit() is executed
2016 thread->exit();
2039 thread->exit();
2239 // it is not destroyed while exit() is executed
2291 // FIXME: calling thread->exit() without mLock held should not be needed anymore now that
2299 thread->exit();
2729 // and we will exit safely
H A DThreads.cpp673 void AudioFlinger::ThreadBase::exit() function in class:android::AudioFlinger::ThreadBase
675 ALOGV("ThreadBase::exit");
676 // do any cleanup required for exit to succeed
681 // // context switch from here to exit()
682 // // exit() calls requestExit(), what exitPending() observes
683 // // exit() calls signal(), which is dropped since no waiters
684 // // context switch back from exit() to here
5341 void AudioFlinger::AsyncCallbackThread::exit() function in class:android::AudioFlinger::AsyncCallbackThread
5343 ALOGV("AsyncCallbackThread::exit");
5414 mCallbackThread->exit();
[all...]
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java107 System.exit(exitCode);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java1655 public void exit() { method in class:Tethering.TetherMasterSM.TetherModeAliveState
/frameworks/native/opengl/tools/glgen/src/
H A DJniCodeEmitter.java219 out.println(iii + indent + "goto exit;");
305 System.exit(0);
411 out.println(iii + indent + "goto exit;");
477 out.println(iii + indent + "goto exit;");
509 out.println(iii + indent + "goto exit;");
1159 out.println(indent + indent + "goto exit;");
1209 out.println(indent + indent + "goto exit;");
1223 "goto exit;");
1275 out.println(indent + indent + "goto exit;");
1289 "goto exit;");
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp311 // formerly we would just kill the process, but we now ask it to exit so it
313 property_set("service.bootanim.exit", "1");
521 property_set("service.bootanim.exit", "0");
3426 void exit(status_t result) { function in class:android::GraphicProducerWrapper
3512 static_cast<GraphicProducerWrapper*>(IInterface::asBinder(producer).get())->exit(result);
H A DSurfaceFlinger_hwc1.cpp308 // formerly we would just kill the process, but we now ask it to exit so it
310 property_set("service.bootanim.exit", "1");
554 property_set("service.bootanim.exit", "0");
3319 void exit(status_t result) { function in class:GraphicProducerWrapper
3405 static_cast<GraphicProducerWrapper*>(IInterface::asBinder(producer).get())->exit(result);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp565 // Flag that ringtone volume must be limited to music volume until we exit MODE_RINGTONE
1825 ALOGV("releaseInput() exit > 0");
1831 ALOGV("releaseInput() exit");
3456 exit();
3615 void AudioPolicyManager::exit() function in class:android::AudioPolicyManager
4545 // the device = the device from the descriptor in the RouteMap, and exit.
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java13027 System.exit(10);
13402 * The application process will exit immediately after this call returns.
13615 * @return true if the process should exit immediately (WTF is fatal)
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 6837 milliseconds

12345678910