Searched refs:threadLoop (Results 76 - 97 of 97) sorted by relevance

1234

/frameworks/av/media/libnbaio/
H A DNBLog.cpp1045 // set exit flag, set timeout to 0 to force threadLoop to exit and wait for the thread to join
1051 bool NBLog::MergeThread::threadLoop() { function in class:android::NBLog::MergeThread
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h492 virtual bool threadLoop() override;
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 DAudioFlinger.cpp1551 bool AudioFlinger::MediaLogNotifier::threadLoop() { function in class:android::AudioFlinger::MediaLogNotifier
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp744 bool ZslProcessor::threadLoop() { function in class:android::camera2::ZslProcessor
/frameworks/av/services/radio/
H A DRadioService.cpp251 bool RadioService::CallbackThread::threadLoop() function in class:android::RadioService::CallbackThread
259 ALOGV("CallbackThread::threadLoop() sleep");
261 ALOGV("CallbackThread::threadLoop() wake up");
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp442 bool SoundTriggerHwService::CallbackThread::threadLoop() function in class:android::SoundTriggerHwService::CallbackThread
450 ALOGV("CallbackThread::threadLoop() sleep");
452 ALOGV("CallbackThread::threadLoop() wake up");
/frameworks/base/libs/common_time/
H A Dcommon_time_server.cpp181 bool CommonTimeServer::threadLoop() { function in class:android::CommonTimeServer
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h1148 virtual bool threadLoop();
H A DInputReader.h527 virtual bool threadLoop();
H A DInputDispatcher.cpp4562 bool InputDispatcherThread::threadLoop() { function in class:android::InputDispatcherThread
H A DInputReader.cpp991 bool InputReaderThread::threadLoop() { function in class:android::InputReaderThread
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp2418 virtual bool threadLoop();
2449 bool CallbackThread::threadLoop() { function in class:android::CallbackThread
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp226 bool threadLoop();
331 bool OMXNodeInstance::CallbackDispatcherThread::threadLoop() { function in class:android::OMXNodeInstance::CallbackDispatcherThread
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1096 threadLoop();
1101 void threadLoop() { function in class:FrameCompletionThread
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp1298 bool CameraSource::BufferQueueListener::threadLoop() { function in class:android::CameraSource::BufferQueueListener
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp394 bool AudioPolicyService::AudioCommandThread::threadLoop() function in class:android::AudioPolicyService::AudioCommandThread
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp529 virtual bool threadLoop() { function in class:android::MyThread
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.cpp1293 bool HWComposer::VSyncThread::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
/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp771 // OffloadThread sends HAL pause in its threadLoop. Time saved
2939 bool AudioTrack::AudioTrackThread::threadLoop() function in class:android::AudioTrack::AudioTrackThread
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp3743 bool AudioPolicyManager::threadLoop() function in class:android::AudioPolicyManager
3745 ALOGV("entering threadLoop()");

Completed in 7973 milliseconds

1234