Searched refs:bInterface (Results 1 – 2 of 2) sorted by relevance
65 void onBinderDeath(BinderInterface<T> bInterface); in onBinderDeath() argument96 if (bInterface != null) { in addBinder()101 binder.linkToDeath(bInterface, 0); in addBinder()105 mBinders.put(binder, bInterface); in addBinder()117 if (bInterface == null) { in removeBinder()120 binder.unlinkToDeath(bInterface, 0); in removeBinder()142 binder.linkToDeath(bInterface, 0); in addBinderInterface()146 mBinders.put(binder, bInterface); in addBinderInterface()176 binder.unlinkToDeath(bInterface, 0); in clear()184 mEventHandler.onBinderDeath(bInterface); in handleBinderDeath()[all …]
78 mAllBinderEventHandler = bInterface -> { /* nothing to do.*/ };287 BinderInterfaceContainer.BinderInterface<IAppFocusOwnershipCallback> bInterface) { in onBinderDeath() argument288 OwnershipClientInfo info = (OwnershipClientInfo) bInterface; in onBinderDeath()291 abandonAppFocus(bInterface.binderInterface, appType); in onBinderDeath()