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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java168 appInfo.mRcpObj = new BluetoothHealthDeathRecipient(HealthService.this,appConfig);
171 binder.linkToDeath(appInfo.mRcpObj,0);
779 private BluetoothHealthDeathRecipient mRcpObj; field in class:HealthService.AppInfo
784 mRcpObj = null;
790 if(mRcpObj != null){
793 binder.unlinkToDeath(mRcpObj,0);
797 mRcpObj.cleanup();
798 mRcpObj = null;
802 else if(mRcpObj != null){
803 mRcpObj
[all...]

Completed in 46 milliseconds