Home
last modified time | relevance | path

Searched refs:assetMgr (Results 1 – 18 of 18) sorted by relevance

/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/samples/drumthumper/src/main/java/com/plausibleaudio/drumthumper/
H A DDrumPlayer.kt68 fun loadWavAssets(assetMgr: AssetManager): Boolean { in loadWavAssets()
70 …allAssetsCorrect = loadWavAsset(assetMgr, "KickDrum.wav", BASSDRUM, PAN_BASSDRUM) && allAssetsCorr… in loadWavAssets()
71 …allAssetsCorrect = loadWavAsset(assetMgr, "SnareDrum.wav", SNAREDRUM, PAN_SNAREDRUM) && allAssetsC… in loadWavAssets()
72 …allAssetsCorrect = loadWavAsset(assetMgr, "CrashCymbal.wav", CRASHCYMBAL, PAN_CRASHCYMBAL) && allA… in loadWavAssets()
73 …allAssetsCorrect = loadWavAsset(assetMgr, "RideCymbal.wav", RIDECYMBAL, PAN_RIDECYMBAL) && allAsse… in loadWavAssets()
74 … allAssetsCorrect = loadWavAsset(assetMgr, "MidTom.wav", MIDTOM, PAN_MIDTOM) && allAssetsCorrect in loadWavAssets()
75 … allAssetsCorrect = loadWavAsset(assetMgr, "LowTom.wav", LOWTOM, PAN_LOWTOM) && allAssetsCorrect in loadWavAssets()
76 …allAssetsCorrect = loadWavAsset(assetMgr, "HiHat_Open.wav", HIHATOPEN, PAN_HIHATOPEN) && allAssets… in loadWavAssets()
77 …allAssetsCorrect = loadWavAsset(assetMgr, "HiHat_Closed.wav", HIHATCLOSED, PAN_HIHATCLOSED) && all… in loadWavAssets()
86 …private fun loadWavAsset(assetMgr: AssetManager, assetName: String, index: Int, pan: Float) : Bool… in loadWavAsset()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/platform/android/
H A DtcuAndroidAssets.cpp31 AssetArchive::AssetArchive (AAssetManager* assetMgr) in AssetArchive() argument
32 : m_assetMgr(assetMgr) in AssetArchive()
45 AssetResource::AssetResource (AAssetManager* assetMgr, const char* name) in AssetResource() argument
49 m_asset = AAssetManager_open(assetMgr, name, AASSET_MODE_RANDOM); in AssetResource()
H A DtcuAndroidAssets.hpp39 AssetArchive (AAssetManager* assetMgr);
51 AssetResource (AAssetManager* assetMgr, const char* name);
/dports/emulators/mess/mame-mame0226/android-project/app/src/main/java/org/mamedev/mame/
H A DMAME.java27 AssetManager assetMgr = this.getAssets(); in copyAssetAll() local
31 assets = assetMgr.list(srcPath); in copyAssetAll()
48 AssetManager assetMgr = this.getAssets(); in copyFile() local
53 is = assetMgr.open(srcFile); in copyFile()
/dports/emulators/mame/mame-mame0226/android-project/app/src/main/java/org/mamedev/mame/
H A DMAME.java27 AssetManager assetMgr = this.getAssets(); in copyAssetAll() local
31 assets = assetMgr.list(srcPath); in copyAssetAll()
48 AssetManager assetMgr = this.getAssets(); in copyFile() local
53 is = assetMgr.open(srcFile); in copyFile()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/Android/JNI/
H A DMainActivity.java53 private AssetManager assetMgr = null; field in MainActivity
94 if(assetMgr == null) { in sysInit()
95 assetMgr = getResources().getAssets(); in sysInit()
98 OgreActivityJNI.create(assetMgr); in sysInit()
H A DOgreActivityJNI.cpp124 AAssetManager* assetMgr = AAssetManager_fromJava(env, assetManager); in Java_org_ogre3d_android_OgreActivityJNI_create() local
125 if (assetMgr) in Java_org_ogre3d_android_OgreActivityJNI_create()
127 ArchiveManager::getSingleton().addArchiveFactory( new APKFileSystemArchiveFactory(assetMgr) ); in Java_org_ogre3d_android_OgreActivityJNI_create()
128 ArchiveManager::getSingleton().addArchiveFactory( new APKZipArchiveFactory(assetMgr) ); in Java_org_ogre3d_android_OgreActivityJNI_create()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/Android/
H A DOgreAPKFileSystemArchive.h44 APKFileSystemArchive(const String& name, const String& archType, AAssetManager* assetMgr);
86 APKFileSystemArchiveFactory(AAssetManager* assetMgr) : mAssetMgr(assetMgr) {} in APKFileSystemArchiveFactory() argument
H A DOgreAPKZipArchive.h43 APKZipArchiveFactory(AAssetManager* assetMgr) : mAssetMgr(assetMgr) {} in APKZipArchiveFactory() argument
/dports/graphics/ogre3d/ogre-1.11.6/Samples/AndroidJNI/
H A DBasicSample.java53 private AssetManager assetMgr = null; field in BasicSample
96 if(assetMgr == null) { in sysInit()
97 assetMgr = getResources().getAssets(); in sysInit()
111 ogreApp.initAppForAndroid(assetMgr, lastSurface); in sysInit()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreFileSystem.h75 APKFileSystemArchiveFactory(AAssetManager* assetMgr) : mAssetMgr(assetMgr) {} in APKFileSystemArchiveFactory() argument
H A DOgreZip.h105 APKZipArchiveFactory(AAssetManager* assetMgr) : mAssetMgr(assetMgr) {} in APKZipArchiveFactory() argument
/dports/graphics/ogre3d/ogre-1.11.6/Components/Bites/include/
H A DOgreBites.i42 AAssetManager* assetMgr = AAssetManager_fromJava(OgreJNIGetEnv(), assetManager); in initAppForAndroid() local
44 $self->initAppForAndroid(assetMgr, nativeWnd); in initAppForAndroid()
H A DOgreApplicationContext.h117 void initAppForAndroid(AAssetManager* assetMgr, ANativeWindow* window);
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/Android/
H A DOgreAPKFileSystemArchive.cpp14 APKFileSystemArchive(const String& name, const String& archType, AAssetManager* assetMgr);
72 …mArchive::APKFileSystemArchive(const String& name, const String& archType, AAssetManager* assetMgr) in APKFileSystemArchive() argument
73 :Archive(name, archType), mAssetMgr(assetMgr) in APKFileSystemArchive()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/Android/
H A DOgreAPKFileSystemArchive.cpp8 …mArchive::APKFileSystemArchive(const String& name, const String& archType, AAssetManager* assetMgr) in APKFileSystemArchive() argument
9 :Archive(name, archType), mAssetMgr(assetMgr) in APKFileSystemArchive()
/dports/graphics/ogre3d/ogre-1.11.6/Components/Bites/src/
H A DOgreApplicationContext.cpp406 void ApplicationContext::initAppForAndroid(AAssetManager* assetMgr, ANativeWindow* window) in initAppForAndroid() argument
409 AConfiguration_fromAssetManager(mAConfig, assetMgr); in initAppForAndroid()
410 mAAssetMgr = assetMgr; in initAppForAndroid()
/dports/misc/openhmd/OpenHMD-0.3.0/src/drv_android/
H A Dandroid.c28 AAssetManager* assetMgr; member