Home
last modified time | relevance | path

Searched refs:IVehicleDeathRecipient (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DVehicleStub.java308 public abstract void linkToDeath(IVehicleDeathRecipient recipient) throws IllegalStateException; in linkToDeath()
315 public abstract void unlinkToDeath(IVehicleDeathRecipient recipient); in unlinkToDeath()
DIVehicleDeathRecipient.java23 public interface IVehicleDeathRecipient interface
DHidlVehicleStub.java126 public void linkToDeath(IVehicleDeathRecipient recipient) throws IllegalStateException { in linkToDeath()
140 public void unlinkToDeath(IVehicleDeathRecipient recipient) { in unlinkToDeath()
DCarServiceImpl.java125 private static class VehicleDeathRecipient implements IVehicleDeathRecipient {
DAidlVehicleStub.java240 public void linkToDeath(IVehicleDeathRecipient recipient) throws IllegalStateException { in linkToDeath()
254 public void unlinkToDeath(IVehicleDeathRecipient recipient) { in unlinkToDeath()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DHidlVehicleStubUnitTest.java122 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testLinkToDeathHidl()
131 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testUnlinkToDeathHidl()
140 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testUnlinkToDeathRemoteException()
DAidlVehicleStubUnitTest.java169 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testLinkToDeathAidl()
178 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testLinkToDeathRemoteException()
186 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testUnlinkToDeathAidl()
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java45 import com.android.car.IVehicleDeathRecipient;
288 public void linkToDeath(IVehicleDeathRecipient recipient) throws IllegalStateException { in linkToDeath()
298 public void unlinkToDeath(IVehicleDeathRecipient recipient) { in unlinkToDeath()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java57 import com.android.car.IVehicleDeathRecipient;
1677 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testLinkToDeath()
1688 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testUnLinkToDeath()