Searched defs:getInterfaceDescriptor (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/include/binder/
H A DIInterface.h54 virtual const String16& getInterfaceDescriptor() const;
77 virtual const String16& getInterfaceDescriptor() const; \
84 const String16& I##INTERFACE::getInterfaceDescriptor() const { \
120 inline const String16& BnInterface<INTERFACE>::getInterfaceDescriptor() const function in class:android::BnInterface
122 return INTERFACE::getInterfaceDescriptor();
/frameworks/base/core/java/android/os/
H A DIBinder.java123 public String getInterfaceDescriptor() throws RemoteException; method in interface:IBinder
H A DBinder.java151 public String getInterfaceDescriptor() { method in class:Binder
194 reply.writeString(getInterfaceDescriptor());
310 public native String getInterfaceDescriptor() throws RemoteException; method in class:BinderProxy
/frameworks/base/libs/binder/
H A DBinder.cpp87 const String16& BBinder::getInterfaceDescriptor() const function in class:android::BBinder
92 LOGW("reached BBinder::getInterfaceDescriptor (this=%p)", this);
190 reply->writeString16(getInterfaceDescriptor());
H A DBpBinder.cpp106 const String16& BpBinder::getInterfaceDescriptor() const function in class:android::BpBinder

Completed in 125 milliseconds