Searched defs:Run (Results 1 - 3 of 3) sorted by relevance

/hardware/ril/mock-ril/src/cpp/
H A Dworker_v8.cpp123 static v8::Handle<v8::Value> Run(const v8::Arguments& args) { function in class:WorkerV8
125 DBG("WorkerV8::Run(args) E:");
126 workerV8->handler_->Run();
127 DBG("WorkerV8::Run(args) X:");
188 SET_PROTOTYPE_METHOD(WorkerV8Template, "run", WorkerV8::Run);
H A Dctrl_server.cpp194 virtual int Run() { function in class:CtrlServerThread
195 DBG("CtrlServerThread::Run E");
201 LOGE("CtrlServerThread::Run error creating server_accept_socket_ '%s'",
210 LOGE("CtrlServerThread::Run error creating stop_server_fd_ '%s'",
219 LOGE("CtrlServerThread::Run error creating stop_client_fd_ '%s'",
227 LOGE("CtrlServerThread::Run error accepting stop_client_fd '%s'",
232 // Run the new thread
233 int ret_value = WorkerThread::Run(NULL);
234 DBG("CtrlServerThread::Run X");
449 status = g_ctrl_server->Run();
[all...]
H A Dworker.cpp90 int WorkerThread::Run(void *workerParam) { function in class:WorkerThread
91 DBG("WorkerThread::Run E workerParam=%p", workerParam);
120 DBG("WorkerThread::Run X workerParam=%p", workerParam);
224 int WorkerQueue::Run() { function in class:WorkerQueue
225 return wqt_->Run(this);
352 if (wq->Run() == STATUS_OK) {
357 tester->Run(wq);

Completed in 67 milliseconds