Searched defs:actualRead (Results 1 - 1 of 1) sorted by relevance

/system/media/audio_utils/tests/
H A Dfifo_tests.cpp100 sf_count_t actualRead = sf_readf_short(sfin, inputBuffer, sfinfoin.frames); local
101 if (actualRead != sfinfoin.frames) {
163 ssize_t actualRead = fifoReader.read( local
166 printf("read %d out of %d\n", (int) actualRead, (int) framesToRead);
168 if (actualRead < 0 || (size_t) actualRead > framesToRead) {
169 switch (actualRead) {
180 actualRead = 0;
183 if (actualRead < 0) {
185 (int) actualRead);
[all...]

Completed in 33 milliseconds