Searched refs:bufCount (Results 1 – 2 of 2) sorted by relevance
83 size_t bufCount = 2; in AudioSource() local84 while ((bufCount * frameCount) < minFrameCount) { in AudioSource()85 bufCount++; in AudioSource()92 (size_t) (bufCount * frameCount), in AudioSource()
206 int32_t bufCount = 0; in readMultiple() local217 ++bufCount; in readMultiple()220 ALOGV("got status %d, bufCount %d", ret, bufCount); in readMultiple()