Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 161) sorted by relevance

1234567

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/
DSysUIConcurrencyModule.java49 HandlerThread thread = new HandlerThread("SysUiBg", in provideBgLooper() local
60 HandlerThread thread = new HandlerThread("BroadcastRunning", in provideBroadcastRunningLooper() local
71 HandlerThread thread = new HandlerThread("SysUiLng", in provideLongRunningLooper() local
208 HandlerThread thread = new HandlerThread("TimeTick"); in provideTimeTickHandler() local
/frameworks/av/media/utils/
DTimerThread-test.cpp53 TimerThread thread; in testBasic() local
69 TimerThread thread; in testCancel() local
86 TimerThread thread; in testCancelAfterRun() local
103 TimerThread thread; in testMultipleTasks() local
213 TimerThread thread; in TEST() local
/frameworks/av/services/audioflinger/
DTracks.cpp80 ThreadBase *thread, in TrackBase()
307 const ThreadBase& thread, in PatchTrackBase()
616 PlaybackThread *thread, in Track()
773 sp<ThreadBase> thread = mThread.promote(); in destroy() local
1051 sp<ThreadBase> thread = mThread.promote(); in start() local
1167 sp<ThreadBase> thread = mThread.promote(); in stop() local
1200 sp<ThreadBase> thread = mThread.promote(); in pause() local
1237 sp<ThreadBase> thread = mThread.promote(); in flush() local
1333 sp<ThreadBase> thread = mThread.promote(); in setParameters() local
1347 sp<ThreadBase> thread = mThread.promote(); in selectPresentation() local
[all …]
DAudioFlinger.cpp425 PlaybackThread *thread = mPlaybackThreads.valueAt(i).get(); in updateSecondaryOutputs() local
641 sp<MmapThread> thread = mMmapThreads.valueFor(io); in openMmapStream() local
1143 PlaybackThread *thread = checkPlaybackThread_l(output.outputId); in createTrack() local
1258 ThreadBase *thread = checkThread_l(ioHandle); in sampleRate() local
1269 PlaybackThread *thread = checkPlaybackThread_l(output); in format() local
1280 ThreadBase *thread = checkThread_l(ioHandle); in frameCount() local
1293 ThreadBase *thread = checkThread_l(ioHandle); in frameCountHAL() local
1304 PlaybackThread *thread = checkPlaybackThread_l(output); in latency() local
1623 PlaybackThread *thread = checkPlaybackThread_l(output); in setRequestedLatencyMode() local
1636 PlaybackThread *thread = checkPlaybackThread_l(output); in getSupportedLatencyModes() local
[all …]
DPatchPanel.cpp249 sp<ThreadBase> thread = in createAudioPatch() local
276 sp<ThreadBase> thread = mAudioFlinger.openOutput_l( in createAudioPatch() local
323 sp<ThreadBase> thread = mAudioFlinger.openInput_l(srcModule, in createAudioPatch() local
348 sp<ThreadBase> thread = mAudioFlinger.checkRecordThread_l( in createAudioPatch() local
410 sp<ThreadBase> thread = in createAudioPatch() local
760 sp<ThreadBase> thread = mAudioFlinger.checkRecordThread_l(ioHandle); in releaseAudioPatch() local
781 sp<ThreadBase> thread = mAudioFlinger.checkPlaybackThread_l(ioHandle); in releaseAudioPatch() local
DPatchPanel.h108 sp<ThreadType> thread() const { return mThread; } in thread() function
203 void setThread(sp<ThreadBase> thread) { mThread = thread; } in setThread()
204 wp<ThreadBase> thread() const { return mThread; } in thread() function
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/install/
DRequestThrottleTest.kt55 val thread = startThread { request.schedule() } in simpleThrottle() constant
82 val thread = startThread { request.schedule() } in exceptionInRequest() constant
201 val thread = startThread { handler.timeAdvance() } in forceWriteNowWithoutSync() constant
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp160 RenderThread& thread = RenderThread::getInstance(); in destroyFunctor() local
176 auto& thread = RenderThread::getInstance(); in copyLayerInto() local
201 RenderThread& thread = RenderThread::getInstance(); in trimMemory() local
208 RenderThread& thread = RenderThread::getInstance(); in purgeCaches() local
273 auto& thread = RenderThread::getInstance(); in dumpGraphicsMemory() local
285 auto& thread = RenderThread::getInstance(); in getMemoryUsage() local
372 auto& thread = RenderThread::getInstance(); in copySurfaceInto() local
407 RenderThread& thread = RenderThread::getInstance(); in copyHWBitmapInto() local
418 RenderThread& thread = RenderThread::getInstance(); in copyImageInto() local
434 auto& thread = RenderThread::getInstance(); in preload() local
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseLockTest.java95 Thread thread = new DatabaseFairnessThread(); in startDatabaseFairnessThread() local
152 Thread thread = new DatabaseLatencyThread(); in startDatabaseLatencyThread() local
/frameworks/native/services/vr/performanced/
Dperformance_service_tests.cpp78 std::thread thread([&] { in TEST() local
176 std::thread thread{ in TEST() local
208 std::thread thread([&]() { scheduler = sched_getscheduler(0); }); in TEST() local
/frameworks/base/core/java/com/android/internal/view/
DWindowManagerPolicyThread.java30 public static void set(Thread thread, Looper looper) { in set()
/frameworks/base/libs/hwui/renderstate/
DRenderState.cpp23 RenderState::RenderState(renderthread::RenderThread& thread) : mRenderThread(thread) { in RenderState()
/frameworks/base/core/tests/coretests/src/android/content/
DContentQueryMapTest.java54 LooperThread thread = new LooperThread() { in testContentQueryMap() local
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/util/
DAssert.java36 public static void setTestThread(Thread thread) { in setTestThread()
/frameworks/opt/bitmap/src/com/android/bitmap/
DNamedThreadFactory.java35 final Thread thread = mDefaultThreadFactory.newThread(runnable); in newThread() local
/frameworks/base/telephony/common/com/google/android/mms/util/
DPduCache.java107 HashSet<Uri> thread = mThreads.get(threadId); in put() local
238 HashSet<Uri> thread = mThreads.get(entry.getThreadId()); in removeFromThreads() local
249 HashSet<Uri> thread = mThreads.remove(threadId); in purgeByThreadId() local
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/transport/
DBackupTransportClientTest.java85 Thread thread = new Thread(() -> { in testTransportDirName_completesLater_returnsName() local
111 Thread thread = new Thread(() -> { in testTransportDirName_canceledBeforeCompletion_throwsException() local
167 Thread thread = new Thread(() -> { in testFinishBackup_completesLater_returnsStatus() local
193 Thread thread = new Thread(() -> { in testFinishBackup_canceledBeforeCompletion_returnsError() local
DTransportStatusCallbackTest.java54 Thread thread = new Thread(() -> { in testGetOperationStatus_completeOperation_returnsStatus() local
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaVulkanPipeline.cpp45 SkiaVulkanPipeline::SkiaVulkanPipeline(renderthread::RenderThread& thread) : SkiaPipeline(thread) { in SkiaVulkanPipeline()
166 void SkiaVulkanPipeline::invokeFunctor(const RenderThread& thread, Functor* functor) { in invokeFunctor()
DSkiaOpenGLPipeline.cpp46 SkiaOpenGLPipeline::SkiaOpenGLPipeline(RenderThread& thread) in SkiaOpenGLPipeline()
208 void SkiaOpenGLPipeline::invokeFunctor(const RenderThread& thread, Functor* functor) { in invokeFunctor()
/frameworks/native/cmds/dumpstate/
DDumpPool.cpp67 for (auto& thread : threads_) { in ~DumpPool() local
160 void DumpPool::setThreadName(const pthread_t thread, int id) { in setThreadName()
/frameworks/base/libs/hwui/hwui/
DAnimatedImageThread.cpp26 sp<AnimatedImageThread> thread = sp<AnimatedImageThread>::make(); in getInstance() local
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp236 android::EventThread* thread; in onHotplugReceived() local
247 android::EventThread* thread; in onScreenAcquired() local
258 android::EventThread* thread; in onScreenReleased() local
276 android::EventThread* thread; in onFrameRateOverridesChanged() local
328 android::EventThread* thread; in onNonPrimaryDisplayModeChanged() local
344 android::EventThread* thread; in dump() local
355 android::EventThread* thread; in setDuration() local
/frameworks/base/libs/hwui/tests/common/
DLeakChecker.cpp72 TestUtils::runOnRenderThread([&rtMemInfo](renderthread::RenderThread& thread) { in checkForLeaks()
/frameworks/base/libs/hwui/
DReadback.h46 explicit Readback(renderthread::RenderThread& thread) : mRenderThread(thread) {} in Readback()

1234567