/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/ |
D | SysUIConcurrencyModule.java | 59 HandlerThread thread = new HandlerThread("SysUiBg", in provideBgLooper() local 72 HandlerThread thread = new HandlerThread("BroadcastRunning", in provideBroadcastRunningLooper() local 85 HandlerThread thread = new HandlerThread("SysUiLng", in provideLongRunningLooper() local 224 HandlerThread thread = new HandlerThread("TimeTick"); in provideTimeTickHandler() local
|
/frameworks/av/services/audioflinger/ |
D | Tracks.cpp | 80 ThreadBase *thread, in TrackBase() 308 const ThreadBase& thread, in PatchTrackBase() 509 AudioFlinger::ThreadBase* thread, in createIfNeeded() 540 AudioFlinger::ThreadBase* thread, in OpPlayAudioMonitor() 590 auto thread = mThread.promote(); in checkPlayAudioForUsage() local 631 PlaybackThread *thread, in Track() 790 sp<ThreadBase> thread = mThread.promote(); in destroy() local 1069 sp<ThreadBase> thread = mThread.promote(); in start() local 1203 sp<ThreadBase> thread = mThread.promote(); in stop() local 1236 sp<ThreadBase> thread = mThread.promote(); in pause() local [all …]
|
D | AudioFlinger.cpp | 438 PlaybackThread *thread = mPlaybackThreads.valueAt(i).get(); in updateSecondaryOutputs() local 683 sp<MmapThread> thread = mMmapThreads.valueFor(io); in openMmapStream() local 1197 PlaybackThread *thread = checkPlaybackThread_l(output.outputId); in createTrack() local 1315 ThreadBase *thread = checkThread_l(ioHandle); in sampleRate() local 1326 PlaybackThread *thread = checkPlaybackThread_l(output); in format() local 1337 ThreadBase *thread = checkThread_l(ioHandle); in frameCount() local 1350 ThreadBase *thread = checkThread_l(ioHandle); in frameCountHAL() local 1361 PlaybackThread *thread = checkPlaybackThread_l(output); in latency() local 1681 PlaybackThread *thread = checkPlaybackThread_l(output); in setRequestedLatencyMode() local 1694 PlaybackThread *thread = checkPlaybackThread_l(output); in getSupportedLatencyModes() local [all …]
|
D | PatchPanel.cpp | 252 sp<ThreadBase> thread = in createAudioPatch() local 279 sp<ThreadBase> thread = mAudioFlinger.openOutput_l( in createAudioPatch() local 326 sp<ThreadBase> thread = mAudioFlinger.openInput_l(srcModule, in createAudioPatch() local 351 sp<ThreadBase> thread = mAudioFlinger.checkRecordThread_l( in createAudioPatch() local 414 sp<ThreadBase> thread = in createAudioPatch() local 770 sp<ThreadBase> thread = mAudioFlinger.checkRecordThread_l(ioHandle); in releaseAudioPatch() local 793 sp<ThreadBase> thread = mAudioFlinger.checkPlaybackThread_l(ioHandle); in releaseAudioPatch() local
|
D | PatchPanel.h | 107 sp<ThreadType> thread() const { return mThread; } in thread() function 202 void setThread(const sp<ThreadBase>& thread) { mThread = thread; } in setThread() 203 wp<ThreadBase> thread() const { return mThread; } in thread() function
|
/frameworks/av/media/utils/tests/ |
D | TimerThread-test.cpp | 53 TimerThread thread; in testBasic() local 71 TimerThread thread; in testCancel() local 90 TimerThread thread; in testCancelAfterRun() local 109 TimerThread thread; in testMultipleTasks() local 222 TimerThread thread; in TEST() local
|
/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 | 187 RenderThread& thread = RenderThread::getInstance(); in destroyFunctor() local 203 auto& thread = RenderThread::getInstance(); in copyLayerInto() local 228 RenderThread& thread = RenderThread::getInstance(); in trimMemory() local 237 RenderThread& thread = RenderThread::getInstance(); in trimCaches() local 245 RenderThread& thread = RenderThread::getInstance(); in purgeCaches() local 318 auto& thread = RenderThread::getInstance(); in dumpGraphicsMemory() local 330 auto& thread = RenderThread::getInstance(); in getMemoryUsage() local 420 auto& thread = RenderThread::getInstance(); in copySurfaceInto() local 457 RenderThread& thread = RenderThread::getInstance(); in copyHWBitmapInto() local 468 RenderThread& thread = RenderThread::getInstance(); in copyImageInto() local [all …]
|
/frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
D | SQLiteConnectionPoolTest.java | 74 HandlerThread thread = new HandlerThread("test-close-idle-connections-thread"); in testCloseIdleConnections() local 96 HandlerThread thread = new HandlerThread("test-close-idle-connections-thread"); in testNonprimaryConnectionPoolRecycling() 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/libs/hwui/ |
D | Readback.h | 41 explicit Readback(renderthread::RenderThread& thread) : mRenderThread(thread) {} in Readback()
|
/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/mockingservicestests/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/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/base/libs/hwui/tests/common/ |
D | LeakChecker.cpp | 72 TestUtils::runOnRenderThread([&rtMemInfo](renderthread::RenderThread& thread) { in checkForLeaks()
|
/frameworks/base/services/core/java/com/android/server/ |
D | WatchdogDiagnostics.java | 51 public static boolean printAnnotatedStack(Thread thread, PrintWriter out) { in printAnnotatedStack()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaVulkanPipeline.cpp | 45 SkiaVulkanPipeline::SkiaVulkanPipeline(renderthread::RenderThread& thread) : SkiaPipeline(thread) { in SkiaVulkanPipeline() 196 void SkiaVulkanPipeline::invokeFunctor(const RenderThread& thread, Functor* functor) { in invokeFunctor()
|