Searched refs:surfaceControlObj (Results 1 – 2 of 2) sorted by relevance
111 jobject hostInputTransferTokenObj, jlong surfaceControlObj, in nativeCreateInputReceiver() argument115 ASurfaceControl* aSurfaceControl = reinterpret_cast<ASurfaceControl*>(surfaceControlObj); in nativeCreateInputReceiver()
235 jlong SurfaceControl_fromJava(JNIEnv* env, jclass, jobject surfaceControlObj) { in SurfaceControl_fromJava() argument236 return reinterpret_cast<jlong>(ASurfaceControl_fromJava(env, surfaceControlObj)); in SurfaceControl_fromJava()