HomeSort by relevance Sort by last modified time
    Searched defs:threadLoop (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /device/google/dragon/power/
timed_qos_manager.cpp 23 bool TimedQosManager::threadLoop()
27 ALOGI("threadLoop [%s] starting\n", mName);
31 ALOGV("threadLoop [%s] exiting\n", mName);
36 ALOGV("threadLoop [%s] nothing to do, waiting\n", mName);
38 ALOGV("threadLoop [%s] woke from wait\n", mName);
45 ALOGV("threadLoop [%s] waiting with relative time %lld\n",
57 ALOGV("threadLoop [%s] timeout extended\n");
72 ALOGV("threadLoop [%s] requesting reltime %lld, mTargetTime set to %lld\n",
  /frameworks/native/services/surfaceflinger/
EventControlThread.cpp 33 bool EventControlThread::threadLoop() {
  /hardware/libhardware/modules/usbcamera/
HotplugThread.cpp 41 bool HotplugThread::threadLoop() {
  /external/opencv3/3rdparty/openexr/IlmThread/
IlmThreadPosix.cpp 67 threadLoop (void * t)
91 if (int error = ::pthread_create (&_thread, 0, Start (threadLoop), this))
IlmThreadWin32.cpp 59 threadLoop (void * t)
88 _thread = (HANDLE)::_beginthreadex (0, 0, &threadLoop, this, 0, &id);
  /hardware/qcom/display/msm8960/libqdutils/
idle_invalidator.cpp 55 bool IdleInvalidator::threadLoop() {
79 //Triggers the threadLoop to run, if not already running.
  /packages/services/Car/libvehiclenetwork/native/
HandlerThread.cpp 54 bool HandlerThread::threadLoop() {
  /cts/suite/audio_quality/lib/src/audio/
AudioLocal.cpp 111 bool AudioLocal::threadLoop()
  /frameworks/av/services/audioflinger/
AudioWatchdog.cpp 41 bool AudioWatchdog::threadLoop()
FastThread.cpp 86 bool FastThread::threadLoop()
  /hardware/intel/img/hwcomposer/merrifield/common/observers/
SoftVsyncObserver.cpp 111 bool SoftVsyncObserver::threadLoop()
VsyncEventObserver.cpp 106 bool VsyncEventObserver::threadLoop()
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
SoftVsyncObserver.cpp 107 bool SoftVsyncObserver::threadLoop()
VsyncEventObserver.cpp 106 bool VsyncEventObserver::threadLoop()
  /frameworks/base/libs/hwui/thread/
TaskManager.cpp 90 bool TaskManager::WorkerThread::threadLoop() {
  /frameworks/base/tools/aapt/
WorkQueue.cpp 115 bool WorkQueue::threadLoop() {
167 bool WorkQueue::WorkThread::threadLoop() {
168 return mWorkQueue->threadLoop();
  /frameworks/native/libs/input/tests/
TestHelpers.h 72 virtual bool threadLoop() {
  /hardware/qcom/display/msm8084/libqdutils/
idle_invalidator.cpp 88 //Triggers the threadLoop to run, if not already running.
93 bool IdleInvalidator::threadLoop() {
  /hardware/qcom/display/msm8226/libqdutils/
idle_invalidator.cpp 88 //Triggers the threadLoop to run, if not already running.
93 bool IdleInvalidator::threadLoop() {
  /system/core/libutils/tests/
TestHelpers.h 70 virtual bool threadLoop() {
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.cpp 75 bool JpegCompressor::threadLoop() {
  /frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.cpp 101 bool FrameProcessorBase::threadLoop() {
  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.cpp 135 bool StatusTracker::threadLoop() {
  /frameworks/native/libs/gui/tests/
SurfaceTextureGLThreadToGL.h 71 virtual bool threadLoop() {
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
ExternalDevice.cpp 122 bool ExternalDevice::threadLoop()

Completed in 646 milliseconds

1 2 3 4