Searched refs:otherBuffer (Results 1 – 2 of 2) sorted by relevance
778 ByteBuffer otherBuffer = other.getBuffer(); in isSameSource() local781 if (myBuffer == otherBuffer) { in isSameSource()786 if (myBuffer.capacity() != otherBuffer.capacity()) { in isSameSource()795 && myBuffer.position() == otherBuffer.position()) { in isSameSource()802 return myBuffer.equals(otherBuffer); in isSameSource()
733 ByteBuffer otherBuffer = (ByteBuffer) backing.lock(ACCESS_BYTES); in syncTo() local734 mBuffer.put(otherBuffer); in syncTo()735 otherBuffer.rewind(); in syncTo()