Searched refs:Run (Results 1 - 8 of 8) sorted by relevance

/hardware/ril/mock-ril/src/cpp/
H A Dworker.h49 * 2) Execute Run passing a param which will be passed to Worker.
84 virtual int Run(void *workerParam);
99 * 2) Call Run.
136 int Run();
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);
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 Dprotobuf_v8.cpp168 Script::Compile(String::New(from.str().c_str()))->Run());
178 "})"))->Run());
183 self->SetInternalField(3, Script::Compile(String::New(to.str().c_str()))->Run());
H A Dmock_ril.cpp357 ut->Run(NULL);
H A Drequests.cpp434 int status = (*rwq)->Run();
508 if (rwq->Run() == STATUS_OK) {
H A Djs_support.cpp283 * Run some javascript code.
295 // Run the resulting script
296 v8::Handle<v8::Value> result = script->Run();

Completed in 162 milliseconds