/frameworks/base/libs/hwui/renderthread/ |
D | RenderProxy.cpp | 137 RenderThread& thread = RenderThread::getInstance(); in invokeFunctor() local 151 RenderThread& thread = RenderThread::getInstance(); in destroyFunctor() local 167 auto& thread = RenderThread::getInstance(); in copyLayerInto() local 192 RenderThread& thread = RenderThread::getInstance(); in trimMemory() local 248 auto& thread = RenderThread::getInstance(); in dumpGraphicsMemory() local 323 auto& thread = RenderThread::getInstance(); in copySurfaceInto() local 358 RenderThread& thread = RenderThread::getInstance(); in copyHWBitmapInto() local 373 RenderThread& thread = RenderThread::getInstance(); in repackVectorDrawableAtlas() local 384 RenderThread& thread = RenderThread::getInstance(); in releaseVDAtlasEntries() local 395 auto& thread = RenderThread::getInstance(); in preload() local
|
D | CanvasContext.cpp | 63 CanvasContext* CanvasContext::create(RenderThread& thread, bool translucent, in create() 81 void CanvasContext::invokeFunctor(const RenderThread& thread, Functor* functor) { in invokeFunctor() 97 void CanvasContext::prepareToDraw(const RenderThread& thread, Bitmap* bitmap) { in prepareToDraw() 101 CanvasContext::CanvasContext(RenderThread& thread, bool translucent, RenderNode* rootRenderNode, in CanvasContext() 617 void CanvasContext::trimMemory(RenderThread& thread, int level) { in trimMemory()
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 362 sp<MmapThread> thread = mMmapThreads.valueFor(io); in openMmapStream() local 810 PlaybackThread *thread = checkPlaybackThread_l(output.outputId); in createTrack() local 1005 ThreadBase *thread = checkThread_l(ioHandle); in sampleRate() local 1016 PlaybackThread *thread = checkPlaybackThread_l(output); in format() local 1027 ThreadBase *thread = checkThread_l(ioHandle); in frameCount() local 1040 ThreadBase *thread = checkThread_l(ioHandle); in frameCountHAL() local 1051 PlaybackThread *thread = checkPlaybackThread_l(output); in latency() local 1562 sp<ThreadBase> thread; in setParameters() local 1611 ThreadBase *thread = (ThreadBase *)checkPlaybackThread_l(ioHandle); in getParameters() local 1821 sp<ThreadBase> thread; in getEffectThread_l() local [all …]
|
D | Tracks.cpp | 68 ThreadBase *thread, in TrackBase() 285 const ThreadBase& thread, in PatchTrackBase() 500 PlaybackThread *thread, in Track() 635 sp<ThreadBase> thread = mThread.promote(); in destroy() local 910 sp<ThreadBase> thread = mThread.promote(); in start() local 999 sp<ThreadBase> thread = mThread.promote(); in stop() local 1032 sp<ThreadBase> thread = mThread.promote(); in pause() local 1066 sp<ThreadBase> thread = mThread.promote(); in flush() local 1157 sp<ThreadBase> thread = mThread.promote(); in setParameters() local 1171 sp<ThreadBase> thread = mThread.promote(); in selectPresentation() local [all …]
|
D | PatchPanel.cpp | 225 sp<ThreadBase> thread = in createAudioPatch() local 251 sp<ThreadBase> thread = mAudioFlinger.openOutput_l( in createAudioPatch() local 290 sp<ThreadBase> thread = mAudioFlinger.openInput_l(srcModule, in createAudioPatch() local 315 sp<ThreadBase> thread = mAudioFlinger.checkRecordThread_l( in createAudioPatch() local 377 sp<ThreadBase> thread = in createAudioPatch() local 704 sp<ThreadBase> thread = mAudioFlinger.checkRecordThread_l(ioHandle); in releaseAudioPatch() local 725 sp<ThreadBase> thread = mAudioFlinger.checkPlaybackThread_l(ioHandle); in releaseAudioPatch() local
|
D | PatchPanel.h | 106 sp<ThreadType> thread() const { return mThread; } in thread() function 198 void setThread(sp<ThreadBase> thread) { mThread = thread; } in setThread() 199 wp<ThreadBase> thread() const { return mThread; } in thread() function
|
/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/packages/SystemUI/src/com/android/systemui/ |
D | DependencyProvider.java | 73 HandlerThread thread = new HandlerThread("TimeTick"); in provideHandler() local 82 HandlerThread thread = new HandlerThread("SysUiBg", in provideBgLooper() 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/core/tests/coretests/src/android/content/ |
D | ContentQueryMapTest.java | 54 LooperThread thread = new LooperThread() { in testContentQueryMap() local
|
/frameworks/base/libs/hwui/renderstate/ |
D | RenderState.cpp | 24 RenderState::RenderState(renderthread::RenderThread& thread) : mRenderThread(thread) { in RenderState()
|
/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/libs/hwui/pipeline/skia/ |
D | SkiaVulkanPipeline.cpp | 44 SkiaVulkanPipeline::SkiaVulkanPipeline(renderthread::RenderThread& thread) in SkiaVulkanPipeline() 144 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/base/libs/hwui/tests/unit/ |
D | GpuMemoryTrackerTests.cpp | 42 … TestUtils::runOnRenderThread([](RenderThread& thread) { thread.destroyRenderingContext(); }); in destroyEglContext()
|
/frameworks/base/libs/hwui/hwui/ |
D | AnimatedImageDrawable.cpp | 163 auto& thread = uirenderer::AnimatedImageThread::getInstance(); in onDraw() local 190 auto& thread = uirenderer::AnimatedImageThread::getInstance(); in onDraw() local
|
/frameworks/base/libs/hwui/tests/common/ |
D | LeakChecker.cpp | 72 TestUtils::runOnRenderThread([&rtMemInfo](renderthread::RenderThread& thread) { in checkForLeaks()
|
/frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
D | SQLiteConnectionPoolTest.java | 73 HandlerThread thread = new HandlerThread("test-close-idle-connections-thread"); in testCloseIdleConnections() local
|
/frameworks/base/libs/hwui/ |
D | Readback.h | 46 explicit Readback(renderthread::RenderThread& thread) : mRenderThread(thread) {} in Readback()
|
/frameworks/base/services/core/java/com/android/server/ |
D | WatchdogDiagnostics.java | 51 public static boolean printAnnotatedStack(Thread thread, PrintWriter out) { in printAnnotatedStack()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | ThreadPriorityBoosterTest.java | 81 final Thread thread = new Thread(action); in joinNewThread() local
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Stress_test.cpp | 45 for (auto& thread : threads) { in TEST() local
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewRootSurfaceCallbackTest.java | 62 final HandlerThread thread = new HandlerThread(TAG); in testCallingTidOfSurfaceCallback() local
|