OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadLoop
(Results
1 - 25
of
112
) sorted by null
1
2
3
4
5
/frameworks/native/services/surfaceflinger/
EventControlThread.h
36
virtual bool
threadLoop
();
EventControlThread.cpp
33
bool EventControlThread::
threadLoop
() {
/frameworks/base/tools/aapt/
WorkQueue.h
95
virtual bool
threadLoop
();
101
bool
threadLoop
(); // called from each work thread
WorkQueue.cpp
115
bool WorkQueue::
threadLoop
() {
167
bool WorkQueue::WorkThread::
threadLoop
() {
168
return mWorkQueue->
threadLoop
();
/hardware/qcom/display/msm8960/libqdutils/
idle_invalidator.h
52
virtual bool
threadLoop
();
idle_invalidator.cpp
55
bool IdleInvalidator::
threadLoop
() {
79
//Triggers the
threadLoop
to run, if not already running.
/hardware/qcom/display/msm8974/libqdutils/
idle_invalidator.h
54
virtual bool
threadLoop
();
/hardware/qcom/display/msm8x26/libqdutils/
idle_invalidator.h
52
virtual bool
threadLoop
();
idle_invalidator.cpp
55
bool IdleInvalidator::
threadLoop
() {
79
//Triggers the
threadLoop
to run, if not already running.
/device/generic/goldfish/camera/
EmulatedCameraHotplugThread.h
45
virtual bool
threadLoop
();
/hardware/samsung_slsi/exynos5/libcamera2/
SignalDrivenThread.h
67
bool
threadLoop
();
/cts/suite/audio_quality/lib/include/audio/
AudioLocal.h
54
bool
threadLoop
();
/frameworks/av/services/audioflinger/
AudioWatchdog.h
69
virtual bool
threadLoop
();
77
struct timespec mOldTs; // monotonic time when
threadLoop
last ran
/frameworks/av/services/camera/libcameraservice/api1/client2/
BurstCapture.h
65
virtual bool
threadLoop
();
CallbackProcessor.h
81
virtual bool
threadLoop
();
JpegCompressor.h
101
virtual bool
threadLoop
();
JpegProcessor.h
76
virtual bool
threadLoop
();
/frameworks/base/services/common_time/
diag_thread.h
35
virtual bool
threadLoop
();
/frameworks/native/libs/input/tests/
TestHelpers.h
72
virtual bool
threadLoop
() {
/system/core/include/utils/
Thread.h
47
// Start the thread in
threadLoop
() which needs to be implemented.
84
// Derived class must implement
threadLoop
(). The thread starts its life
86
// 1) loop: if
threadLoop
() returns true, it will be called again if
88
// 2) once: if
threadLoop
() returns false, the thread will exit upon return.
89
virtual bool
threadLoop
() = 0;
/system/core/libutils/tests/
TestHelpers.h
70
virtual bool
threadLoop
() {
/device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.h
115
virtual bool
threadLoop
();
/frameworks/av/include/media/
JetPlayer.h
109
bool
threadLoop
() {
/frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.h
60
virtual bool
threadLoop
();
/frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.h
74
virtual bool
threadLoop
();
113
// Private to
threadLoop
Completed in 394 milliseconds
1
2
3
4
5