Home
last modified time | relevance | path

Searched refs:jobject (Results 1 – 6 of 6) sorted by relevance

/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/
Dnative_choreo_activity.cpp143 …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()
Dsurface_flinger_test_activity.cpp46 …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/
Dagq.cpp51 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()
Dagq.h39 void startLoop(jobject context);
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dsample_activity.cpp23 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/
Dalloc_stress_activity.cpp36 Java_com_android_game_qualification_allocstress_MainActivity_cmain(JNIEnv* , jobject /* this */) in Java_com_android_game_qualification_allocstress_MainActivity_cmain() argument