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

  /frameworks/av/services/audioflinger/
FastCapture.h 65 NBAIO_Sink *pipeSink;
FastCapture.cpp 35 inputSource(NULL), inputSourceGen(0), pipeSink(NULL), pipeSinkGen(0),
116 pipeSink = current->mPipeSink;
122 if (eitherChanged && inputSource != NULL && pipeSink != NULL) {
123 ALOG_ASSERT(Format_isEqual(format, pipeSink->format()));
185 ALOG_ASSERT(pipeSink != NULL);
194 ssize_t framesWritten = pipeSink->write(readBuffer, readBufferState);

Completed in 86 milliseconds