Searched refs:hostToken (Results 1 – 4 of 4) sorted by relevance
/cts/tests/surfacecontrol/src/android/view/cts/util/aidl/ |
D | IAttachEmbeddedWindow.aidl | 27 …SurfacePackage attachEmbedded(IBinder hostToken, int width, int height, int displayId, long delayM… in attachEmbedded() argument 30 String attachEmbeddedSurfaceControl(in SurfaceControl sc, in InputTransferToken hostToken, in attachEmbeddedSurfaceControl() argument 37 in InputTransferToken hostToken, int width, int height, boolean transferTouchToHost, in attachEmbeddedASurfaceControl() argument
|
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | RenderService.java | 55 IBinder hostToken = b.getBinder(EXTRAS_HOST_TOKEN); in onBind() local 59 SurfaceControlViewHost surfaceControlViewHost = getSurfaceControlViewHost(hostToken, in onBind() 65 private SurfaceControlViewHost getSurfaceControlViewHost(IBinder hostToken, int hostDisplayId) { in getSurfaceControlViewHost() argument 68 new SurfaceControlViewHost(displayContext, displayContext.getDisplay(), hostToken); in getSurfaceControlViewHost()
|
/cts/tests/surfacecontrol/src/android/view/cts/util/ |
D | EmbeddedSCVHService.java | 125 public SurfaceControlViewHost.SurfacePackage attachEmbedded(IBinder hostToken, int width, in attachEmbedded() argument 132 mVr = new SurfaceControlViewHost(context, display, hostToken); in attachEmbedded() 189 InputTransferToken hostToken, int width, int height, boolean transferTouchToHost, in attachEmbeddedSurfaceControl() argument 205 hostToken, mSurfaceControl, Choreographer.getInstance(), in attachEmbeddedSurfaceControl() 210 hostToken); in attachEmbeddedSurfaceControl() 256 InputTransferToken hostToken, int width, int height, boolean transferTouchToHost, in attachEmbeddedASurfaceControl() argument 272 hostToken, mNativeSurfaceControl, new InputReceiver() { in attachEmbeddedASurfaceControl() 278 hostToken); in attachEmbeddedASurfaceControl()
|
D | ASurfaceControlInputReceiverTestUtils.java | 42 public static native long nCreateInputReceiver(boolean batched, InputTransferToken hostToken, in nCreateInputReceiver() argument
|