Home
last modified time | relevance | path

Searched refs:Thread (Results 1 – 25 of 34) sorted by relevance

12

/hardware/intel/common/wrs_omxil_core/utils/src/
Dthread.cpp22 Thread::Thread() in Thread() function in Thread
31 Thread::Thread(RunnableInterface *r) in Thread() function in Thread
40 Thread::~Thread() in ~Thread()
47 int Thread::Start(void) in Start()
62 int Thread::Join(void) in Join()
76 void *Thread::Instance(void *p) in Instance()
78 Thread *t = static_cast<Thread *>(p); in Instance()
85 void Thread::Run(void) in Run()
/hardware/intel/common/wrs_omxil_core/utils/inc/
Dthread.h32 class Thread : public RunnableInterface {
34 Thread();
35 Thread(RunnableInterface *r);
36 ~Thread();
Dworkqueue.h34 class WorkQueue : public Thread, public WorkableInterface
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalZoneMonitor.java29 private Thread t;
37 t = new Thread(this, mThreadName); in ThermalZoneMonitor()
54 Thread.sleep(zone.getPollDelay(zone.getZoneState())); in run()
/hardware/libhardware/modules/sensors/dynamic_sensor/
DDummyDynamicAccelDaemon.cpp75 : Thread(false /*canCallJava*/), mRunState(false) { in DummySensor()
140 if (!Thread::exitPending()) { in waitUntilNextSample()
157 while (!Thread::exitPending()) { in threadLoop()
160 if (Thread::exitPending()) { in threadLoop()
DConnectionDetector.cpp34 : ConnectionDetector(d), Thread(false /*canCallJava*/) { in SocketConnectionDetector()
85 while (!Thread::exitPending()) { in threadLoop()
108 : ConnectionDetector(d), Thread(false /*callCallJava*/), mPath(path), mRegex(regex), in FileConnectionDetector()
216 while(!Thread::exitPending()) { in threadLoop()
DConnectionDetector.h44 class SocketConnectionDetector : public ConnectionDetector, public Thread {
60 class FileConnectionDetector : public ConnectionDetector, public Thread {
DHidRawSensorDevice.cpp52 Thread(false /*canCallJava*/), mValid(false) { in HidRawSensorDevice()
93 while(!Thread::exitPending()) { in threadLoop()
DHidRawSensorDevice.h32 class HidRawSensorDevice : public HidRawDevice, public Thread {
DDummyDynamicAccelDaemon.h42 class DummySensor : public BaseSensorObject, public Thread {
/hardware/libhardware/modules/usbcamera/
DHotplugThread.cpp36 Thread::requestExit(); in requestExit()
DHotplugThread.h36 class HotplugThread : public android::Thread {
/hardware/qcom/display/msm8084/libqdutils/
Didle_invalidator.h39 class IdleInvalidator : public android::Thread {
Didle_invalidator.cpp45 IdleInvalidator::IdleInvalidator(): Thread(false), mHwcContext(0), in IdleInvalidator()
/hardware/qcom/display/msm8226/libqdutils/
Didle_invalidator.h39 class IdleInvalidator : public android::Thread {
Didle_invalidator.cpp45 IdleInvalidator::IdleInvalidator(): Thread(false), mHwcContext(0), in IdleInvalidator()
/hardware/qcom/display/msm8960/libqdutils/
Didle_invalidator.h38 class IdleInvalidator : public android::Thread {
Didle_invalidator.cpp39 IdleInvalidator::IdleInvalidator(): Thread(false), mHwcContext(0), in IdleInvalidator()
/hardware/intel/img/hwcomposer/merrifield/common/base/
DSimpleThread.h23 class THREADNAME: public Thread { \
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DSimpleThread.h23 class THREADNAME: public Thread { \
/hardware/qcom/display/msm8994/libqdutils/
Didle_invalidator.h39 class IdleInvalidator : public android::Thread {
Didle_invalidator.cpp46 IdleInvalidator::IdleInvalidator(): Thread(false), mHwcContext(0), in IdleInvalidator()
/hardware/qcom/display/msm8909/libqdutils/
Didle_invalidator.h39 class IdleInvalidator : public android::Thread {
Didle_invalidator.cpp46 IdleInvalidator::IdleInvalidator(): Thread(false), mHwcContext(0), in IdleInvalidator()
/hardware/intel/common/utils/ISV/include/
Disv_processor.h46 class ISVProcessor : public Thread

12