Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp1882 MixerThread *thread1 = checkMixerThread_l(output1); in openDuplicateOutput() local
1885 if (thread1 == NULL || thread2 == NULL) { in openDuplicateOutput()
1892 DuplicatingThread *thread = new DuplicatingThread(this, thread1, id, mSystemReady); in openDuplicateOutput()