Searched refs:setThread (Results 1 – 13 of 13) sorted by relevance
126 void setThread(const sp<ThreadType>& thread, bool closeThread = true) {198 void setThread(sp<ThreadBase> thread) { mThread = thread; } in setThread() function
233 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()
553 void setThread(ThreadBase *thread) { mThread = thread; }; in setThread() function588 void setThread(const sp<ThreadBase>& thread);
2638 void AudioFlinger::EffectChain::setThread(const sp<ThreadBase>& thread) in setThread() function in android::AudioFlinger::EffectChain2641 mEffectCallback->setThread(thread.get()); in setThread()
3173 chain->setThread(this); in addEffectChain_l()8321 chain->setThread(this); in addEffectChain_l()9073 chain->setThread(this); in addEffectChain_l()
82 wpc.setThread(mock(IApplicationThread.class)); in testPendingActivityLaunches()
133 wpc.setThread(mock(IApplicationThread.class)); in testPreloadRecentsActivity()
1100 secondActivity.app.setThread(null); in testNavigateUpTo()1105 secondActivity.app.setThread(thread); in testNavigateUpTo()
324 wpc.setThread(mock(IApplicationThread.class)); in build()
232 firstActivity.app.setThread(null); in testRemovingStackOnAppCrash()
635 mWindowProcessController.setThread(thread); in makeActive()640 mWindowProcessController.setThread(null); in makeInactive()
210 public void setThread(IApplicationThread thread) { in setThread() method in WindowProcessController
17633 HSPLcom/android/server/wm/WindowProcessController;->setThread(Landroid/app/IApplicationThread;)V