Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_FrameRateCtsActivity.cpp193 jlong surfaceControlCreate(JNIEnv* env, jclass, jobject jParentSurface, jstring jName, jint left, in surfaceControlCreate() argument
195 if (!jParentSurface || !jName) { in surfaceControlCreate()
198 ANativeWindowRAII parentWindow = ANativeWindow_fromSurface(env, jParentSurface); in surfaceControlCreate()