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

12

/frameworks/base/libs/utils/tests/
H A DTestHelpers.h70 virtual bool threadLoop() { function in class:android::DelayedTask
/frameworks/base/services/surfaceflinger/DisplayHardware/
H A DDisplayHardwareBase.h69 virtual bool threadLoop();
H A DDisplayHardwareBase.cpp68 bool DisplayHardwareBase::DisplayEventThread::threadLoop() function in class:android::DisplayHardwareBase::DisplayEventThread
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h49 virtual bool threadLoop();
H A DBootAnimation.cpp287 bool BootAnimation::threadLoop() function in class:android::BootAnimation
/frameworks/base/include/media/
H A DVisualizer.h134 virtual bool threadLoop();
H A DAudioRecord.h342 virtual bool threadLoop();
H A DAudioTrack.h433 virtual bool threadLoop();
/frameworks/base/services/camera/libcameraservice/
H A DCameraHardwareStub.h80 virtual bool threadLoop() { function in class:android::CameraHardwareStub::PreviewThread
/frameworks/base/media/libstagefright/foundation/
H A DALooper.cpp46 virtual bool threadLoop() { function in struct:android::ALooper::LooperThread
/frameworks/base/services/sensorservice/
H A DSensorService.h63 virtual bool threadLoop();
H A DSensorService.cpp223 bool SensorService::threadLoop() function in class:android::SensorService
289 LOGW("Exiting SensorService::threadLoop => aborting...");
/frameworks/base/media/libstagefright/omx/
H A DOMX.cpp50 bool threadLoop();
150 bool OMX::CallbackDispatcherThread::threadLoop() { function in class:android::OMX::CallbackDispatcherThread
/frameworks/base/libs/binder/
H A DProcessState.cpp65 virtual bool threadLoop() function in class:android::PoolThread
/frameworks/base/media/libmedia/
H A DVisualizer.cpp306 bool Visualizer::CaptureThread::threadLoop() function in class:android::Visualizer::CaptureThread
H A DAudioRecord.cpp822 bool AudioRecord::ClientRecordThread::threadLoop() function in class:android::AudioRecord::ClientRecordThread
/frameworks/base/services/audioflinger/
H A DAudioPolicyService.h169 virtual bool threadLoop();
H A DAudioFlinger.h825 virtual bool threadLoop();
851 virtual bool threadLoop();
877 virtual bool threadLoop();
981 virtual bool threadLoop();
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp521 bool threadLoop();
541 bool threadLoop();
719 bool AudioGroup::NetworkThread::threadLoop() function in class:__anon1257::AudioGroup::NetworkThread
781 bool AudioGroup::DeviceThread::threadLoop() function in class:__anon1257::AudioGroup::DeviceThread
/frameworks/base/libs/utils/
H A DThreads.cpp821 // Binder threads (and maybe others) rely on threadLoop
830 // threadLoop at least once.
831 result = self->threadLoop();
834 result = self->threadLoop();
/frameworks/base/include/utils/
H A Dthreads.h506 // Start the thread in threadLoop() which needs to be implemented.
534 // Derived class must implement threadLoop(). The thread starts its life
536 // 1) loop: if threadLoop() returns true, it will be called again if
538 // 2) once: if threadLoop() returns false, the thread will exit upon return.
539 virtual bool threadLoop() = 0;
/frameworks/base/opengl/libs/EGL/
H A Degl_cache.cpp149 virtual bool threadLoop() { function in class:DeferredSaveThread
/frameworks/base/services/surfaceflinger/
H A DSurfaceFlinger.h277 virtual bool threadLoop();
/frameworks/base/libs/gui/tests/
H A DSurfaceTexture_test.cpp741 virtual bool threadLoop() { function in class:android::ProducerThread
976 virtual bool threadLoop() { function in class:android::ProducerThread
1360 virtual bool threadLoop() { function in class:android::SurfaceTextureGLThreadToGLTest::ProducerThread
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1558 virtual bool threadLoop();
1589 bool CallbackThread::threadLoop() { function in class:android::CallbackThread

Completed in 312 milliseconds

12