Searched refs:mirrorSurface (Results 1 – 10 of 10) sorted by relevance
88 status_t mirrorSurface(const sp<IBinder>& mirrorFromHandle, sp<IBinder>* outHandle) override { in mirrorSurface() function in android::BpSurfaceComposerClient89 return callRemote<decltype(&ISurfaceComposerClient::mirrorSurface)>(Tag::MIRROR_SURFACE, in mirrorSurface()119 return callLocal(data, reply, &ISurfaceComposerClient::mirrorSurface); in onTransact()
1669 sp<SurfaceControl> SurfaceComposerClient::mirrorSurface(SurfaceControl* mirrorFromSurface) { in mirrorSurface() function in android::SurfaceComposerClient1676 status_t err = mClient->mirrorSurface(mirrorFromHandle, &handle); in mirrorSurface()
66 sp<SurfaceControl> mirrorLayer = mClient->mirrorSurface(mChildLayer.get()); in TEST_F()158 sp<SurfaceControl> mirrorLayer = mClient->mirrorSurface(mChildLayer.get()); in TEST_F()
67 status_t mirrorSurface(const sp<IBinder>& mirrorFromHandle, sp<IBinder>* handle);
109 status_t Client::mirrorSurface(const sp<IBinder>& mirrorFromHandle, sp<IBinder>* outHandle) { in mirrorSurface() function in android::Client
82 virtual status_t mirrorSurface(const sp<IBinder>& mirrorFromHandle, sp<IBinder>* outHandle) = 0;
294 sp<SurfaceControl> mirrorSurface(SurfaceControl* mirrorFromSurface);
2225 public static SurfaceControl mirrorSurface(SurfaceControl mirrorOf) { in mirrorSurface() method in SurfaceControl
1459 sp<SurfaceControl> surface = client->mirrorSurface(mirrorOf); in nativeMirrorSurface()
8245 final SurfaceControl mirror = SurfaceControl.mirrorSurface(displaySc); in mirrorDisplay()