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

  /frameworks/av/services/audioflinger/
FastCapture.cpp 36 readBuffer(NULL), readBufferState(-1), format(Format_Invalid), sampleRate(0),
149 readBufferState = -1;
175 readBufferState = framesRead;
178 readBufferState = 0;
187 if (readBufferState < 0) {
191 readBufferState = frameCount;
193 if (readBufferState > 0) {
194 ssize_t framesWritten = pipeSink->write(readBuffer, readBufferState);
FastCapture.h 68 ssize_t readBufferState; // number of initialized frames in readBuffer, or -1 to clear

Completed in 254 milliseconds