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()
340 int bytesToStore = Math.min(bytesTransferred, mLength); in dequeue() local342 mBuffer.position(bytesToStore); in dequeue()346 + bytesToStore + " bytes", e); in dequeue()