Home
last modified time | relevance | path

Searched refs:AAsset_seek64 (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/native/graphics/jni/
Daassetstreamadaptor.cpp27 off64_t pos = AAsset_seek64(mAAsset, 0, SEEK_SET); in rewind()
51 return AAsset_seek64(mAAsset, 0, SEEK_CUR) != -1; in hasPosition()
55 const off64_t offset = AAsset_seek64(mAAsset, 0, SEEK_CUR); in getPosition()
65 if (AAsset_seek64(mAAsset, position, SEEK_SET) == -1) { in seek()
74 if (AAsset_seek64(mAAsset, offset, SEEK_CUR) == -1) { in move()
92 const off64_t oldOffset = AAsset_seek64(mAAsset, 0, SEEK_CUR); in read()
98 const off64_t newOffset = AAsset_seek64(mAAsset, size, SEEK_CUR); in read()
/frameworks/native/include/android/
Dasset_manager.h140 __RENAME_IF_FILE_OFFSET64(AAsset_seek64);
151 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
/frameworks/base/native/android/
Dasset_manager.cpp159 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence) in AAsset_seek64() function
Dlibandroid.map.txt20AAsset_seek64; # introduced-arm=13 introduced-arm64=21 introduced-mips=13 introduced-mips64=21 int…
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc37 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAsset_seek64);
316 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAsset_seek64); in init_stub_library()
Dstubs_arm64.cc37 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAsset_seek64);
316 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAsset_seek64); in init_stub_library()