Searched refs:threadLoop (Results 1 - 25 of 66) sorted by last modified time

123

/frameworks/native/include/utils/
H A DThread.h47 // Start the thread in threadLoop() which needs to be implemented.
81 // Derived class must implement threadLoop(). The thread starts its life
83 // 1) loop: if threadLoop() returns true, it will be called again if
85 // 2) once: if threadLoop() returns false, the thread will exit upon return.
86 virtual bool threadLoop() = 0;
H A DWorkQueue.h95 virtual bool threadLoop();
101 bool threadLoop(); // called from each work thread
/frameworks/native/libs/binder/
H A DProcessState.cpp65 virtual bool threadLoop() function in class:android::PoolThread
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp473 virtual bool threadLoop() { function in class:android::MyThread
H A DSurfaceTexture_test.cpp879 virtual bool threadLoop() { function in class:android::ProducerThread
1088 virtual bool threadLoop() { function in class:android::ProducerThread
1276 virtual bool threadLoop() { function in class:android::ProducerThread
1893 virtual bool threadLoop() { function in class:android::SurfaceTextureGLThreadToGLTest::ProducerThread
/frameworks/native/libs/utils/
H A DThreads.cpp783 // Binder threads (and maybe others) rely on threadLoop
792 // threadLoop at least once.
793 result = self->threadLoop();
796 result = self->threadLoop();
H A DWorkQueue.cpp115 bool WorkQueue::threadLoop() { function in class:android::WorkQueue
167 bool WorkQueue::WorkThread::threadLoop() { function in class:android::WorkQueue::WorkThread
168 return mWorkQueue->threadLoop();
/frameworks/native/libs/utils/tests/
H A DTestHelpers.h70 virtual bool threadLoop() { function in class:android::DelayedTask
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp809 virtual bool threadLoop() { function in class:FrameCompletionThread
H A Degl_cache.cpp153 virtual bool threadLoop() { function in class:DeferredSaveThread
/frameworks/native/services/sensorservice/
H A DSensorService.cpp240 bool SensorService::threadLoop() function in class:android::SensorService
314 ALOGW("Exiting SensorService::threadLoop => aborting...");
H A DSensorService.h63 virtual bool threadLoop();
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp1008 bool HWComposer::VSyncThread::threadLoop() { function in class:android::HWComposer::VSyncThread
H A DHWComposer.h252 virtual bool threadLoop();
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp144 bool EventThread::threadLoop() { function in class:android::EventThread
H A DEventThread.h90 virtual bool threadLoop();
H A DSurfaceFlinger.cpp718 bool SurfaceFlinger::threadLoop() { function in class:android::SurfaceFlinger
H A DSurfaceFlinger.h218 virtual bool threadLoop();
/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp144 virtual bool threadLoop() { function in class:TouchEvents::EventThread
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp521 bool threadLoop();
541 bool threadLoop();
718 bool AudioGroup::NetworkThread::threadLoop() function in class:__anon1172::AudioGroup::NetworkThread
780 bool AudioGroup::DeviceThread::threadLoop() function in class:__anon1172::AudioGroup::DeviceThread
/frameworks/base/services/common_time/
H A Dcommon_time_server.cpp180 bool CommonTimeServer::threadLoop() { function in class:android::CommonTimeServer
H A Dcommon_time_server.h108 bool threadLoop();
H A Ddiag_thread.cpp201 bool DiagThread::threadLoop() { function in class:android::DiagThread
H A Ddiag_thread.h35 virtual bool threadLoop();
/frameworks/base/services/input/
H A DInputDispatcher.cpp4421 bool InputDispatcherThread::threadLoop() { function in class:android::InputDispatcherThread

Completed in 286 milliseconds

123