Searched refs:mDeathRcpt (Results 1 – 1 of 1) sorted by relevance
67 private BluetoothHidDeviceDeathRecipient mDeathRcpt; field in HidDevService101 mDeathRcpt = new BluetoothHidDeviceDeathRecipient(106 binder.linkToDeath(mDeathRcpt, 0);112 } else if (mDeathRcpt != null) {116 binder.unlinkToDeath(mDeathRcpt, 0);121 mDeathRcpt.cleanup();122 mDeathRcpt = null;