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

  /frameworks/av/services/audioflinger/
PatchPanel.h 68 sp<RecordThread> mRecordThread;
PatchPanel.cpp 268 newPatch->mRecordThread = audioflinger->openInput_l(srcModule,
276 newPatch->mRecordThread.get(), inChannelMask);
277 if (newPatch->mRecordThread == 0) {
417 patch->mRecordThread->getAudioPortConfig(&subPatch.sinks[0]);
438 size_t recordFramecount = patch->mRecordThread->frameCount();
455 patch->mRecordThread.get(),
469 patch->mRecordThread->addPatchRecord(patch->mPatchRecord);
525 if (patch->mRecordThread != 0) {
527 patch->mRecordThread->deletePatchRecord(patch->mPatchRecord);
530 audioflinger->closeInputInternal_l(patch->mRecordThread);
    [all...]
  /cts/suite/audio_quality/client/src/com/android/cts/audiotest/
AudioProtocol.java 75 private LoopThread mRecordThread = null;
202 if (mRecordThread != null) {
203 mRecordThread.quitLoop();
204 mRecordThread = null;
347 mRecordThread = new LoopThread(new Runnable() {
393 mRecordThread.start();
408 if (mRecordThread != null) {
409 mRecordThread.quitLoop();
410 mRecordThread = null;

Completed in 456 milliseconds