Home
last modified time | relevance | path

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

/frameworks/base/native/graphics/jni/
Daassetstreamadaptor.cpp92 const off64_t oldOffset = AAsset_seek64(mAAsset, 0, SEEK_CUR); in read() local
93 if (oldOffset == -1) { in read()
103 amount = newOffset - oldOffset; in read()
/frameworks/base/libs/hwui/jni/
DUtils.cpp98 off64_t oldOffset = fAsset->seek(0, SEEK_CUR); in read() local
99 if (-1 == oldOffset) { in read()
108 amount = newOffset - oldOffset; in read()