Searched refs:Thread (Results 1 – 25 of 43) sorted by relevance
12
/hardware/google/pixel/power-libperfmgr/libperfmgr/ |
D | NodeLooperThread.cc | 31 if (::android::Thread::exitPending()) { in Request() 35 if (!::android::Thread::isRunning()) { in Request() 70 if (::android::Thread::exitPending()) { in Cancel() 74 if (!::android::Thread::isRunning()) { in Cancel() 140 if (::android::Thread::isRunning()) { in Stop() 145 ::android::Thread::requestExit(); in Stop() 147 ::android::Thread::join(); in Stop()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | DummyDynamicAccelDaemon.cpp | 77 : Thread(false /*canCallJava*/), mRunState(false) { in DummySensor() 142 if (!Thread::exitPending()) { in waitUntilNextSample() 159 while (!Thread::exitPending()) { in threadLoop() 162 if (Thread::exitPending()) { in threadLoop()
|
D | ConnectionDetector.cpp | 34 : ConnectionDetector(d), Thread(false /*canCallJava*/) { in SocketConnectionDetector() 89 while (!Thread::exitPending()) { in threadLoop() 112 : ConnectionDetector(d), Thread(false /*callCallJava*/), mPath(path), mRegex(regex), in FileConnectionDetector() 224 while(!Thread::exitPending()) { in threadLoop()
|
D | ConnectionDetector.h | 45 class SocketConnectionDetector : public ConnectionDetector, public Thread { 62 class FileConnectionDetector : public ConnectionDetector, public Thread {
|
D | HidRawSensorDevice.cpp | 52 Thread(false /*canCallJava*/), mValid(false) { in HidRawSensorDevice() 93 while(!Thread::exitPending()) { in threadLoop()
|
D | HidRawSensorDevice.h | 32 class HidRawSensorDevice : public HidRawDevice, public Thread {
|
D | DummyDynamicAccelDaemon.h | 42 class DummySensor : public BaseSensorObject, public Thread {
|
/hardware/google/pixel/power-libperfmgr/aidl/ |
D | PowerSessionManager.h | 39 using ::android::Thread; 84 class PowerHintMonitor : public Thread { 100 PowerHintMonitor() : Thread(false), mLooper(new Looper(true)) {} in PowerHintMonitor()
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/ |
D | NodeLooperThread.h | 54 class NodeLooperThread : public ::android::Thread { 57 : Thread(false), nodes_(std::move(nodes)) {} in NodeLooperThread()
|
/hardware/google/pixel/thermal/utils/ |
D | thermal_watcher.h | 46 class ThermalWatcher : public ::android::Thread { 49 : Thread(false), cb_(cb), looper_(new Looper(true)) {} in ThermalWatcher()
|
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_camera.h | 102 android::sp<android::Thread> buffer_enqueuer_; 103 android::sp<android::Thread> buffer_dequeuer_;
|
D | function_thread.h | 26 class FunctionThread : public android::Thread {
|
/hardware/libhardware/modules/usbcamera/ |
D | HotplugThread.cpp | 37 Thread::requestExit(); in requestExit()
|
D | HotplugThread.h | 36 class HotplugThread : public android::Thread {
|
/hardware/qcom/display/msm8084/libqdutils/ |
D | idle_invalidator.h | 39 class IdleInvalidator : public android::Thread {
|
D | idle_invalidator.cpp | 45 IdleInvalidator::IdleInvalidator(): Thread(false), mHwcContext(0), in IdleInvalidator()
|
/hardware/qcom/display/msm8226/libqdutils/ |
D | idle_invalidator.h | 39 class IdleInvalidator : public android::Thread {
|
D | idle_invalidator.cpp | 45 IdleInvalidator::IdleInvalidator(): Thread(false), mHwcContext(0), in IdleInvalidator()
|
/hardware/qcom/display/msm8960/libqdutils/ |
D | idle_invalidator.h | 38 class IdleInvalidator : public android::Thread {
|
D | idle_invalidator.cpp | 39 IdleInvalidator::IdleInvalidator(): Thread(false), mHwcContext(0), in IdleInvalidator()
|
/hardware/qcom/display/msm8994/libqdutils/ |
D | idle_invalidator.h | 39 class IdleInvalidator : public android::Thread {
|
D | idle_invalidator.cpp | 46 IdleInvalidator::IdleInvalidator(): Thread(false), mHwcContext(0), in IdleInvalidator()
|
/hardware/nxp/nfc/snxxx/halimpl/src/include/ |
D | EseAdaptation.h | 100 static uint32_t Thread(uint32_t arg);
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HdrPlusListenerThread.h | 36 class QCamera3HdrPlusListenerThread : public HdrPlusClientListener, public Thread
|
/hardware/nxp/nfc/pn8x/halimpl/src/include/ |
D | EseAdaptation.h | 101 static uint32_t Thread(uint32_t arg);
|
12