Searched defs:threadLoop (Results 26 - 47 of 47) sorted by relevance

12

/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp182 bool EventThread::threadLoop() { function in class:android::EventThread
H A DDispSync.cpp97 virtual bool threadLoop() { function in class:android::DispSyncThread
/frameworks/av/services/radio/
H A DRadioService.cpp270 bool RadioService::CallbackThread::threadLoop() function in class:android::RadioService::CallbackThread
278 ALOGV("CallbackThread::threadLoop() sleep");
280 ALOGV("CallbackThread::threadLoop() wake up");
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp436 bool SoundTriggerHwService::CallbackThread::threadLoop() function in class:android::SoundTriggerHwService::CallbackThread
444 ALOGV("CallbackThread::threadLoop() sleep");
446 ALOGV("CallbackThread::threadLoop() wake up");
/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp100 virtual bool threadLoop();
186 bool BufferProducerThread::threadLoop() { function in class:android::BufferProducerThread
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp1254 bool AudioRecord::AudioRecordThread::threadLoop() function in class:android::AudioRecord::AudioRecordThread
H A DAudioTrack.cpp740 // OffloadThread sends HAL pause in its threadLoop. Time saved
2723 bool AudioTrack::AudioTrackThread::threadLoop() function in class:android::AudioTrack::AudioTrackThread
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp1181 bool CameraSource::BufferQueueListener::threadLoop() { function in class:android::CameraSource::BufferQueueListener
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp64 virtual bool threadLoop();
152 bool ANetworkSession::NetworkThread::threadLoop() { function in class:android::ANetworkSession::NetworkThread
153 mSession->threadLoop();
1251 void ANetworkSession::threadLoop() { function in class:android::ANetworkSession
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp58 bool threadLoop();
163 bool OMX::CallbackDispatcherThread::threadLoop() { function in class:android::OMX::CallbackDispatcherThread
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp455 bool AudioPolicyService::AudioCommandThread::threadLoop() function in class:android::AudioPolicyService::AudioCommandThread
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp321 bool BootAnimation::threadLoop() function in class:android::BootAnimation
997 bool BootAnimation::TimeCheckThread::threadLoop() { function in class:android::BootAnimation::TimeCheckThread
/frameworks/base/libs/common_time/
H A Dcommon_time_server.cpp181 bool CommonTimeServer::threadLoop() { function in class:android::CommonTimeServer
/frameworks/native/services/sensorservice/
H A DSensorService.cpp493 bool SensorService::threadLoop() { function in class:android::SensorService
684 ALOGW("Exiting SensorService::threadLoop => aborting...");
727 bool SensorService::SensorEventAckReceiver::threadLoop() { function in class:android::SensorService::SensorEventAckReceiver
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp525 bool threadLoop();
545 bool threadLoop();
723 bool AudioGroup::NetworkThread::threadLoop() function in class:__anon1619::AudioGroup::NetworkThread
785 bool AudioGroup::DeviceThread::threadLoop() function in class:__anon1619::AudioGroup::DeviceThread
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1039 virtual bool threadLoop() { function in class:FrameCompletionThread
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp2218 virtual bool threadLoop();
2249 bool CallbackThread::threadLoop() { function in class:android::CallbackThread
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp3095 bool Camera3Device::RequestThread::threadLoop() { function in class:android::Camera3Device::RequestThread
3914 bool Camera3Device::PreparerThread::threadLoop() { function in class:android::Camera3Device::PreparerThread
3922 // threadLoop _must not_ re-acquire mLock after it sets mActive to false; would
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp3477 bool AudioPolicyManager::threadLoop() function in class:android::AudioPolicyManager
3479 ALOGV("entering threadLoop()");
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp4561 bool InputDispatcherThread::threadLoop() { function in class:android::InputDispatcherThread
H A DInputReader.cpp940 bool InputReaderThread::threadLoop() { function in class:android::InputReaderThread
/frameworks/av/services/audioflinger/
H A DThreads.cpp2214 // active tracks are removed by threadLoop()
2251 // If threadLoop is currently unlocked a signal of mWaitWorkCV will
2976 bool AudioFlinger::PlaybackThread::threadLoop() function in class:android::AudioFlinger::PlaybackThread
4564 // the PlaybackThread::threadLoop() copies mMixerBuffer into mSinkBuffer
5295 bool AudioFlinger::AsyncCallbackThread::threadLoop() function in class:android::AudioFlinger::AsyncCallbackThread
6050 bool AudioFlinger::RecordThread::threadLoop() function in class:android::AudioFlinger::RecordThread
6782 // note that threadLoop may still be processing the track at this point [without lock]
6835 // active tracks are removed by threadLoop()

Completed in 711 milliseconds

12