Searched defs:hostToken (Results 1 – 12 of 12) sorted by relevance
95 observer.onDestroy()?.let { hostToken -> in <lambda>() method143 val hostToken = renderer.hostToken in <lambda>() constant
104 val hostToken: IBinder? = bundle.getBinder(KEY_HOST_TOKEN) in <lambda>() constant
27 IBinder associateEmbeddedHierarchy(IBinder hostToken, int sourceId); in associateEmbeddedHierarchy()
24 …void attachEmbedded(IBinder hostToken, int width, int height, in IAttachEmbeddedWindowCallback cal… in attachEmbedded()
77 public void attachEmbedded(IBinder hostToken, int width, int height, in attachEmbedded()
121 IBinder hostToken = new Binder(); in doCreate() local
70 IBinder hostToken = SurfaceViewRequestUtils.getHostToken(bundle); in onReceive() local
336 @Nullable IBinder hostToken) { in SurfaceControlViewHost()355 @Nullable IBinder hostToken, @NonNull String callsite) { in SurfaceControlViewHost()
856 final IBinder hostToken = mA11yWindowManager.getHostTokenLocked(mMockEmbeddedToken); in getHostTokenLocked_hierarchiesAreAssociated_shouldReturnHostToken() local862 final IBinder hostToken = mA11yWindowManager.getHostTokenLocked(mMockEmbeddedToken); in getHostTokenLocked_hierarchiesAreNotAssociated_shouldReturnNull() local870 final IBinder hostToken = mA11yWindowManager.getHostTokenLocked(mMockEmbeddedToken); in getHostTokenLocked_embeddedHierarchiesAreDisassociated_shouldReturnNull() local878 final IBinder hostToken = mA11yWindowManager.getHostTokenLocked(mMockHostToken); in getHostTokenLocked_hostHierarchiesAreDisassociated_shouldReturnNull() local
212 IBinder hostToken = mView.getHostToken(); in onSurfaceReady() local
409 val hostToken: IBinder = mock() in <lambda>() constant
1503 final IBinder hostToken = getHostTokenLocked(token); in resolveTopParentTokenLocked() local