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

/frameworks/base/libs/surfaceflinger/DisplayHardware/
H A DDisplayHardwareBase.h66 virtual bool threadLoop();
83 virtual bool threadLoop();
H A DDisplayHardwareBase.cpp81 bool DisplayHardwareBase::DisplayEventThread::threadLoop() function in class:android::DisplayHardwareBase::DisplayEventThread
328 bool DisplayHardwareBase::ConsoleManagerThread::threadLoop()
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h49 virtual bool threadLoop();
H A DBootAnimation.cpp259 bool BootAnimation::threadLoop() function in class:android::BootAnimation
/frameworks/base/camera/libcameraservice/
H A DCameraHardwareStub.h89 virtual bool threadLoop() { function in class:android::CameraHardwareStub::PreviewThread
/frameworks/base/include/media/
H A DAudioRecord.h316 virtual bool threadLoop();
H A DAudioTrack.h386 virtual bool threadLoop();
/frameworks/base/libs/utils/
H A DThreads.cpp727 // Binder threads (and maybe others) rely on threadLoop
736 // threadLoop at least once.
737 result = self->threadLoop();
740 result = self->threadLoop();
/frameworks/base/cmds/runtime/
H A DSignalHandler.cpp28 virtual bool threadLoop() function in class:android::SignalHandler::ProcessThread
/frameworks/base/include/utils/
H A Dthreads.h404 // Start the thread in threadLoop() which needs to be implemented.
428 // Derived class must implement threadLoop(). The thread starts its life
430 // 1) loop: if threadLoop() returns true, it will be called again if
432 // 2) once: if threadLoop() returns false, the thread will exit upon return.
433 virtual bool threadLoop() = 0;
/frameworks/base/libs/audioflinger/
H A DAudioFlinger.h595 virtual bool threadLoop();
622 virtual bool threadLoop();
643 virtual bool threadLoop();
734 virtual bool threadLoop();
H A DAudioPolicyService.h142 virtual bool threadLoop();
H A DAudioFlinger.cpp1303 bool AudioFlinger::MixerThread::threadLoop() function in class:android::AudioFlinger::MixerThread
1790 bool AudioFlinger::DirectOutputThread::threadLoop() function in class:android::AudioFlinger::DirectOutputThread
2100 bool AudioFlinger::DuplicatingThread::threadLoop() function in class:android::AudioFlinger::DuplicatingThread
3268 bool AudioFlinger::RecordThread::threadLoop() function in class:android::AudioFlinger::RecordThread
H A DAudioPolicyService.cpp586 bool AudioPolicyService::AudioCommandThread::threadLoop() function in class:android::AudioPolicyService::AudioCommandThread
H A DAudioPolicyManagerBase.cpp985 bool AudioPolicyManagerBase::threadLoop() function in class:android::AudioPolicyManagerBase
987 LOGV("entering threadLoop()");
/frameworks/base/libs/binder/
H A DProcessState.cpp67 virtual bool threadLoop() function in class:android::PoolThread
/frameworks/base/libs/surfaceflinger/
H A DSurfaceFlinger.h246 virtual bool threadLoop();
H A DSurfaceFlinger.cpp476 bool SurfaceFlinger::threadLoop() function in class:android::SurfaceFlinger
/frameworks/base/media/libmedia/
H A DAudioRecord.cpp669 bool AudioRecord::ClientRecordThread::threadLoop() function in class:android::AudioRecord::ClientRecordThread
H A DAudioTrack.cpp969 bool AudioTrack::AudioTrackThread::threadLoop() function in class:android::AudioTrack::AudioTrackThread
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1696 virtual bool threadLoop();
1727 bool CallbackThread::threadLoop() { function in class:android::CallbackThread

Completed in 1762 milliseconds