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

123

/frameworks/native/include/utils/
H A DWorkQueue.h95 virtual bool threadLoop();
101 bool threadLoop(); // called from each work thread
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;
/frameworks/native/libs/utils/
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/av/services/audioflinger/
H A DAudioWatchdog.h69 virtual bool threadLoop();
77 struct timespec mOldTs; // monotonic time when threadLoop last ran
H A DAudioWatchdog.cpp38 bool AudioWatchdog::threadLoop() function in class:android::AudioWatchdog
H A DFastMixer.h41 virtual bool threadLoop();
/frameworks/av/services/camera/libcameraservice/camera2/
H A DBurstCapture.h64 virtual bool threadLoop();
H A DCallbackProcessor.h72 virtual bool threadLoop();
H A DFrameProcessor.h58 virtual bool threadLoop();
H A DJpegCompressor.h101 virtual bool threadLoop();
H A DJpegProcessor.h72 virtual bool threadLoop();
H A DBurstCapture.cpp55 bool BurstCapture::threadLoop() { function in class:android::camera2::BurstCapture
H A DZslProcessor.h110 virtual bool threadLoop();
H A DCaptureSequencer.h145 virtual bool threadLoop();
/frameworks/base/libs/androidfw/tests/
H A DTestHelpers.h70 virtual bool threadLoop() { function in class:android::DelayedTask
/frameworks/base/services/common_time/
H A Ddiag_thread.h35 virtual bool threadLoop();
/frameworks/native/libs/utils/tests/
H A DTestHelpers.h70 virtual bool threadLoop() { function in class:android::DelayedTask
/frameworks/av/include/media/
H A DJetPlayer.h109 bool threadLoop() { function in class:android::JetPlayer::JetPlayerThread
H A DVisualizer.h144 virtual bool threadLoop();
H A DAudioRecord.h333 virtual bool threadLoop();
341 // body of AudioRecordThread::threadLoop()
/frameworks/av/media/libstagefright/wifi-display/
H A DANetworkSession.h120 void threadLoop();
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h48 virtual bool threadLoop();
/frameworks/native/services/surfaceflinger/
H A DEventThread.h90 virtual bool threadLoop();
/frameworks/av/media/libmediaplayerservice/
H A DMidiFile.h98 bool threadLoop() { function in class:android::MidiFile::MidiFileThread
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp46 virtual bool threadLoop() { function in struct:android::ALooper::LooperThread

Completed in 570 milliseconds

123