Home
last modified time | relevance | path

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

123456789

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/
DSysUIConcurrencyModule.kt61 val thread = HandlerThread("SysUiBg", Process.THREAD_PRIORITY_BACKGROUND) in provideBgLooper() constant
74 val thread = HandlerThread("BroadcastRunning", Process.THREAD_PRIORITY_BACKGROUND) in provideBroadcastRunningLooper() constant
90 val thread = HandlerThread("SysUiLng", Process.THREAD_PRIORITY_BACKGROUND) in provideLongRunningLooper() constant
106 val thread = HandlerThread("NotifInflation", Process.THREAD_PRIORITY_BACKGROUND) in provideNotifInflationLooper() constant
125 val thread = in provideBackPanelUiThreadContext() constant
223 val thread = HandlerThread("TimeTick") in provideBgHandler() constant
/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread_manager.cc61 void ResetCurrentGuestThreadAfterFork(GuestThread* thread) { in ResetCurrentGuestThreadAfterFork()
86 GuestThread* thread = g_guest_thread_map_.FindThread(tid); in GetGuestThreadAttr() local
102 GuestThread* thread = g_guest_thread_map_.RemoveThread(tid); in ExitCurrentThread() local
123 g_guest_thread_map_.ForEachThread([current_tid](pid_t tid, GuestThread* thread) { in FlushGuestCodeCache()
158 GuestThread* thread = g_guest_thread_map_.FindThread(tid); in AttachCurrentThread() local
189 void InsertCurrentThread(GuestThread* thread, bool register_dtor) { in InsertCurrentThread()
217 GuestThread* thread = g_guest_thread_map_.RemoveThread(tid); in DetachCurrentThread() local
Dguest_thread.cc72 GuestThread* thread = new (thread_storage) GuestThread; in Create() local
90 GuestThread* thread = Create(); in CreateClone() local
119 GuestThread* thread = Create(); in CreatePthread() local
156 GuestThread* thread = new (thread_storage) GuestThread; in CreateForTest() local
162 void GuestThread::Destroy(GuestThread* thread) { in Destroy()
192 void GuestThread::Exit(GuestThread* thread, int status) { in Exit()
Dguest_thread_map.cc27 void GuestThreadMap::ResetThreadTable(pid_t tid, GuestThread* thread) { in ResetThreadTable()
33 void GuestThreadMap::InsertThread(pid_t tid, GuestThread* thread) { in InsertThread()
43 GuestThread* thread = it->second; in RemoveThread() local
Dguest_thread_clone.cc49 GuestThread* thread; member
56 GuestThread* thread = info->thread; in RunClonedGuestThread() local
86 pid_t CloneGuestThread(GuestThread* thread, in CloneGuestThread()
/frameworks/base/libs/hwui/platform/host/pipeline/skia/
DSkiaOpenGLPipeline.h28 SkiaOpenGLPipeline(renderthread::RenderThread& thread) : SkiaGpuPipeline(thread) {} in SkiaOpenGLPipeline()
30 static void invokeFunctor(const renderthread::RenderThread& thread, Functor* functor) {} in invokeFunctor()
DSkiaVulkanPipeline.h28 SkiaVulkanPipeline(renderthread::RenderThread& thread) : SkiaGpuPipeline(thread) {} in SkiaVulkanPipeline()
30 static void invokeFunctor(const renderthread::RenderThread& thread, Functor* functor) {} in invokeFunctor()
/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dthread_test.cc28 pthread_t thread; in TEST() local
83 pthread_t thread; in TEST() local
134 pthread_t thread; in TEST() local
148 pthread_t thread; in TEST() local
165 pthread_t thread; in TEST() local
Dfutex_test.cc59 pthread_t thread; in TEST() local
101 pthread_t thread[kThreads]; in TEST() local
/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/
Dscoped_pending_signals.h29 explicit ScopedPendingSignalsEnabler(GuestThread* thread) : thread_(thread) { in ScopedPendingSignalsEnabler()
49 explicit ScopedPendingSignalsDisabler(GuestThread* thread) : thread_(thread) { in ScopedPendingSignalsDisabler()
/frameworks/av/media/utils/tests/
DTimerThread-test.cpp53 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/av/services/audioflinger/
DTracks.cpp85 IAfThreadBase *thread, in TrackBase()
318 IAfThreadBase* thread, const Timeout& timeout) in PatchTrackBase()
566 IAfThreadBase* thread, in createIfNeeded()
594 OpPlayAudioMonitor::OpPlayAudioMonitor(IAfThreadBase* thread, in OpPlayAudioMonitor()
644 auto thread = mThread.promote(); in checkPlayAudioForUsage() local
685 IAfPlaybackThread* thread, in create()
733 IAfPlaybackThread* thread, in Track()
892 const sp<IAfThreadBase> thread = mThread.promote(); in destroy() local
1183 const sp<IAfThreadBase> thread = mThread.promote(); in start() local
1322 const sp<IAfThreadBase> thread = mThread.promote(); in stop() local
[all …]
DAudioFlinger.cpp337 IAfPlaybackThread* thread = mPlaybackThreads.valueAt(i).get(); in updateSecondaryOutputs() local
587 const sp<IAfMmapThread> thread = mMmapThreads.valueFor(io); in openMmapStream() local
1075 IAfPlaybackThread* thread = checkPlaybackThread_l(output.outputId); in createTrack() local
1207 IAfThreadBase* const thread = checkThread_l(ioHandle); in sampleRate() local
1218 IAfPlaybackThread* const thread = checkPlaybackThread_l(output); in format() local
1229 IAfThreadBase* const thread = checkThread_l(ioHandle); in frameCount() local
1242 IAfThreadBase* const thread = checkThread_l(ioHandle); in frameCountHAL() local
1253 IAfPlaybackThread* const thread = checkPlaybackThread_l(output); in latency() local
1574 IAfPlaybackThread* const thread = checkPlaybackThread_l(output); in setRequestedLatencyMode() local
1587 IAfPlaybackThread* const thread = checkPlaybackThread_l(output); in getSupportedLatencyModes() local
[all …]
DPatchPanel.cpp236 const sp<IAfThreadBase> thread = mAfPatchPanelCallback->checkPlaybackThread_l( in createAudioPatch_l() local
263 const sp<IAfThreadBase> thread = mAfPatchPanelCallback->openOutput_l( in createAudioPatch_l() local
310 const sp<IAfThreadBase> thread = mAfPatchPanelCallback->openInput_l(srcModule, in createAudioPatch_l() local
335 sp<IAfThreadBase> thread = mAfPatchPanelCallback->checkRecordThread_l( in createAudioPatch_l() local
399 sp<IAfThreadBase> thread = mAfPatchPanelCallback->checkPlaybackThread_l( in createAudioPatch_l() local
806 sp<IAfThreadBase> thread = mAfPatchPanelCallback->checkRecordThread_l(ioHandle); in releaseAudioPatch_l() local
829 sp<IAfThreadBase> thread = mAfPatchPanelCallback->checkPlaybackThread_l(ioHandle); in releaseAudioPatch_l() local
DIAfPatchPanel.h135 sp<ThreadType> thread() const { return mThread; } in thread() function
236 void setThread(const sp<IAfThreadBase>& thread) { mThread = thread; } in setThread()
237 wp<IAfThreadBase> 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.cpp194 RenderThread& thread = RenderThread::getInstance(); in destroyFunctor() local
210 auto& thread = RenderThread::getInstance(); in copyLayerInto() local
237 RenderThread& thread = RenderThread::getInstance(); in trimMemory() local
246 RenderThread& thread = RenderThread::getInstance(); in trimCaches() local
254 RenderThread& thread = RenderThread::getInstance(); in purgeCaches() local
327 auto& thread = RenderThread::getInstance(); in dumpGraphicsMemory() local
346 auto& thread = RenderThread::getInstance(); in getMemoryUsage() local
440 auto& thread = RenderThread::getInstance(); in copySurfaceInto() local
477 RenderThread& thread = RenderThread::getInstance(); in copyHWBitmapInto() local
488 RenderThread& thread = RenderThread::getInstance(); in copyImageInto() local
[all …]
/frameworks/libs/native_bridge_support/android_api/libc/proxy/
Dsetjmp_thunks.cc48 GuestThread* thread = GetCurrentGuestThread(); in DoThunk_siglongjmp() local
56 GuestThread* thread = GetCurrentGuestThread(); in DoThunk_sigsetjmp() local
Dunistd_thunks.cc28 GuestThread* thread = GetCurrentGuestThread(); in DoThunk___clone_for_fork() local
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
DSQLiteConnectionPoolTest.java74 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/
DDatabaseLockTest.java95 Thread thread = new DatabaseFairnessThread(); in startDatabaseFairnessThread() local
152 Thread thread = new DatabaseLatencyThread(); in startDatabaseLatencyThread() local
/frameworks/libs/binary_translation/instrument/
Dinstrument.cc65 void OnInsertGuestThread([[maybe_unused]] pid_t tid, [[maybe_unused]] GuestThread* thread) {} in OnInsertGuestThread()
67 void OnRemoveGuestThread([[maybe_unused]] pid_t tid, [[maybe_unused]] GuestThread* thread) {} in OnRemoveGuestThread()
/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/libs/binary_translation/runtime/
Dexecute_guest_call.cc32 auto* thread = GetGuestThread(*state); in ExecuteGuestCall() local
/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

123456789