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

1 2 3

  /frameworks/base/native/android/
asset_manager.cpp 22 #include <androidfw/AssetDir.h>
38 AssetDir* mAssetDir;
42 AAssetDir(AssetDir* dir) : mAssetDir(dir), mCurFileIndex(0) { }
123 * AssetDir functionality
126 const char* AAssetDir_getNextFileName(AAssetDir* assetDir)
129 size_t index = assetDir->mCurFileIndex;
130 const size_t max = assetDir->mAssetDir->getFileCount();
135 while ((index < max) && (assetDir->mAssetDir->getFileType(index) != kFileTypeRegular)) {
142 assetDir->mCachedFileName = assetDir->mAssetDir->getFileName(index)
    [all...]
  /development/ndk/platforms/android-9/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /development/ndk/platforms/android-13/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /frameworks/native/include/android/
asset_manager.h 103 * The string returned here is owned by the AssetDir implementation and is not
107 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
112 void AAssetDir_rewind(AAssetDir* assetDir);
117 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/android/
asset_manager.h 67 * The string returned here is owned by the AssetDir implementation and is not
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
81 void AAssetDir_close(AAssetDir* assetDir);

Completed in 575 milliseconds

1 2 3