Searched refs:assetManager (Results 1 – 7 of 7) sorted by relevance
34 AAssetManager* AAssetManager_fromJava(JNIEnv* env, jobject assetManager);
100 AAssetManager* assetManager; member
44 static AssetManager assetManager; field in NativeAudio57 assetManager = getAssets(); in onCreate()119 created = createAssetAudioPlayer(assetManager, "background.mp3"); in onCreate()292 public static native boolean createAssetAudioPlayer(AssetManager assetManager, String filename); in createAssetAudioPlayer() argument
153 AAssetManager* assetManager = activity_->assetManager; in ReadFile() local154 AAsset* assetFile = AAssetManager_open( assetManager, fileName, AASSET_MODE_BUFFER ); in ReadFile()
134 android_app->activity->assetManager); in android_app_pre_exec_cmd()211 AConfiguration_fromAssetManager(android_app->config, android_app->activity->assetManager); in android_app_entry()
568 jobject assetManager, jstring filename) in Java_com_example_nativeaudio_NativeAudio_createAssetAudioPlayer() argument577 AAssetManager* mgr = AAssetManager_fromJava(env, assetManager); in Java_com_example_nativeaudio_NativeAudio_createAssetAudioPlayer()