Searched refs:toWrite (Results 1 – 4 of 4) sorted by relevance
174 String toWrite = a + "\n" + b + "\n" + c; in testWriteFlushesOnNewlines() local175 out.write(toWrite.getBytes()); in testWriteFlushesOnNewlines()
876 int toWrite = sampleCount; in threadLoop() local880 while (--chances > 0 && (toWrite > 0 || toRead > 0)) { in threadLoop()881 if (toWrite > 0) { in threadLoop()883 buffer.frameCount = toWrite; in threadLoop()887 int offset = sampleCount - toWrite; in threadLoop()889 toWrite -= buffer.frameCount; in threadLoop()
1434 size_t toWrite; in write() local1437 toWrite = audioBuffer.size >> 1; in write()1438 memcpy_to_i16_from_u8(audioBuffer.i16, (const uint8_t *) buffer, toWrite); in write()1440 toWrite = audioBuffer.size; in write()1441 memcpy(audioBuffer.i8, buffer, toWrite); in write()1443 buffer = ((const char *) buffer) + toWrite; in write()1444 userSize -= toWrite; in write()1445 written += toWrite; in write()
685 off64_t toWrite = s.st_size; in write_tarfile() local686 while (toWrite > 0) { in write_tarfile()687 size_t toRead = toWrite; in write_tarfile()698 ALOGE("EOF but expect %lld more bytes in [%s]", (long long) toWrite, in write_tarfile()714 toWrite -= nRead; in write_tarfile()