HomeSort by relevance Sort by last modified time
    Searched refs:AAsset (Results 1 - 25 of 53) sorted by null

1 2 3

  /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...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/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/current/platforms/android-12/arch-mips/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/current/platforms/android-12/arch-x86/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/current/platforms/android-9/arch-arm/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/current/platforms/android-9/arch-mips/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/current/platforms/android-9/arch-x86/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...]
  /development/ndk/platforms/android-13/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);
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
112 void AAsset_close(AAsset* asset);
119 const void* AAsset_getBuffer(AAsset* asset);
124 off_t AAsset_getLength(AAsset* asset)
    [all...]
  /frameworks/native/include/android/
asset_manager.h 36 * creating {@link AAsset} objects.
59 struct AAsset;
61 * {@link AAsset} provides access to a read-only asset.
63 * {@link AAsset} objects are NOT thread-safe, and should not be shared across
66 typedef struct AAsset AAsset;
95 AAsset* AAssetManager_open(AAssetManager* mgr, const char* filename, int mode);
124 int AAsset_read(AAsset* asset, void* buf, size_t count);
132 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
143 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence)
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/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);
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
112 void AAsset_close(AAsset* asset);
119 const void* AAsset_getBuffer(AAsset* asset);
124 off_t AAsset_getLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/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);
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
112 void AAsset_close(AAsset* asset);
119 const void* AAsset_getBuffer(AAsset* asset);
124 off_t AAsset_getLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/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);
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
112 void AAsset_close(AAsset* asset);
119 const void* AAsset_getBuffer(AAsset* asset);
124 off_t AAsset_getLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/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);
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
112 void AAsset_close(AAsset* asset);
119 const void* AAsset_getBuffer(AAsset* asset);
124 off_t AAsset_getLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/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);
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
112 void AAsset_close(AAsset* asset);
119 const void* AAsset_getBuffer(AAsset* asset);
124 off_t AAsset_getLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/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);
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
112 void AAsset_close(AAsset* asset);
119 const void* AAsset_getBuffer(AAsset* asset);
124 off_t AAsset_getLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/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);
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
112 void AAsset_close(AAsset* asset);
119 const void* AAsset_getBuffer(AAsset* asset);
124 off_t AAsset_getLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/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);
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
112 void AAsset_close(AAsset* asset);
119 const void* AAsset_getBuffer(AAsset* asset);
124 off_t AAsset_getLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/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);
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
112 void AAsset_close(AAsset* asset);
119 const void* AAsset_getBuffer(AAsset* asset);
124 off_t AAsset_getLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/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);
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
112 void AAsset_close(AAsset* asset);
119 const void* AAsset_getBuffer(AAsset* asset);
124 off_t AAsset_getLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-mips/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);
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
112 void AAsset_close(AAsset* asset);
119 const void* AAsset_getBuffer(AAsset* asset);
124 off_t AAsset_getLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-x86/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);
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
112 void AAsset_close(AAsset* asset);
119 const void* AAsset_getBuffer(AAsset* asset);
124 off_t AAsset_getLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-arm/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);
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
112 void AAsset_close(AAsset* asset);
119 const void* AAsset_getBuffer(AAsset* asset);
124 off_t AAsset_getLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-mips/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);
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
112 void AAsset_close(AAsset* asset);
119 const void* AAsset_getBuffer(AAsset* asset);
124 off_t AAsset_getLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-x86/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);
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
112 void AAsset_close(AAsset* asset);
119 const void* AAsset_getBuffer(AAsset* asset);
124 off_t AAsset_getLength(AAsset* asset)
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-arm/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);
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
112 void AAsset_close(AAsset* asset);
119 const void* AAsset_getBuffer(AAsset* asset);
124 off_t AAsset_getLength(AAsset* asset)
    [all...]

Completed in 42 milliseconds

1 2 3