HomeSort by relevance Sort by last modified time
    Searched refs:recordThread (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
Tracks.cpp     [all...]
AudioFlinger.cpp 883 sp<RecordThread> thread = mRecordThreads.valueAt(i);
967 RecordThread *recordThread = checkRecordThread_l(ioHandle);
968 if (recordThread != NULL) {
969 return recordThread->getParameters(keys);
999 RecordThread *recordThread = checkRecordThread_l(ioHandle);
1000 if (recordThread != NULL) {
1001 return recordThread->getInputFramesLost();
    [all...]

Completed in 1466 milliseconds