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

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

Completed in 106 milliseconds