Searched defs: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() 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/ |
D | RenderService.java | 55 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/ |
D | EmbeddedSCVHService.java | 125 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()
|
D | ASurfaceControlInputReceiverTestUtils.java | 42 public static native long nCreateInputReceiver(boolean batched, InputTransferToken hostToken, in nCreateInputReceiver()
|