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);
790 private BluetoothHealthDeathRecipient mRcpObj; field in class:HealthService.AppInfo
795 mRcpObj = null;
801 if(mRcpObj != null){
804 binder.unlinkToDeath(mRcpObj,0);
808 mRcpObj.cleanup();
809 mRcpObj = null;
813 else if(mRcpObj != null){
814 mRcpObj
[all...]

Completed in 9 milliseconds