Searched defs:getInterfaceDescriptor (Results 1 - 6 of 6) sorted by last modified time

/frameworks/native/include/binder/
H A DIInterface.h54 virtual const String16& getInterfaceDescriptor() const;
78 virtual const ::android::String16& getInterfaceDescriptor() const; \
86 I##INTERFACE::getInterfaceDescriptor() const { \
123 inline const String16& BnInterface<INTERFACE>::getInterfaceDescriptor() const function in class:android::BnInterface
125 return INTERFACE::getInterfaceDescriptor();
/frameworks/native/libs/binder/
H A DBinder.cpp109 const String16& BBinder::getInterfaceDescriptor() const function in class:android::BBinder
114 ALOGW("reached BBinder::getInterfaceDescriptor (this=%p)", this);
216 reply->writeString16(getInterfaceDescriptor());
H A DBpBinder.cpp156 const String16& BpBinder::getInterfaceDescriptor() const function in class:android::BpBinder
/frameworks/native/libs/binder/include/binder/
H A DIInterface.h54 virtual const String16& getInterfaceDescriptor() const;
78 virtual const ::android::String16& getInterfaceDescriptor() const; \
86 I##INTERFACE::getInterfaceDescriptor() const { \
123 inline const String16& BnInterface<INTERFACE>::getInterfaceDescriptor() const function in class:android::BnInterface
125 return INTERFACE::getInterfaceDescriptor();
/frameworks/base/core/java/android/os/
H A DBinder.java192 } else if (binder != null && binder.getInterfaceDescriptor() != null
193 && binder.queryLocalInterface(binder.getInterfaceDescriptor()) == null) {
430 public @Nullable String getInterfaceDescriptor() { method in class:Binder
504 reply.writeString(getInterfaceDescriptor());
973 key = bp.getInterfaceDescriptor();
1136 public native String getInterfaceDescriptor() throws RemoteException; method in class:BinderProxy
H A DIBinder.java180 public @Nullable String getInterfaceDescriptor() throws RemoteException; method in interface:IBinder

Completed in 98 milliseconds