Searched refs:surfaceObject (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_SurfaceSession.cpp49 static jlong nativeCreateScoped(JNIEnv* env, jclass clazz, jlong surfaceObject) { argument
50 Surface *parent = reinterpret_cast<Surface*>(surfaceObject);
H A Dandroid_view_SurfaceControl.cpp713 jlong surfaceObject, jlong frameNumber) {
715 sp<Surface> barrier = reinterpret_cast<Surface *>(surfaceObject);
712 nativeDeferTransactionUntilSurface(JNIEnv* env, jclass clazz, jlong nativeObject, jlong surfaceObject, jlong frameNumber) argument
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java104 long surfaceObject, long frame);
103 nativeDeferTransactionUntilSurface(long nativeObject, long surfaceObject, long frame) argument

Completed in 32 milliseconds