Home
last modified time | relevance | path

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

123456

/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
DVibrationThreadTest.java139 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/
DTracks.cpp80 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 …]
DAudioFlinger.cpp323 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 …]
DPatchPanel.cpp249 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
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.cpp149 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/
DSysUIConcurrencyModule.java46 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/
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/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/core/java/com/android/internal/view/
DWindowManagerPolicyThread.java30 public static void set(Thread thread, Looper looper) { in set()
/frameworks/opt/bitmap/src/com/android/bitmap/
DNamedThreadFactory.java35 final Thread thread = mDefaultThreadFactory.newThread(runnable); in newThread() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DAssert.java36 public static void setTestThread(Thread thread) { in setTestThread()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaVulkanPipeline.cpp46 SkiaVulkanPipeline::SkiaVulkanPipeline(renderthread::RenderThread& thread) : SkiaPipeline(thread) { in SkiaVulkanPipeline()
150 void SkiaVulkanPipeline::invokeFunctor(const RenderThread& thread, Functor* functor) { in invokeFunctor()
DSkiaOpenGLPipeline.cpp47 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/
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/libs/hwui/hwui/
DAnimatedImageThread.cpp26 sp<AnimatedImageThread> thread = sp<AnimatedImageThread>::make(); in getInstance() local
/frameworks/base/libs/hwui/tests/common/
DLeakChecker.cpp72 TestUtils::runOnRenderThread([&rtMemInfo](renderthread::RenderThread& thread) { in checkForLeaks()
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
DSQLiteConnectionPoolTest.java73 HandlerThread thread = new HandlerThread("test-close-idle-connections-thread"); in testCloseIdleConnections() local
/frameworks/base/libs/hwui/
DReadback.h46 explicit Readback(renderthread::RenderThread& thread) : mRenderThread(thread) {} in Readback()
/frameworks/base/services/core/java/com/android/server/
DWatchdogDiagnostics.java51 public static boolean printAnnotatedStack(Thread thread, PrintWriter out) { in printAnnotatedStack()
/frameworks/native/cmds/dumpstate/
DDumpPool.cpp74 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/
DThreadPriorityBoosterTest.java81 final Thread thread = new Thread(action); in joinNewThread() local

123456