Home
last modified time | relevance | path

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

/frameworks/base/cmds/app_process/
Dapp_main.cpp95 IPCThreadState::self()->stopProcess(); in onStarted()
112 IPCThreadState::self()->stopProcess(); in onExit()
/frameworks/native/include/binder/
DIPCThreadState.h61 void stopProcess(bool immediate = true);
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp313 IPCThreadState::self()->stopProcess(); in threadLoop()
/frameworks/base/services/common_time/
Dcommon_time_server.cpp191 IPCThreadState::self()->stopProcess(); in threadLoop()
/frameworks/native/libs/binder/
DIPCThreadState.cpp536 void IPCThreadState::stopProcess(bool immediate) in stopProcess() function in android::IPCThreadState