Searched refs:bytesToStore (Results 1 – 2 of 2) sorted by relevance
28 int32_t bytesToStore = numBytes; in writeToStorage() local30 if (bytesToStore > roomAvailable) { in writeToStorage()31 bytesToStore = roomAvailable; in writeToStorage()33 memcpy(mStorage + mPosition, buffer, bytesToStore); in writeToStorage()34 mPosition += bytesToStore; in writeToStorage()35 return bytesToStore; in writeToStorage()
339 int bytesToStore = Math.min(bytesTransferred, mLength); in dequeue() local341 mBuffer.position(bytesToStore); in dequeue()345 + bytesToStore + " bytes", e); in dequeue()