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

1 2 3 4

  /development/ndk/platforms/android-9/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 * Close the asset, freeing all associated resources.
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
111 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 44 * Open the named directory within the asset hierarchy. The directory can then
53 * Open an asset.
60 * Iterate over the files in an asset directory. A NULL string is returned
86 int AAsset_read(AAsset* asset, void* buf, size_t count);
89 * Seek to the specified offset within the asset data. 'whence' uses the
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
97 * Close the asset, freeing all associated resources.
99 void AAsset_close(AAsset* asset);
106 const void* AAsset_getBuffer(AAsset* asset);
109 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 44 * Open the named directory within the asset hierarchy. The directory can then
53 * Open an asset.
60 * Iterate over the files in an asset directory. A NULL string is returned
86 int AAsset_read(AAsset* asset, void* buf, size_t count);
89 * Seek to the specified offset within the asset data. 'whence' uses the
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
97 * Close the asset, freeing all associated resources.
99 void AAsset_close(AAsset* asset);
106 const void* AAsset_getBuffer(AAsset* asset);
109 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 44 * Open the named directory within the asset hierarchy. The directory can then
53 * Open an asset.
60 * Iterate over the files in an asset directory. A NULL string is returned
86 int AAsset_read(AAsset* asset, void* buf, size_t count);
89 * Seek to the specified offset within the asset data. 'whence' uses the
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
97 * Close the asset, freeing all associated resources.
99 void AAsset_close(AAsset* asset);
106 const void* AAsset_getBuffer(AAsset* asset);
109 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
asset_manager.h 44 * Open the named directory within the asset hierarchy. The directory can then
53 * Open an asset.
60 * Iterate over the files in an asset directory. A NULL string is returned
86 int AAsset_read(AAsset* asset, void* buf, size_t count);
89 * Seek to the specified offset within the asset data. 'whence' uses the
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
97 * Close the asset, freeing all associated resources.
99 void AAsset_close(AAsset* asset);
106 const void* AAsset_getBuffer(AAsset* asset);
109 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
asset_manager.h 44 * Open the named directory within the asset hierarchy. The directory can then
53 * Open an asset.
60 * Iterate over the files in an asset directory. A NULL string is returned
86 int AAsset_read(AAsset* asset, void* buf, size_t count);
89 * Seek to the specified offset within the asset data. 'whence' uses the
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
97 * Close the asset, freeing all associated resources.
99 void AAsset_close(AAsset* asset);
106 const void* AAsset_getBuffer(AAsset* asset);
109 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 44 * Open the named directory within the asset hierarchy. The directory can then
53 * Open an asset.
60 * Iterate over the files in an asset directory. A NULL string is returned
86 int AAsset_read(AAsset* asset, void* buf, size_t count);
89 * Seek to the specified offset within the asset data. 'whence' uses the
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
97 * Close the asset, freeing all associated resources.
99 void AAsset_close(AAsset* asset);
106 const void* AAsset_getBuffer(AAsset* asset);
109 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 44 * Open the named directory within the asset hierarchy. The directory can then
53 * Open an asset.
60 * Iterate over the files in an asset directory. A NULL string is returned
86 int AAsset_read(AAsset* asset, void* buf, size_t count);
89 * Seek to the specified offset within the asset data. 'whence' uses the
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
97 * Close the asset, freeing all associated resources.
99 void AAsset_close(AAsset* asset);
106 const void* AAsset_getBuffer(AAsset* asset);
109 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 * Close the asset, freeing all associated resources.
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
111 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 * Close the asset, freeing all associated resources.
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
111 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 * Close the asset, freeing all associated resources.
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
111 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 * Close the asset, freeing all associated resources.
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
111 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 * Close the asset, freeing all associated resources.
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
111 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 * Close the asset, freeing all associated resources.
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
111 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 * Close the asset, freeing all associated resources.
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
111 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 * Close the asset, freeing all associated resources.
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
111 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 * Close the asset, freeing all associated resources.
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
111 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 * Close the asset, freeing all associated resources.
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
111 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 * Close the asset, freeing all associated resources.
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
111 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 * Close the asset, freeing all associated resources.
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
111 * Report the total size of the asset data
    [all...]
  /development/ndk/platforms/android-13/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 * Seek to the specified offset within the asset data. 'whence' uses the
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 * Close the asset, freeing all associated resources.
112 void AAsset_close(AAsset* asset);
    [all...]
  /frameworks/native/include/android/
asset_manager.h 44 * Open the named directory within the asset hierarchy. The directory can then
53 * Open an asset.
60 * Iterate over the files in an asset directory. A NULL string is returned
86 int AAsset_read(AAsset* asset, void* buf, size_t count);
89 * Seek to the specified offset within the asset data. 'whence' uses the
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
97 * Seek to the specified offset within the asset data. 'whence' uses the
105 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
108 * Close the asset, freeing all associated resources.
110 void AAsset_close(AAsset* asset);
    [all...]
  /prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 * Seek to the specified offset within the asset data. 'whence' uses the
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 * Close the asset, freeing all associated resources.
112 void AAsset_close(AAsset* asset);
    [all...]
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 * Seek to the specified offset within the asset data. 'whence' uses the
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 * Close the asset, freeing all associated resources.
112 void AAsset_close(AAsset* asset);
    [all...]
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 * Seek to the specified offset within the asset data. 'whence' uses the
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 * Close the asset, freeing all associated resources.
112 void AAsset_close(AAsset* asset);
    [all...]

Completed in 760 milliseconds

1 2 3 4