HomeSort by relevance Sort by last modified time
    Searched refs:linkToDeath (Results 1 - 25 of 331) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/os/
IHwBinder.java 71 public boolean linkToDeath(DeathRecipient recipient, long cookie);
HwRemoteBinder.java 45 public native boolean linkToDeath(DeathRecipient recipient, long cookie);
IBinder.java 81 * <li> The {@link #linkToDeath linkToDeath()} method can be used to register
269 * @see #linkToDeath
291 public void linkToDeath(@NonNull DeathRecipient recipient, int flags)
IncidentManager.java 93 mService.asBinder().linkToDeath(new IncidentdDeathRecipient(), 0);
  /frameworks/base/services/core/java/com/android/server/am/
AssistDataReceiverProxy.java 45 linkToDeath();
88 private void linkToDeath() {
90 mReceiver.asBinder().linkToDeath(this, 0);
  /system/libhidl/transport/base/1.0/
IBase.hal 87 linkToDeath(death_recipient recipient, uint64_t cookie) generates (bool success);
  /frameworks/native/libs/binder/include/binder/
ActivityManager.h 57 status_t linkToDeath(const sp<IBinder::DeathRecipient>& recipient);
Binder.h 42 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
  /hardware/qcom/display/msm8996/hdmi_cec/
QHDMIClient.cpp 61 binder->linkToDeath(client);
  /hardware/qcom/display/msm8998/hdmi_cec/
QHDMIClient.cpp 61 binder->linkToDeath(client);
  /frameworks/native/libs/binder/
ActivityManager.cpp 92 status_t ActivityManager::linkToDeath(const sp<IBinder::DeathRecipient>& recipient) {
95 return IInterface::asBinder(service)->linkToDeath(recipient);
  /hardware/nxp/nfc/1.1/
Nfc.cpp 46 mCallbackV1_1->linkToDeath(this, 0 /*cookie*/);
60 mCallbackV1_0->linkToDeath(this, 0 /*cookie*/);
  /packages/services/Car/service/src/com/android/car/
BinderInterfaceContainer.java 73 binder.linkToDeath(bInterface, 0);
104 binder.linkToDeath(bInterface, 0);
CarService.java 100 linkToDeath(mVehicle, mVehicleDeathRecipient);
202 linkToDeath(mVehicle, this);
209 private static void linkToDeath(IVehicle vehicle, DeathRecipient recipient) {
211 vehicle.linkToDeath(recipient, 0);
213 throw new IllegalStateException("Failed to linkToDeath Vehicle HAL");
  /frameworks/av/media/libaudiohal/4.0/
DevicesFactoryHalHidl.cpp 42 mDevicesFactory->linkToDeath(HalDeathHandler::getInstance(), 0 /*cookie*/);
  /hardware/qcom/gps/msm8909w_3100/android/
GnssMeasurement.cpp 75 mGnssMeasurementCbIface->linkToDeath(mGnssMeasurementDeathRecipient, 0 /*cookie*/);
GnssNi.cpp 58 mGnssNiCbIface->linkToDeath(mGnssNiDeathRecipient, 0 /*cookie*/);
  /hardware/qcom/gps/msm8998/android/
GnssMeasurement.cpp 75 mGnssMeasurementCbIface->linkToDeath(mGnssMeasurementDeathRecipient, 0 /*cookie*/);
GnssNi.cpp 58 mGnssNiCbIface->linkToDeath(mGnssNiDeathRecipient, 0 /*cookie*/);
  /system/libhwbinder/include/hwbinder/
Binder.h 39 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
IBinder.h 88 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
  /frameworks/base/telephony/java/android/telephony/mbms/vendor/
MbmsStreamingServiceBase.java 110 callback.asBinder().linkToDeath(new DeathRecipient() {
229 callback.asBinder().linkToDeath(new DeathRecipient() {
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
LocalOnlyHotspotRequestInfoTest.java 72 verify(mAppBinder).linkToDeath(eq(mLOHSRequestInfo), eq(0));
120 * Verify a RemoteException when calling linkToDeath triggers the callback.
125 .linkToDeath(any(IBinder.DeathRecipient.class), eq(0));
  /device/google/wahoo/wifi_offload/
Offload.cpp 52 cb->linkToDeath(death_handler_, cookie_);
  /frameworks/av/media/libaudiohal/2.0/
DevicesFactoryHalHidl.cpp 41 mDevicesFactory->linkToDeath(HalDeathHandler::getInstance(), 0 /*cookie*/);

Completed in 998 milliseconds

1 2 3 4 5 6 7 8 91011>>