Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/jni/
Dandroid_window_cts_ASurfaceControlInputReceiverTest.cpp111 jobject hostInputTransferTokenObj, jlong surfaceControlObj, in nativeCreateInputReceiver() argument
115 ASurfaceControl* aSurfaceControl = reinterpret_cast<ASurfaceControl*>(surfaceControlObj); in nativeCreateInputReceiver()
Dandroid_view_cts_ASurfaceControlTest.cpp235 jlong SurfaceControl_fromJava(JNIEnv* env, jclass, jobject surfaceControlObj) { in SurfaceControl_fromJava() argument
236 return reinterpret_cast<jlong>(ASurfaceControl_fromJava(env, surfaceControlObj)); in SurfaceControl_fromJava()