Lines Matching refs:RecordThread
1011 sp<RecordThread> thread = mRecordThreads.valueAt(i);
1095 RecordThread *recordThread = checkRecordThread_l(ioHandle);
1096 if (recordThread != NULL) {
1097 return recordThread->getParameters(keys);
1128 RecordThread *recordThread = checkRecordThread_l(ioHandle);
1129 if (recordThread != NULL) {
1130 return recordThread->getInputFramesLost();
1365 sp<RecordThread::RecordTrack> recordTrack;
1405 RecordThread *thread = checkRecordThread_l(input);
1897 sp<RecordThread> thread = openInput_l(module, input, config, *device, address, source, flags);
1907 sp<AudioFlinger::RecordThread> AudioFlinger::openInput_l(audio_module_handle_t module,
2009 // RecordThread requires both input and output device indication to forward to audio
2011 sp<RecordThread> thread = new RecordThread(this,
2038 sp<RecordThread> thread;
2067 sp<RecordThread> t = mRecordThreads.valueAt(i);
2093 void AudioFlinger::closeInputFinish(sp<RecordThread> thread)
2103 void AudioFlinger::closeInputInternal_l(sp<RecordThread> thread)
2205 sp<RecordThread> t = mRecordThreads.valueAt(i);
2261 AudioFlinger::RecordThread *AudioFlinger::checkRecordThread_l(audio_io_handle_t input) const