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

  /device/asus/fugu/libaudio/
AudioOutput.h 73 void processOneChunk(const uint8_t* data, size_t len,
AudioOutput.cpp 384 void AudioOutput::processOneChunk(const uint8_t* data, size_t len,
AudioStreamOut.cpp 619 // information along to the call to processOneChunk. If any of our outputs
646 // We always call processOneChunk on the outputs, as it is the
651 (*I)->processOneChunk((uint8_t *)buffer, bytes, hasActiveOutputs, mInputFormat);

Completed in 1566 milliseconds