Home
last modified time | relevance | path

Searched defs:newOffset (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/native/graphics/jni/
Daassetstreamadaptor.cpp98 const off64_t newOffset = AAsset_seek64(mAAsset, size, SEEK_CUR); in read() local
/frameworks/base/libs/hwui/jni/
DUtils.cpp101 off64_t newOffset = fAsset->seek(size, SEEK_CUR); in read() local
/frameworks/base/core/tests/coretests/src/android/text/
DStaticLayoutTest.java433 final int newOffset = layout.getOffsetToRightOf(state.mSelectionStart); in moveCursorToRightCursorableOffset() local
440 final int newOffset = layout.getOffsetToLeftOf(state.mSelectionStart); in moveCursorToLeftCursorableOffset() local
/frameworks/base/libs/protoutil/src/
DEncodedBuffer.cpp62 size_t newOffset = mOffset + amt; in move() local
/frameworks/base/tools/aapt/
DStringPool.cpp314 size_t newOffset; in sortByConfig() local
/frameworks/base/libs/androidfw/
DAsset.cpp378 off64_t newOffset; in handleSeek() local
/frameworks/av/media/extractors/mp4/
DItemTable.cpp1047 off64_t newOffset = *offset; in parseNullTerminatedString() local
/frameworks/base/media/java/android/media/
DMediaCodec.java1557 int newOffset, int newSize, long newTimeUs, @BufferFlag int newFlags) { in set()