Searched refs:mirrorOf (Results 1 – 2 of 2) sorted by relevance
2504 public static SurfaceControl mirrorSurface(SurfaceControl mirrorOf) { in mirrorSurface() argument2505 long nativeObj = nativeMirrorSurface(mirrorOf.mNativeObject); in mirrorSurface()
1645 SurfaceControl *mirrorOf = reinterpret_cast<SurfaceControl*>(mirrorOfObj); in nativeMirrorSurface() local1646 sp<SurfaceControl> surface = client->mirrorSurface(mirrorOf); in nativeMirrorSurface()