Searched defs:run (Results 1 - 16 of 16) sorted by relevance

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalZoneMonitor.java46 public void run() { method in class:ThermalZoneMonitor
H A DThermalService.java458 public void run () { method in class:ThermalService.Notify
462 Log.i(TAG, "caught InterruptedException in run()");
/hardware/qcom/gps/msm8909/utils/
H A DMsgTask.cpp81 // make sure we do not run in background scheduling group
85 bool MsgTask::run() { function in class:MsgTask
H A DLocThread.cpp186 while (locThread->isRunning() && runnable->run());
238 virtual bool run() { function in class:LocRunnableTest1
H A DLocTimer.cpp74 both implements LocRunnalbe with epoll_wait() in the run()
75 method. It is also a LocThread client, so as to loop the run
131 // The LocRunnable::run() contains the actual polling. The other methods
132 // will be run in the caller's thread context to add / remove timer / alarm
144 // the thread that calls run() method
167 virtual bool run();
400 // before a next call returens, a thread will be created. The run() method
412 // when fs is closed, epoll_wait() should fail run() should return false
446 // The polling thread context will call this method. If run() method needs to
448 bool LocTimerPollTask::run() { function in class:LocTimerPollTask
[all...]
/hardware/qcom/gps/msm8909w_3100/utils/
H A DMsgTask.cpp84 // make sure we do not run in background scheduling group
88 bool MsgTask::run() { function in class:MsgTask
H A DLocThread.cpp188 while (locThread->isRunning() && runnable->run());
240 virtual bool run() { function in class:LocRunnableTest1
H A DLocTimer.cpp74 both implements LocRunnalbe with epoll_wait() in the run()
75 method. It is also a LocThread client, so as to loop the run
131 // The LocRunnable::run() contains the actual polling. The other methods
132 // will be run in the caller's thread context to add / remove timer / alarm
144 // the thread that calls run() method
167 virtual bool run();
400 // before a next call returens, a thread will be created. The run() method
412 // when fs is closed, epoll_wait() should fail run() should return false
446 // The polling thread context will call this method. If run() method needs to
448 bool LocTimerPollTask::run() { function in class:LocTimerPollTask
[all...]
/hardware/qcom/gps/msm8996/utils/
H A DMsgTask.cpp81 // make sure we do not run in background scheduling group
85 bool MsgTask::run() { function in class:MsgTask
H A DLocThread.cpp186 while (locThread->isRunning() && runnable->run());
238 virtual bool run() { function in class:LocRunnableTest1
H A DLocTimer.cpp75 both implements LocRunnalbe with epoll_wait() in the run()
76 method. It is also a LocThread client, so as to loop the run
132 // The LocRunnable::run() contains the actual polling. The other methods
133 // will be run in the caller's thread context to add / remove timer / alarm
145 // the thread that calls run() method
168 virtual bool run();
399 // before a next call returens, a thread will be created. The run() method
411 // when fs is closed, epoll_wait() should fail run() should return false
445 // The polling thread context will call this method. If run() method needs to
447 bool LocTimerPollTask::run() { function in class:LocTimerPollTask
[all...]
/hardware/qcom/gps/msm8998/utils/
H A DMsgTask.cpp80 // make sure we do not run in background scheduling group
84 bool MsgTask::run() { function in class:MsgTask
H A DLocThread.cpp188 while (locThread->isRunning() && runnable->run());
240 virtual bool run() { function in class:LocRunnableTest1
H A DLocTimer.cpp75 both implements LocRunnalbe with epoll_wait() in the run()
76 method. It is also a LocThread client, so as to loop the run
132 // The LocRunnable::run() contains the actual polling. The other methods
133 // will be run in the caller's thread context to add / remove timer / alarm
145 // the thread that calls run() method
168 virtual bool run();
399 // before a next call returens, a thread will be created. The run() method
411 // when fs is closed, epoll_wait() should fail run() should return false
445 // The polling thread context will call this method. If run() method needs to
447 bool LocTimerPollTask::run() { function in class:LocTimerPollTask
[all...]
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DConcurrentQueue.h105 void run(ConcurrentQueue<T>* queue, function in class:android::BatchingConsumer
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DVirtualDevice.cpp306 virtual void run(VirtualDevice& vd) = 0;
312 virtual void run(VirtualDevice& vd) = 0;
338 virtual void run(VirtualDevice& vd) { function in struct:android::intel::VirtualDevice::ComposeTask
432 virtual void run(VirtualDevice& vd) { function in struct:android::intel::VirtualDevice::EnableVspTask
440 virtual void run(VirtualDevice& vd) { function in struct:android::intel::VirtualDevice::DisableVspTask
462 virtual void run(VirtualDevice& vd) { function in struct:android::intel::VirtualDevice::BlitTask
482 virtual void run(VirtualDevice& vd) { function in struct:android::intel::VirtualDevice::FrameTypeChangedTask
498 virtual void run(VirtualDevice& vd) { function in struct:android::intel::VirtualDevice::BufferInfoChangedTask
514 virtual void run(VirtualDevice& vd) { function in struct:android::intel::VirtualDevice::OnFrameReadyTask
699 task->run(*thi
[all...]

Completed in 287 milliseconds