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 898 sp<RecordThread> thread = mRecordThreads.valueAt(i);
982 RecordThread *recordThread = checkRecordThread_l(ioHandle);
983 if (recordThread != NULL) {
984 return recordThread->getParameters(keys);
1015 RecordThread *recordThread = checkRecordThread_l(ioHandle);
1016 if (recordThread != NULL) {
1017 return recordThread->getInputFramesLost();
    [all...]

Completed in 166 milliseconds