Home
last modified time | relevance | path

Searched refs:stopProcess (Results 1 – 5 of 5) 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.h96 void stopProcess(bool immediate = true);
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h96 void stopProcess(bool immediate = true);
/frameworks/native/libs/binder/
DIPCThreadState.cpp641 void IPCThreadState::stopProcess(bool /*immediate*/) in stopProcess() function in android::IPCThreadState
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp418 IPCThreadState::self()->stopProcess(); in threadLoop()