Home
last modified time | relevance | path

Searched refs:setThread (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DPatchPanel.h128 void setThread(const sp<ThreadType>& thread, bool closeThread = true) {
203 void setThread(sp<ThreadBase> thread) { mThread = thread; } in setThread() function
H A DPatchPanel.cpp257 newPatch.mPlayback.setThread( in createAudioPatch()
289 newPatch.mPlayback.setThread(reinterpret_cast<PlaybackThread*>(thread.get())); in createAudioPatch()
331 newPatch.mRecord.setThread(reinterpret_cast<RecordThread*>(thread.get())); in createAudioPatch()
354 newPatch.setThread(thread); in createAudioPatch()
420 newPatch.setThread(thread); in createAudioPatch()
H A DEffects.h619 void setThread(const sp<ThreadBase>& thread) { in setThread() function
658 void setThread(const sp<ThreadBase>& thread);
H A DEffects.cpp2839 void AudioFlinger::EffectChain::setThread(const sp<ThreadBase>& thread) in setThread() function in android::AudioFlinger::EffectChain
2842 mEffectCallback->setThread(thread); in setThread()
H A DThreads.cpp3553 chain->setThread(this); in addEffectChain_l()
9066 chain->setThread(this); in addEffectChain_l()
9993 chain->setThread(this); in addEffectChain_l()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowProcessControllerTests.java83 mWpc.setThread(mock(IApplicationThread.class)); in setUp()
214 wpc.setThread(mock(IApplicationThread.class)); in testActivityNotOverridingSystemUiProcessConfig()
H A DRecentsAnimationTest.java144 wpc.setThread(mock(IApplicationThread.class)); in testPreloadRecentsActivity()
H A DRootWindowContainerTests.java418 firstActivity.app.setThread(null); in testRemovingRootTaskOnAppCrash()
448 firstActivity.app.setThread(null); in testRemovingRootTaskOnAppCrash_multipleDisplayAreas()
H A DWindowTestsBase.java1174 wpc.setThread(mock(IApplicationThread.class)); in buildInner()
1176 wpc.setThread(mock(IApplicationThread.class)); in buildInner()
H A DRootTaskTests.java1449 secondActivity.app.setThread(null); in testNavigateUpTo()
1455 secondActivity.app.setThread(thread); in testNavigateUpTo()
H A DActivityTaskManagerServiceTests.java849 wpc.setThread(mock(IApplicationThread.class)); in createWindowProcessController()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java571 mWindowProcessController.setThread(thread); in makeActive()
577 mWindowProcessController.setThread(null); in makeInactive()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowProcessController.java279 public void setThread(IApplicationThread thread) { in setThread() method in WindowProcessController
/aosp12/frameworks/base/services/
H A Dart-profile50424 HSPLcom/android/server/wm/WindowProcessController;->setThread(Landroid/app/IApplicationThread;)V+]L…