/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/ |
D | SysUIConcurrencyModule.java | 49 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/ |
D | TimerThread-test.cpp | 53 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/ |
D | Tracks.cpp | 80 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 …]
|
D | AudioFlinger.cpp | 425 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 …]
|
D | PatchPanel.cpp | 249 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
|
D | PatchPanel.h | 108 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/ |
D | RequestThrottleTest.kt | 55 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/ |
D | RenderProxy.cpp | 160 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/ |
D | DatabaseLockTest.java | 95 Thread thread = new DatabaseFairnessThread(); in startDatabaseFairnessThread() local 152 Thread thread = new DatabaseLatencyThread(); in startDatabaseLatencyThread() local
|
/frameworks/native/services/vr/performanced/ |
D | performance_service_tests.cpp | 78 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/ |
D | WindowManagerPolicyThread.java | 30 public static void set(Thread thread, Looper looper) { in set()
|
/frameworks/base/libs/hwui/renderstate/ |
D | RenderState.cpp | 23 RenderState::RenderState(renderthread::RenderThread& thread) : mRenderThread(thread) { in RenderState()
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | ContentQueryMapTest.java | 54 LooperThread thread = new LooperThread() { in testContentQueryMap() local
|
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/util/ |
D | Assert.java | 36 public static void setTestThread(Thread thread) { in setTestThread()
|
/frameworks/opt/bitmap/src/com/android/bitmap/ |
D | NamedThreadFactory.java | 35 final Thread thread = mDefaultThreadFactory.newThread(runnable); in newThread() local
|
/frameworks/base/telephony/common/com/google/android/mms/util/ |
D | PduCache.java | 107 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/ |
D | BackupTransportClientTest.java | 85 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
|
D | TransportStatusCallbackTest.java | 54 Thread thread = new Thread(() -> { in testGetOperationStatus_completeOperation_returnsStatus() local
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaVulkanPipeline.cpp | 45 SkiaVulkanPipeline::SkiaVulkanPipeline(renderthread::RenderThread& thread) : SkiaPipeline(thread) { in SkiaVulkanPipeline() 166 void SkiaVulkanPipeline::invokeFunctor(const RenderThread& thread, Functor* functor) { in invokeFunctor()
|
D | SkiaOpenGLPipeline.cpp | 46 SkiaOpenGLPipeline::SkiaOpenGLPipeline(RenderThread& thread) in SkiaOpenGLPipeline() 208 void SkiaOpenGLPipeline::invokeFunctor(const RenderThread& thread, Functor* functor) { in invokeFunctor()
|
/frameworks/native/cmds/dumpstate/ |
D | DumpPool.cpp | 67 for (auto& thread : threads_) { in ~DumpPool() local 160 void DumpPool::setThreadName(const pthread_t thread, int id) { in setThreadName()
|
/frameworks/base/libs/hwui/hwui/ |
D | AnimatedImageThread.cpp | 26 sp<AnimatedImageThread> thread = sp<AnimatedImageThread>::make(); in getInstance() local
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | Scheduler.cpp | 236 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/ |
D | LeakChecker.cpp | 72 TestUtils::runOnRenderThread([&rtMemInfo](renderthread::RenderThread& thread) { in checkForLeaks()
|
/frameworks/base/libs/hwui/ |
D | Readback.h | 46 explicit Readback(renderthread::RenderThread& thread) : mRenderThread(thread) {} in Readback()
|