Home
last modified time | relevance | path

Searched refs:read_pending (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
DAudioStreamInALSA.cpp326 int read_pending = bytes; in read() local
367 read_pending = SSR_INPUT_FRAME_SIZE - mSurroundInputBufferIdx; in read()
369 while (mHandle->handle && read_pending > 0) { in read()
382 read_pending -= period_samples; in read()
399 if (read_pending < 0) { in read()
402 (-read_pending) * sizeof(Word16)); in read()
404 mSurroundInputBufferIdx = -read_pending; in read()
421 if (read_pending < period_size) { in read()
422 read_pending = period_size; in read()
457 read_pending -= period_size; in read()