Home
last modified time | relevance | path

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

12

/hardware/google/pixel/power-libperfmgr/libperfmgr/
DNodeLooperThread.cc31 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/
DDummyDynamicAccelDaemon.cpp77 : 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()
DConnectionDetector.cpp34 : 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()
DConnectionDetector.h45 class SocketConnectionDetector : public ConnectionDetector, public Thread {
62 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/google/pixel/power-libperfmgr/aidl/
DPowerSessionManager.h39 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/
DNodeLooperThread.h54 class NodeLooperThread : public ::android::Thread {
57 : Thread(false), nodes_(std::move(nodes)) {} in NodeLooperThread()
/hardware/google/pixel/thermal/utils/
Dthermal_watcher.h46 class ThermalWatcher : public ::android::Thread {
49 : Thread(false), cb_(cb), looper_(new Looper(true)) {} in ThermalWatcher()
/hardware/libhardware/modules/camera/3_4/
Dv4l2_camera.h102 android::sp<android::Thread> buffer_enqueuer_;
103 android::sp<android::Thread> buffer_dequeuer_;
Dfunction_thread.h26 class FunctionThread : public android::Thread {
/hardware/libhardware/modules/usbcamera/
DHotplugThread.cpp37 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/qcom/display/msm8994/libqdutils/
Didle_invalidator.h39 class IdleInvalidator : public android::Thread {
Didle_invalidator.cpp46 IdleInvalidator::IdleInvalidator(): Thread(false), mHwcContext(0), in IdleInvalidator()
/hardware/nxp/nfc/snxxx/halimpl/src/include/
DEseAdaptation.h100 static uint32_t Thread(uint32_t arg);
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HdrPlusListenerThread.h36 class QCamera3HdrPlusListenerThread : public HdrPlusClientListener, public Thread
/hardware/nxp/nfc/pn8x/halimpl/src/include/
DEseAdaptation.h101 static uint32_t Thread(uint32_t arg);

12