Searched defs:thread1 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2074 MixerThread *thread1 = checkMixerThread_l(output1); local
2077 if (thread1 == NULL || thread2 == NULL) {
2084 DuplicatingThread *thread = new DuplicatingThread(this, thread1, id, mSystemReady);

Completed in 2095 milliseconds