Searched refs:jobject (Results 1 – 6 of 6) sorted by relevance
/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/ |
D | native_choreo_activity.cpp | 143 …oid_game_qualification_tests_ChoreoTestActivity_runTheTest(JNIEnv* env, jobject, jobject surface) { in Java_com_android_game_qualification_tests_ChoreoTestActivity_runTheTest() argument 170 Java_com_android_game_qualification_tests_ChoreoTestActivity_stopTheTest(JNIEnv*, jobject) { in Java_com_android_game_qualification_tests_ChoreoTestActivity_stopTheTest() argument 176 Java_com_android_game_qualification_tests_ChoreoTestActivity_startTheTest(JNIEnv*, jobject) { in Java_com_android_game_qualification_tests_ChoreoTestActivity_startTheTest() argument 181 JNIEXPORT jobject JNICALL 182 Java_com_android_game_qualification_tests_ChoreoTestActivity_getFrameIntervals(JNIEnv* env, jobject… in Java_com_android_game_qualification_tests_ChoreoTestActivity_getFrameIntervals() argument 190 jobject list = env->NewObject(arrayListClass, arrayListConstructor); in Java_com_android_game_qualification_tests_ChoreoTestActivity_getFrameIntervals() 196 jobject javaInterval = env->CallStaticObjectMethod(longClass, longValueOf, interval); in Java_com_android_game_qualification_tests_ChoreoTestActivity_getFrameIntervals()
|
D | surface_flinger_test_activity.cpp | 46 …qualification_tests_SurfaceFlingerTestActivity_initDisplay(JNIEnv* env, jobject, jobject surface) { in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_initDisplay() argument 72 Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame(JNIEnv*, jobject) { in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame() argument 119 …om_android_game_qualification_tests_SurfaceFlingerTestActivity_getFrameData(JNIEnv* env, jobject) { in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_getFrameData() argument
|
/tools/test/graphicsbenchmark/benchmark_libs/ |
D | agq.cpp | 51 static jobject createIntent() { in createIntent() 57 jobject intent = env->NewObject(intentClass, constructor, env->NewStringUTF(INTENT_START)); in createIntent() 81 void startLoop(jobject context); 86 void GameQualification::Impl::startLoop(jobject context) { in startLoop() 112 void GameQualification::startLoop(jobject context) { in startLoop()
|
D | agq.h | 39 void startLoop(jobject context);
|
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
D | sample_activity.cpp | 23 Java_com_android_game_qualification_example_SampleActivity_broadcastIntent(JNIEnv*, jobject instanc… in Java_com_android_game_qualification_example_SampleActivity_broadcastIntent()
|
/tools/test/graphicsbenchmark/apps/alloc_stress_app/src/cpp/ |
D | alloc_stress_activity.cpp | 36 Java_com_android_game_qualification_allocstress_MainActivity_cmain(JNIEnv* , jobject /* this */) in Java_com_android_game_qualification_allocstress_MainActivity_cmain() argument
|