Searched refs:linkToDeath (Results 1 - 13 of 13) sorted by relevance

/packages/services/Car/service/src/com/android/car/
H A DBinderInterfaceContainer.java69 binder.linkToDeath(bInterface, 0);
100 binder.linkToDeath(bInterface, 0);
H A DCarHvacService.java115 listenerBinder.linkToDeath(deathRecipient, 0);
H A DCarRadioService.java121 listenerBinder.linkToDeath(deathRecipient, 0);
H A DCarSensorService.java318 listener.asBinder().linkToDeath(sensorClient, 0);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DContextMap.java102 void linkToDeath(IBinder.DeathRecipient deathRecipient) { method in class:ContextMap.App
105 binder.linkToDeath(deathRecipient, 0);
H A DGattService.java694 app.linkToDeath(new ClientDeathRecipient(clientIf));
1657 app.linkToDeath(new ServerDeathRecipient(serverIf));
/packages/services/Car/libvehiclenetwork/native/
H A DVehicleNetwork.cpp173 IInterface::asBinder(mService)->linkToDeath(this);
300 IInterface::asBinder(mService)->linkToDeath(this);
/packages/services/Car/service/src/com/android/car/cluster/
H A DCarNavigationService.java131 listener.asBinder().linkToDeath(eventListener, 0);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DVideoProviderProxy.java108 mConectionServiceVideoProvider.asBinder().linkToDeath(mDeathRecipient, 0);
/packages/services/Car/vehicle_network_service/
H A DVehicleNetworkService.cpp748 ibinder->linkToDeath(this);
828 ibinder->linkToDeath(mHalMockDeathHandler);
/packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
H A DBluetoothMapService.java797 callbacks.asBinder().linkToDeath(new BinderDeath(), 0);
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java178 binder.linkToDeath(appInfo.mRcpObj,0);
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java1010 binder.linkToDeath(mReaderModeDeathRecipient, 0);

Completed in 2148 milliseconds