Lines Matching refs:JNIHelper
21 #include "JNIHelper.h"
35 JNIHelper* JNIHelper::GetInstance()
37 static JNIHelper helper;
44 JNIHelper::JNIHelper()
52 JNIHelper::~JNIHelper()
70 void JNIHelper::Init( ANativeActivity* activity,
73 JNIHelper& helper = *GetInstance();
107 bool JNIHelper::ReadFile( const char* fileName,
112 LOGI( "JNIHelper has not been initialized.Call init() to initialize the helper" );
180 std::string JNIHelper::GetExternalFilesDir()
184 LOGI( "JNIHelper has not been initialized. Call init() to initialize the helper" );
208 uint32_t JNIHelper::LoadTexture( const char* file_name )
212 LOGI( "JNIHelper has not been initialized. Call init() to initialize the helper" );
251 std::string JNIHelper::ConvertString( const char* str,
256 LOGI( "JNIHelper has not been initialized. Call init() to initialize the helper" );
292 int32_t JNIHelper::GetNativeAudioBufferSize()
296 LOGI( "JNIHelper has not been initialized. Call init() to initialize the helper" );
314 int32_t JNIHelper::GetNativeAudioSampleRate()
318 LOGI( "JNIHelper has not been initialized. Call init() to initialize the helper" );
339 jclass JNIHelper::RetrieveClass( JNIEnv *jni,
356 jstring JNIHelper::GetExternalFilesDirJString( JNIEnv *env )
360 LOGI( "JNIHelper has not been initialized. Call init() to initialize the helper" );