HomeSort by relevance Sort by last modified time
    Searched refs:childProcess (Results 1 - 6 of 6) sorted by null

  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
osProcess.h 25 class childProcess
28 static childProcess *create(const char *p_cmdLine, const char *p_startdir);
29 ~childProcess();
44 childProcess() {};
osProcessWin.cpp 24 childProcess *
25 childProcess::create(const char *p_cmdLine, const char *p_startdir)
27 childProcess *child = new childProcess();
60 childProcess::~childProcess()
68 childProcess::wait(int *exitStatus)
89 childProcess::tryWait(bool& isAlive)
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osProcess.h 25 class childProcess
28 static childProcess *create(const char *p_cmdLine, const char *p_startdir);
29 ~childProcess();
44 childProcess() {};
osProcessWin.cpp 24 childProcess *
25 childProcess::create(const char *p_cmdLine, const char *p_startdir)
27 childProcess *child = new childProcess();
60 childProcess::~childProcess()
68 childProcess::wait(int *exitStatus)
89 childProcess::tryWait(bool& isAlive)
  /external/webkit/Source/WebKit2/Shared/
ChildProcess.h 34 class ChildProcess : protected CoreIPC::Connection::Client {
35 WTF_MAKE_NONCOPYABLE(ChildProcess);
45 explicit LocalTerminationDisabler(ChildProcess& childProcess)
46 : m_childProcess(childProcess)
57 ChildProcess& m_childProcess;
61 explicit ChildProcess(double terminationTimeout);
62 ~ChildProcess();
80 RunLoop::Timer<ChildProcess> m_terminationTimer;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
render_api.cpp 34 static osUtils::childProcess *s_renderProc = NULL;
126 s_renderProc = osUtils::childProcess::create(cmdLine, NULL);

Completed in 3066 milliseconds