Searched refs:jParentSurface (Results 1 – 1 of 1) sorted by relevance
193 jlong surfaceControlCreate(JNIEnv* env, jclass, jobject jParentSurface, jstring jName, jint left, in surfaceControlCreate() argument195 if (!jParentSurface || !jName) { in surfaceControlCreate()198 ANativeWindowRAII parentWindow = ANativeWindow_fromSurface(env, jParentSurface); in surfaceControlCreate()