Home
last modified time | relevance | path

Searched refs:stopProcess (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/cmds/app_process/
Dapp_main.cpp88 IPCThreadState::self()->stopProcess(); in onStarted()
89 hardware::IPCThreadState::self()->stopProcess(); in onStarted()
103 IPCThreadState::self()->stopProcess(); in onExit()
104 hardware::IPCThreadState::self()->stopProcess(); in onExit()
/frameworks/native/include/binder/
DIPCThreadState.h80 void stopProcess(bool immediate = true);
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h80 void stopProcess(bool immediate = true);
/frameworks/native/services/surfaceflinger/tests/
DIPC_test.cpp188 IPCThreadState::self()->stopProcess(); in cleanUp()
/frameworks/native/libs/binder/
DIPCThreadState.cpp641 void IPCThreadState::stopProcess(bool /*immediate*/) in stopProcess() function in android::IPCThreadState
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp580 IPCThreadState::self()->stopProcess(); in threadLoop()