Searched refs:threadLoop (Results 51 - 75 of 97) sorted by last modified time

1234

/frameworks/av/services/audioflinger/
H A DAudioWatchdog.h69 virtual bool threadLoop();
77 struct timespec mOldTs; // monotonic time when threadLoop last ran
H A DFastThread.cpp91 bool FastThread::threadLoop() function in class:android::FastThread
H A DFastThread.h37 // implement Thread::threadLoop()
38 virtual bool threadLoop();
H A DThreads.cpp1621 // If threadLoop is currently unlocked a signal of mWaitWorkCV will
2198 // active tracks are removed by threadLoop()
2720 // because that requires an active threadLoop.
2931 bool AudioFlinger::PlaybackThread::threadLoop() function in class:android::AudioFlinger::PlaybackThread
4582 // the PlaybackThread::threadLoop() copies mMixerBuffer into mSinkBuffer
5328 bool AudioFlinger::AsyncCallbackThread::threadLoop() function in class:android::AudioFlinger::AsyncCallbackThread
6097 bool AudioFlinger::RecordThread::threadLoop() function in class:android::AudioFlinger::RecordThread
6833 // note that threadLoop may still be processing the track at this point [without lock]
6886 // active tracks are removed by threadLoop()
7791 bool AudioFlinger::MmapThread::threadLoop() function in class:android::AudioFlinger::MmapThread
[all...]
H A DThreads.h77 // Parameter sequence by server: threadLoop calling processConfigEvents_l():
499 // active tracks of threadLoop() to be considered by the locked prepare portion.
502 // During processing and I/O, the threadLoop does not hold the lock;
505 // if the threadLoop may still be accessing those tracks due to mix, etc.
563 // periodically called in the threadLoop() to update power state uids.
639 virtual bool threadLoop();
648 // Code snippets that were lifted up out of threadLoop()
878 // Code snippets that are temporarily lifted up out of threadLoop() until the merge
885 // Cache various calculated values, at threadLoop() entry and after a parameter change
925 // FIXME rename these former local variables of threadLoop t
[all...]
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp3743 bool AudioPolicyManager::threadLoop() function in class:android::AudioPolicyManager
3745 ALOGV("entering threadLoop()");
H A DAudioPolicyManager.h421 virtual bool threadLoop();
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp394 bool AudioPolicyService::AudioCommandThread::threadLoop() function in class:android::AudioPolicyService::AudioCommandThread
H A DAudioPolicyService.h276 virtual bool threadLoop();
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCallbackProcessor.cpp220 bool CallbackProcessor::threadLoop() { function in class:android::camera2::CallbackProcessor
H A DCallbackProcessor.h80 virtual bool threadLoop();
H A DCaptureSequencer.cpp202 bool CaptureSequencer::threadLoop() { function in class:android::camera2::CaptureSequencer
H A DCaptureSequencer.h152 virtual bool threadLoop();
H A DJpegCompressor.cpp75 bool JpegCompressor::threadLoop() { function in class:android::camera2::JpegCompressor
H A DJpegCompressor.h100 virtual bool threadLoop();
H A DJpegProcessor.cpp221 bool JpegProcessor::threadLoop() { function in class:android::camera2::JpegProcessor
H A DJpegProcessor.h82 virtual bool threadLoop();
H A DZslProcessor.cpp744 bool ZslProcessor::threadLoop() { function in class:android::camera2::ZslProcessor
H A DZslProcessor.h148 virtual bool threadLoop();
/frameworks/av/services/camera/libcameraservice/common/
H A DFrameProcessorBase.cpp100 bool FrameProcessorBase::threadLoop() { function in class:android::camera2::FrameProcessorBase
H A DFrameProcessorBase.h61 virtual bool threadLoop();
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp3796 bool Camera3Device::RequestThread::threadLoop() { function in class:android::Camera3Device::RequestThread
4604 bool Camera3Device::PreparerThread::threadLoop() { function in class:android::Camera3Device::PreparerThread
4612 // threadLoop _must not_ re-acquire mLock after it sets mActive to false; would
H A DCamera3Device.h710 virtual bool threadLoop();
791 // of threadLoop
948 virtual bool threadLoop();
957 // Only accessed by threadLoop and the destructor
H A DStatusTracker.cpp135 bool StatusTracker::threadLoop() { function in class:android::camera3::StatusTracker
H A DStatusTracker.h74 virtual bool threadLoop();
113 // Private to threadLoop

Completed in 271 milliseconds

1234