| /frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/ |
| D | VibrationThreadTest.java | 139 VibrationThread thread = startThreadAndDispatcher(vibrationId, effect); in vibrate_noVibrator_ignoresVibration() local 153 VibrationThread thread = startThreadAndDispatcher(vibrationId, effect); in vibrate_missingVibrators_ignoresVibration() local 166 VibrationThread thread = startThreadAndDispatcher(vibrationId, effect); in vibrate_singleVibratorOneShot_runsVibrationAndSetsAmplitude() local 185 VibrationThread thread = startThreadAndDispatcher(vibrationId, effect); in vibrate_oneShotWithoutAmplitudeControl_runsVibrationWithDefaultAmplitude() local 207 VibrationThread thread = startThreadAndDispatcher(vibrationId, effect); in vibrate_singleVibratorWaveform_runsVibrationAndChangesAmplitudes() local 231 VibrationThread thread = startThreadAndDispatcher(vibrationId, effect); in vibrate_singleVibratorRepeatingWaveform_runsVibrationUntilThreadCancelled() local 267 VibrationThread thread = startThreadAndDispatcher(vibrationId, effect); in vibrate_singleVibratorRepeatingShortAlwaysOnWaveform_turnsVibratorOnForASecond() local 289 VibrationThread thread = startThreadAndDispatcher(vibrationId, effect); in vibrate_singleVibratorRepeatingLongAlwaysOnWaveform_turnsVibratorOnForACycle() local 312 VibrationThread thread = startThreadAndDispatcher(vibrationId, effect); in vibrate_singleVibratorRepeatingAlwaysOnWaveform_turnsVibratorBackOn() local 392 VibrationThread thread = startThreadAndDispatcher(vibrationId, effect); in vibrate_singleVibratorPrebaked_runsVibration() local [all …]
|
| /frameworks/av/services/audioflinger/ |
| D | Tracks.cpp | 80 ThreadBase *thread, in TrackBase() 303 const ThreadBase& thread, in PatchTrackBase() 614 PlaybackThread *thread, in Track() 770 sp<ThreadBase> thread = mThread.promote(); in destroy() local 1048 sp<ThreadBase> thread = mThread.promote(); in start() local 1153 sp<ThreadBase> thread = mThread.promote(); in stop() local 1186 sp<ThreadBase> thread = mThread.promote(); in pause() local 1223 sp<ThreadBase> thread = mThread.promote(); in flush() local 1319 sp<ThreadBase> thread = mThread.promote(); in setParameters() local 1333 sp<ThreadBase> thread = mThread.promote(); in selectPresentation() local [all …]
|
| D | AudioFlinger.cpp | 323 PlaybackThread *thread = mPlaybackThreads.valueAt(i).get(); in updateSecondaryOutputs() local 456 sp<MmapThread> thread = mMmapThreads.valueFor(io); in openMmapStream() local 922 PlaybackThread *thread = checkPlaybackThread_l(output.outputId); in createTrack() local 1036 ThreadBase *thread = checkThread_l(ioHandle); in sampleRate() local 1047 PlaybackThread *thread = checkPlaybackThread_l(output); in format() local 1058 ThreadBase *thread = checkThread_l(ioHandle); in frameCount() local 1071 ThreadBase *thread = checkThread_l(ioHandle); in frameCountHAL() local 1082 PlaybackThread *thread = checkPlaybackThread_l(output); in latency() local 1611 sp<ThreadBase> thread; in setParameters() local 1660 ThreadBase *thread = (ThreadBase *)checkPlaybackThread_l(ioHandle); in getParameters() local [all …]
|
| D | PatchPanel.cpp | 249 sp<ThreadBase> thread = in createAudioPatch() local 275 sp<ThreadBase> thread = mAudioFlinger.openOutput_l( in createAudioPatch() local 314 sp<ThreadBase> thread = mAudioFlinger.openInput_l(srcModule, in createAudioPatch() local 339 sp<ThreadBase> thread = mAudioFlinger.checkRecordThread_l( in createAudioPatch() local 401 sp<ThreadBase> thread = in createAudioPatch() local 735 sp<ThreadBase> thread = mAudioFlinger.checkRecordThread_l(ioHandle); in releaseAudioPatch() local 756 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 | 149 RenderThread& thread = RenderThread::getInstance(); in destroyFunctor() local 165 auto& thread = RenderThread::getInstance(); in copyLayerInto() local 190 RenderThread& thread = RenderThread::getInstance(); in trimMemory() local 197 RenderThread& thread = RenderThread::getInstance(); in purgeCaches() local 262 auto& thread = RenderThread::getInstance(); in dumpGraphicsMemory() local 269 auto& thread = RenderThread::getInstance(); in getMemoryUsage() local 351 auto& thread = RenderThread::getInstance(); in copySurfaceInto() local 386 RenderThread& thread = RenderThread::getInstance(); in copyHWBitmapInto() local 397 RenderThread& thread = RenderThread::getInstance(); in copyImageInto() local 413 auto& thread = RenderThread::getInstance(); in preload() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/ |
| D | SysUIConcurrencyModule.java | 46 HandlerThread thread = new HandlerThread("SysUiBg", in provideBgLooper() local 57 HandlerThread thread = new HandlerThread("SysUiLng", in provideLongRunningLooper() 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/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/core/java/com/android/internal/view/ |
| D | WindowManagerPolicyThread.java | 30 public static void set(Thread thread, Looper looper) { in set()
|
| /frameworks/opt/bitmap/src/com/android/bitmap/ |
| D | NamedThreadFactory.java | 35 final Thread thread = mDefaultThreadFactory.newThread(runnable); in newThread() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
| D | Assert.java | 36 public static void setTestThread(Thread thread) { in setTestThread()
|
| /frameworks/base/libs/hwui/pipeline/skia/ |
| D | SkiaVulkanPipeline.cpp | 46 SkiaVulkanPipeline::SkiaVulkanPipeline(renderthread::RenderThread& thread) : SkiaPipeline(thread) { in SkiaVulkanPipeline() 150 void SkiaVulkanPipeline::invokeFunctor(const RenderThread& thread, Functor* functor) { in invokeFunctor()
|
| D | SkiaOpenGLPipeline.cpp | 47 SkiaOpenGLPipeline::SkiaOpenGLPipeline(RenderThread& thread) in SkiaOpenGLPipeline() 200 void SkiaOpenGLPipeline::invokeFunctor(const RenderThread& thread, Functor* functor) { in invokeFunctor()
|
| /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/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/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/native/cmds/dumpstate/ |
| D | DumpPool.cpp | 74 for (auto& thread : threads_) { in shutdown() local 172 void DumpPool::setThreadName(const pthread_t thread, int id) { in setThreadName()
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/ |
| D | ThreadPriorityBoosterTest.java | 81 final Thread thread = new Thread(action); in joinNewThread() local
|