Searched refs:threadLoop (Results 1 - 25 of 48) sorted by relevance

12

/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DSimpleThread.h28 virtual bool threadLoop() { return mOwner->threadLoop(); } \
33 bool threadLoop(); \
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DSimpleThread.h28 virtual bool threadLoop() { return mOwner->threadLoop(); } \
33 bool threadLoop(); \
/hardware/libhardware/modules/usbcamera/
H A DHotplugThread.cpp41 bool HotplugThread::threadLoop() { function in class:usb_camera_hal::HotplugThread
H A DHotplugThread.h43 virtual bool threadLoop();
/hardware/qcom/display/msm8084/libqdutils/
H A Didle_invalidator.h51 virtual bool threadLoop();
H A Didle_invalidator.cpp88 //Triggers the threadLoop to run, if not already running.
93 bool IdleInvalidator::threadLoop() { function in class:IdleInvalidator
/hardware/qcom/display/msm8226/libqdutils/
H A Didle_invalidator.h51 virtual bool threadLoop();
H A Didle_invalidator.cpp88 //Triggers the threadLoop to run, if not already running.
93 bool IdleInvalidator::threadLoop() { function in class:IdleInvalidator
/hardware/qcom/display/msm8960/libqdutils/
H A Didle_invalidator.h52 virtual bool threadLoop();
H A Didle_invalidator.cpp55 bool IdleInvalidator::threadLoop() { function in class:IdleInvalidator
79 //Triggers the threadLoop to run, if not already running.
/hardware/qcom/display/msm8909/libqdutils/
H A Didle_invalidator.h53 virtual bool threadLoop();
H A Didle_invalidator.cpp80 //Triggers the threadLoop to run, if not already running.
114 bool IdleInvalidator::threadLoop() { function in class:IdleInvalidator
/hardware/qcom/display/msm8994/libqdutils/
H A Didle_invalidator.h53 virtual bool threadLoop();
H A Didle_invalidator.cpp80 //Triggers the threadLoop to run, if not already running.
114 bool IdleInvalidator::threadLoop() { function in class:IdleInvalidator
/hardware/intel/img/hwcomposer/merrifield/common/observers/
H A DVsyncEventObserver.cpp106 bool VsyncEventObserver::threadLoop() function in class:android::intel::VsyncEventObserver
H A DSoftVsyncObserver.cpp111 bool SoftVsyncObserver::threadLoop() function in class:android::intel::SoftVsyncObserver
/hardware/qcom/audio/msm8909/audiod/
H A DAudioDaemon.h62 virtual bool threadLoop();
/hardware/ti/omap4-aah/camera/inc/
H A DSensorListener.h54 virtual bool threadLoop() { function in class:Ti::Camera::SensorLooperThread
H A DBufferSourceAdapter.h71 virtual bool threadLoop() { function in class:Ti::Camera::BufferSourceAdapter::ReturnFrame
122 virtual bool threadLoop() { function in class:Ti::Camera::BufferSourceAdapter::QueueFrame
H A DANativeWindowDisplayAdapter.h122 virtual bool threadLoop() function in class:Ti::Camera::ANativeWindowDisplayAdapter::DisplayThread
/hardware/ti/omap4xxx/camera/inc/
H A DSensorListener.h51 virtual bool threadLoop() { function in class:android::SensorLooperThread
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
H A DSoftVsyncObserver.cpp107 bool SoftVsyncObserver::threadLoop() function in class:android::intel::SoftVsyncObserver
H A DVsyncEventObserver.cpp106 bool VsyncEventObserver::threadLoop() function in class:android::intel::VsyncEventObserver
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
H A DV4LCameraAdapter.h108 virtual bool threadLoop() { function in class:android::V4LCameraAdapter::PreviewThread
/hardware/intel/common/utils/ISV/include/
H A Disv_processor.h54 // Derived class must implement threadLoop(). The thread starts its life
56 // 1) loop: if threadLoop() returns true, it will be called again if
58 // 2) once: if threadLoop() returns false, the thread will exit upon return.
59 virtual bool threadLoop();

Completed in 601 milliseconds

12