HomeSort by relevance Sort by last modified time
    Searched refs:HELPER_CLASS_NAME (Results 1 - 2 of 2) sorted by null

  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 35 #define HELPER_CLASS_NAME "com/sample/helper/NDKHelper" //Class name of helper function
440 ndk_helper::JNIHelper::Init( state->activity, HELPER_CLASS_NAME );
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 38 #define HELPER_CLASS_NAME "com/sample/helper/NDKHelper" //Class name of helper function
451 ndk_helper::JNIHelper::GetInstance()->Init( state->activity, HELPER_CLASS_NAME );

Completed in 440 milliseconds