Home
last modified time | relevance | path

Searched defs:hostToken (Results 1 – 4 of 4) sorted by relevance

/cts/tests/surfacecontrol/src/android/view/cts/util/aidl/
DIAttachEmbeddedWindow.aidl27 …SurfacePackage attachEmbedded(IBinder hostToken, int width, int height, int displayId, long delayM… in attachEmbedded()
30 String attachEmbeddedSurfaceControl(in SurfaceControl sc, in InputTransferToken hostToken, in attachEmbeddedSurfaceControl()
37 in InputTransferToken hostToken, int width, int height, boolean transferTouchToHost, in attachEmbeddedASurfaceControl()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DRenderService.java55 IBinder hostToken = b.getBinder(EXTRAS_HOST_TOKEN); in onBind() local
65 private SurfaceControlViewHost getSurfaceControlViewHost(IBinder hostToken, int hostDisplayId) { in getSurfaceControlViewHost()
/cts/tests/surfacecontrol/src/android/view/cts/util/
DEmbeddedSCVHService.java125 public SurfaceControlViewHost.SurfacePackage attachEmbedded(IBinder hostToken, int width, in attachEmbedded()
189 InputTransferToken hostToken, int width, int height, boolean transferTouchToHost, in attachEmbeddedSurfaceControl()
256 InputTransferToken hostToken, int width, int height, boolean transferTouchToHost, in attachEmbeddedASurfaceControl()
DASurfaceControlInputReceiverTestUtils.java42 public static native long nCreateInputReceiver(boolean batched, InputTransferToken hostToken, in nCreateInputReceiver()