Lines Matching defs:source
2 * Copyright (C) 2012 The Android Open Source Project
70 // - to the virtual audio source == what is captured by the component
71 // which "records" the submix / virtual audio source, and handles it as needed.
417 // about to read from audio source
418 sp<MonoPipeReader> source = in->dev->rsxSource.get();
419 if (source == 0) {
434 frames_read = source->read(buff, remaining_frames, AudioBufferProvider::kInvalidPTS);
445 // done using the source
447 source.clear();
576 MonoPipeReader* source = new MonoPipeReader(sink);
578 index = source->negotiate(offers, 1, NULL, numCounterOffers);
581 rsxadev->rsxSource = source;
824 /* author */ "The Android Open Source Project",