Home
last modified time | relevance | path

Searched refs:otherBuffer (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/fonts/
H A DFont.java778 ByteBuffer otherBuffer = other.getBuffer(); in isSameSource() local
781 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()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java733 ByteBuffer otherBuffer = (ByteBuffer) backing.lock(ACCESS_BYTES); in syncTo() local
734 mBuffer.put(otherBuffer); in syncTo()
735 otherBuffer.rewind(); in syncTo()