Searched refs:AAsset_seek64 (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/native/graphics/jni/ |
D | aassetstreamadaptor.cpp | 27 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/ |
D | asset_manager.h | 140 __RENAME_IF_FILE_OFFSET64(AAsset_seek64); 151 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
|
/frameworks/base/native/android/ |
D | asset_manager.cpp | 159 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence) in AAsset_seek64() function
|
D | libandroid.map.txt | 20 …AAsset_seek64; # introduced-arm=13 introduced-arm64=21 introduced-mips=13 introduced-mips64=21 int…
|
/frameworks/libs/native_bridge_support/libandroid/ |
D | stubs_arm.cc | 37 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAsset_seek64); 316 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAsset_seek64); in init_stub_library()
|
D | stubs_arm64.cc | 37 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAsset_seek64); 316 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAsset_seek64); in init_stub_library()
|