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.java175 … appInfo.mRcpObj = new BluetoothHealthDeathRecipient(HealthService.this,appConfig); in handleMessage()
178 binder.linkToDeath(appInfo.mRcpObj,0); in handleMessage()
810 private BluetoothHealthDeathRecipient mRcpObj; field in HealthService.AppInfo
815 mRcpObj = null; in AppInfo()
821 if(mRcpObj != null){ in cleanup()
824 binder.unlinkToDeath(mRcpObj,0); in cleanup()
828 mRcpObj.cleanup(); in cleanup()
829 mRcpObj = null; in cleanup()
833 else if(mRcpObj != null){ in cleanup()
834 mRcpObj.cleanup(); in cleanup()
[all …]