Home
last modified time | relevance | path

Searched refs:threadLoop (Results 1 – 25 of 93) sorted by relevance

1234

/frameworks/base/tools/aapt/
DWorkQueue.cpp115 bool WorkQueue::threadLoop() { in threadLoop() function in android::WorkQueue
167 bool WorkQueue::WorkThread::threadLoop() { in threadLoop() function in android::WorkQueue::WorkThread
168 return mWorkQueue->threadLoop(); in threadLoop()
DWorkQueue.h95 virtual bool threadLoop();
101 bool threadLoop(); // called from each work thread
/frameworks/native/services/gpuservice/tracing/
DGpuMemTracer.cpp47 std::thread tracerThread(&GpuMemTracer::threadLoop, this, true); in initialize()
59 std::thread tracerThread(&GpuMemTracer::threadLoop, this, false); in initializeForTest()
84 void GpuMemTracer::threadLoop(bool infiniteLoop) { in threadLoop() function in android::GpuMemTracer
/frameworks/base/services/core/jni/BroadcastRadio/
DNativeCallbackThread.cpp31 mThread(&NativeCallbackThread::threadLoop, this) { in NativeCallbackThread()
40 void NativeCallbackThread::threadLoop() { in threadLoop() function in android::NativeCallbackThread
DNativeCallbackThread.h39 void threadLoop();
/frameworks/av/media/libmedia/docs/
Dpaused.dot47 threadLoop [label="AudioTrackThread::threadLoop()\nENTRY"];
48 threadLoop -> threadLoop_1;
/frameworks/av/services/mediametrics/include/mediametricsservice/
DTimedAction.h29 TimedAction() : mThread{[this](){threadLoop();}} {} in TimedAction()
75 void threadLoop() NO_THREAD_SAFETY_ANALYSIS { // thread safety doesn't cover unique_lock in threadLoop() function
/frameworks/native/services/surfaceflinger/
DStartPropertySetThread.h39 virtual bool threadLoop();
DStartPropertySetThread.cpp29 bool StartPropertySetThread::threadLoop() { in threadLoop() function in android::StartPropertySetThread
/frameworks/native/services/sensorservice/
DSensorEventAckReceiver.h29 virtual bool threadLoop();
/frameworks/native/services/inputflinger/
DInputThread.cpp34 bool threadLoop() override { in threadLoop() function in android::__anon7db140e30111::InputThreadImpl
/frameworks/native/libs/input/tests/
DTestHelpers.h72 virtual bool threadLoop() { in threadLoop() function
/frameworks/av/services/audioflinger/
DAudioWatchdog.h69 virtual bool threadLoop();
DFastThread.h38 virtual bool threadLoop();
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DQualManager.h48 virtual bool threadLoop();
/frameworks/av/services/camera/libcameraservice/api1/client2/
DJpegProcessor.h81 virtual bool threadLoop();
DJpegCompressor.h100 virtual bool threadLoop();
/frameworks/base/cmds/bootanimation/
DBootAnimation.h148 virtual bool threadLoop();
161 virtual bool threadLoop();
/frameworks/av/services/mediatranscoding/
DSimulatedTranscoder.cpp124 std::thread([owner = shared_from_this()]() { owner->threadLoop(); }).detach(); in queueEvent()
132 void SimulatedTranscoder::threadLoop() { in threadLoop() function in android::SimulatedTranscoder
/frameworks/av/services/camera/libcameraservice/
DCameraServiceWatchdog.cpp23 bool CameraServiceWatchdog::threadLoop() in threadLoop() function in android::CameraServiceWatchdog
/frameworks/av/services/camera/libcameraservice/device3/
DStatusTracker.h76 virtual bool threadLoop();
DPreviewFrameSpacer.h59 bool threadLoop() override;
/frameworks/native/services/gpuservice/tracing/include/tracing/
DGpuMemTracer.h78 void threadLoop(bool infiniteLoop);
/frameworks/base/libs/hwui/thread/
DThreadBase.h70 virtual bool threadLoop() override { in threadLoop() function
/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.h64 virtual bool threadLoop();

1234