Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.h126 void setThread(const sp<ThreadType>& thread, bool closeThread = true) {
198 void setThread(sp<ThreadBase> thread) { mThread = thread; } in setThread() function
DPatchPanel.cpp233 newPatch.mPlayback.setThread( in createAudioPatch()
263 newPatch.mPlayback.setThread(reinterpret_cast<PlaybackThread*>(thread.get())); in createAudioPatch()
305 newPatch.mRecord.setThread(reinterpret_cast<RecordThread*>(thread.get())); in createAudioPatch()
328 newPatch.setThread(thread); in createAudioPatch()
394 newPatch.setThread(thread); in createAudioPatch()
DEffects.h553 void setThread(ThreadBase *thread) { mThread = thread; }; in setThread() function
588 void setThread(const sp<ThreadBase>& thread);
DEffects.cpp2638 void AudioFlinger::EffectChain::setThread(const sp<ThreadBase>& thread) in setThread() function in android::AudioFlinger::EffectChain
2641 mEffectCallback->setThread(thread.get()); in setThread()
DThreads.cpp3173 chain->setThread(this); in addEffectChain_l()
8321 chain->setThread(this); in addEffectChain_l()
9073 chain->setThread(this); in addEffectChain_l()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityStartControllerTests.java82 wpc.setThread(mock(IApplicationThread.class)); in testPendingActivityLaunches()
DRecentsAnimationTest.java133 wpc.setThread(mock(IApplicationThread.class)); in testPreloadRecentsActivity()
DActivityStackTests.java1100 secondActivity.app.setThread(null); in testNavigateUpTo()
1105 secondActivity.app.setThread(thread); in testNavigateUpTo()
DActivityTestsBase.java324 wpc.setThread(mock(IApplicationThread.class)); in build()
DRootActivityContainerTests.java232 firstActivity.app.setThread(null); in testRemovingStackOnAppCrash()
/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java635 mWindowProcessController.setThread(thread); in makeActive()
640 mWindowProcessController.setThread(null); in makeInactive()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java210 public void setThread(IApplicationThread thread) { in setThread() method in WindowProcessController
/frameworks/base/services/
Dart-profile17633 HSPLcom/android/server/wm/WindowProcessController;->setThread(Landroid/app/IApplicationThread;)V