IBase::getReferenceInfo -> getDebugInfo

getDebugInfo is a more generalized name. Also, references
are not queryed from the server process, but rather only
pids and pointers to the server stub object is returned,
so that lshal can query from /d/binder/proc/{pid}.

Bug: 34777099
Bug: 34861460

Test: lshal
Test: NFC / light / audio with and without persistent.hal.binderized;
      run lshal to reflect this.

Change-Id: I3052fe67074c856eb2f56c3948ba078a00d04c52
diff --git a/Interface.h b/Interface.h
index 5b0d0cf..a063902 100644
--- a/Interface.h
+++ b/Interface.h
@@ -120,7 +120,7 @@
     bool fillLinkToDeathMethod(Method *method) const;
     bool fillUnlinkToDeathMethod(Method *method) const;
     bool fillSetHALInstrumentationMethod(Method *method) const;
-    bool fillGetReferenceInfoMethod(Method *method) const;
+    bool fillGetDebugInfoMethod(Method *method) const;
 
     DISALLOW_COPY_AND_ASSIGN(Interface);
 };