HomeSort by relevance Sort by last modified time
    Searched defs:AAsset (Results 1 - 12 of 12) sorted by null

  /development/ndk/platforms/android-9/include/android/
asset_manager.h 33 struct AAsset;
34 typedef struct AAsset AAsset;
59 AAsset* AAssetManager_open(AAssetManager* mgr, const char* filename, int mode);
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
113 off_t AAsset_getLength(AAsset* asset);
118 off_t AAsset_getRemainingLength(AAsset* asset)
    [all...]
  /frameworks/native/include/android/
asset_manager.h 31 struct AAsset;
32 typedef struct AAsset AAsset;
57 AAsset* AAssetManager_open(AAssetManager* mgr, const char* filename, int mode);
86 int AAsset_read(AAsset* asset, void* buf, size_t count);
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
105 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 void AAsset_close(AAsset* asset);
117 const void* AAsset_getBuffer(AAsset* asset);
122 off_t AAsset_getLength(AAsset* asset)
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
asset_manager.h 31 struct AAsset;
32 typedef struct AAsset AAsset;
57 AAsset* AAssetManager_open(AAssetManager* mgr, const char* filename, int mode);
86 int AAsset_read(AAsset* asset, void* buf, size_t count);
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 void AAsset_close(AAsset* asset);
106 const void* AAsset_getBuffer(AAsset* asset);
111 off_t AAsset_getLength(AAsset* asset);
116 off_t AAsset_getRemainingLength(AAsset* asset)
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
asset_manager.h 33 struct AAsset;
34 typedef struct AAsset AAsset;
59 AAsset* AAssetManager_open(AAssetManager* mgr, const char* filename, int mode);
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
113 off_t AAsset_getLength(AAsset* asset);
118 off_t AAsset_getRemainingLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 31 struct AAsset;
32 typedef struct AAsset AAsset;
57 AAsset* AAssetManager_open(AAssetManager* mgr, const char* filename, int mode);
86 int AAsset_read(AAsset* asset, void* buf, size_t count);
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 void AAsset_close(AAsset* asset);
106 const void* AAsset_getBuffer(AAsset* asset);
111 off_t AAsset_getLength(AAsset* asset);
116 off_t AAsset_getRemainingLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 31 struct AAsset;
32 typedef struct AAsset AAsset;
57 AAsset* AAssetManager_open(AAssetManager* mgr, const char* filename, int mode);
86 int AAsset_read(AAsset* asset, void* buf, size_t count);
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 void AAsset_close(AAsset* asset);
106 const void* AAsset_getBuffer(AAsset* asset);
111 off_t AAsset_getLength(AAsset* asset);
116 off_t AAsset_getRemainingLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 31 struct AAsset;
32 typedef struct AAsset AAsset;
57 AAsset* AAssetManager_open(AAssetManager* mgr, const char* filename, int mode);
86 int AAsset_read(AAsset* asset, void* buf, size_t count);
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 void AAsset_close(AAsset* asset);
106 const void* AAsset_getBuffer(AAsset* asset);
111 off_t AAsset_getLength(AAsset* asset);
116 off_t AAsset_getRemainingLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/android/
asset_manager.h 31 struct AAsset;
32 typedef struct AAsset AAsset;
57 AAsset* AAssetManager_open(AAssetManager* mgr, const char* filename, int mode);
86 int AAsset_read(AAsset* asset, void* buf, size_t count);
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 void AAsset_close(AAsset* asset);
106 const void* AAsset_getBuffer(AAsset* asset);
111 off_t AAsset_getLength(AAsset* asset);
116 off_t AAsset_getRemainingLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/android/
asset_manager.h 31 struct AAsset;
32 typedef struct AAsset AAsset;
57 AAsset* AAssetManager_open(AAssetManager* mgr, const char* filename, int mode);
86 int AAsset_read(AAsset* asset, void* buf, size_t count);
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 void AAsset_close(AAsset* asset);
106 const void* AAsset_getBuffer(AAsset* asset);
111 off_t AAsset_getLength(AAsset* asset);
116 off_t AAsset_getRemainingLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 31 struct AAsset;
32 typedef struct AAsset AAsset;
57 AAsset* AAssetManager_open(AAssetManager* mgr, const char* filename, int mode);
86 int AAsset_read(AAsset* asset, void* buf, size_t count);
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 void AAsset_close(AAsset* asset);
106 const void* AAsset_getBuffer(AAsset* asset);
111 off_t AAsset_getLength(AAsset* asset);
116 off_t AAsset_getRemainingLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 31 struct AAsset;
32 typedef struct AAsset AAsset;
57 AAsset* AAssetManager_open(AAssetManager* mgr, const char* filename, int mode);
86 int AAsset_read(AAsset* asset, void* buf, size_t count);
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 void AAsset_close(AAsset* asset);
106 const void* AAsset_getBuffer(AAsset* asset);
111 off_t AAsset_getLength(AAsset* asset);
116 off_t AAsset_getRemainingLength(AAsset* asset)
    [all...]
  /frameworks/base/native/android/
asset_manager.cpp 34 // but AAssetDir and AAsset are actual wrappers for isolation.
48 struct AAsset {
51 AAsset(Asset* asset) : mAsset(asset) { }
52 ~AAsset() { delete mAsset; }
87 AAsset* AAssetManager_open(AAssetManager* amgr, const char* filename, int mode)
113 return new AAsset(asset);
171 int AAsset_read(AAsset* asset, void* buf, size_t count)
176 off_t AAsset_seek(AAsset* asset, off_t offset, int whence)
181 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence)
186 void AAsset_close(AAsset* asset
    [all...]

Completed in 221 milliseconds