Searched refs:otherBuffer (Results 1 – 1 of 1) sorted by relevance
733 ByteBuffer otherBuffer = (ByteBuffer) backing.lock(ACCESS_BYTES); in syncTo() local734 mBuffer.put(otherBuffer); in syncTo()735 otherBuffer.rewind(); in syncTo()