Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java172 … appInfo.mRcpObj = new BluetoothHealthDeathRecipient(HealthService.this,appConfig); in handleMessage()
175 binder.linkToDeath(appInfo.mRcpObj,0); in handleMessage()
812 private BluetoothHealthDeathRecipient mRcpObj; field in HealthService.AppInfo
817 mRcpObj = null; in AppInfo()
823 if(mRcpObj != null){ in cleanup()
826 binder.unlinkToDeath(mRcpObj,0); in cleanup()
830 mRcpObj.cleanup(); in cleanup()
831 mRcpObj = null; in cleanup()
835 else if(mRcpObj != null){ in cleanup()
836 mRcpObj.cleanup(); in cleanup()
[all …]