/frameworks/base/tools/aapt/ |
D | WorkQueue.cpp | 115 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()
|
D | WorkQueue.h | 95 virtual bool threadLoop(); 101 bool threadLoop(); // called from each work thread
|
/frameworks/native/services/gpuservice/tracing/ |
D | GpuMemTracer.cpp | 47 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/ |
D | NativeCallbackThread.cpp | 31 mThread(&NativeCallbackThread::threadLoop, this) { in NativeCallbackThread() 40 void NativeCallbackThread::threadLoop() { in threadLoop() function in android::NativeCallbackThread
|
D | NativeCallbackThread.h | 39 void threadLoop();
|
/frameworks/av/media/libmedia/docs/ |
D | paused.dot | 47 threadLoop [label="AudioTrackThread::threadLoop()\nENTRY"]; 48 threadLoop -> threadLoop_1;
|
/frameworks/av/services/mediametrics/include/mediametricsservice/ |
D | TimedAction.h | 29 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/ |
D | StartPropertySetThread.h | 39 virtual bool threadLoop();
|
D | StartPropertySetThread.cpp | 29 bool StartPropertySetThread::threadLoop() { in threadLoop() function in android::StartPropertySetThread
|
/frameworks/native/services/sensorservice/ |
D | SensorEventAckReceiver.h | 29 virtual bool threadLoop();
|
/frameworks/native/services/inputflinger/ |
D | InputThread.cpp | 34 bool threadLoop() override { in threadLoop() function in android::__anon7db140e30111::InputThreadImpl
|
/frameworks/native/libs/input/tests/ |
D | TestHelpers.h | 72 virtual bool threadLoop() { in threadLoop() function
|
/frameworks/av/services/audioflinger/ |
D | AudioWatchdog.h | 69 virtual bool threadLoop();
|
D | FastThread.h | 38 virtual bool threadLoop();
|
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/ |
D | QualManager.h | 48 virtual bool threadLoop();
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | JpegProcessor.h | 81 virtual bool threadLoop();
|
D | JpegCompressor.h | 100 virtual bool threadLoop();
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.h | 148 virtual bool threadLoop(); 161 virtual bool threadLoop();
|
/frameworks/av/services/mediatranscoding/ |
D | SimulatedTranscoder.cpp | 124 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/ |
D | CameraServiceWatchdog.cpp | 23 bool CameraServiceWatchdog::threadLoop() in threadLoop() function in android::CameraServiceWatchdog
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | StatusTracker.h | 76 virtual bool threadLoop();
|
D | PreviewFrameSpacer.h | 59 bool threadLoop() override;
|
/frameworks/native/services/gpuservice/tracing/include/tracing/ |
D | GpuMemTracer.h | 78 void threadLoop(bool infiniteLoop);
|
/frameworks/base/libs/hwui/thread/ |
D | ThreadBase.h | 70 virtual bool threadLoop() override { in threadLoop() function
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | FrameProcessorBase.h | 64 virtual bool threadLoop();
|