Searched refs:oldOffset (Results 1 – 2 of 2) sorted by relevance
92 const off64_t oldOffset = AAsset_seek64(mAAsset, 0, SEEK_CUR); in read() local93 if (oldOffset == -1) { in read()103 amount = newOffset - oldOffset; in read()
98 off64_t oldOffset = fAsset->seek(0, SEEK_CUR); in read() local99 if (-1 == oldOffset) { in read()108 amount = newOffset - oldOffset; in read()