Searched refs:surfaceObject (Results 1 – 4 of 4) sorted by relevance
49 static jlong nativeCreateScoped(JNIEnv* env, jclass clazz, jlong surfaceObject) { in nativeCreateScoped() argument50 Surface *parent = reinterpret_cast<Surface*>(surfaceObject); in nativeCreateScoped()
808 jlong surfaceObject, jlong frameNumber) { in nativeDeferTransactionUntilSurface() argument812 sp<Surface> barrier = reinterpret_cast<Surface *>(surfaceObject); in nativeDeferTransactionUntilSurface()
148 long surfaceObject, long frame); in nativeDeferTransactionUntilSurface() argument
8825 surfaceObject := GetSurface(surface)8826 assert(surfaceObject.instance == instance)