Searched refs:thread2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageHelperTests.java93 Thread thread2 = new Thread(r2);
94 thread2.start();
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1561 MixerThread *thread2 = checkMixerThread_l(output2); local
1563 if (thread1 == NULL || thread2 == NULL) {
1571 thread->addOutputTrack(thread2);

Completed in 2954 milliseconds