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

/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/base/core/java/android/os/storage/
H A DIMountShutdownObserver.java90 public java.lang.String getInterfaceDescriptor() { method in class:IMountShutdownObserver.Stub.Proxy
H A DIObbActionListener.java95 public String getInterfaceDescriptor() { method in class:IObbActionListener.Stub.Proxy
H A DIMountServiceListener.java138 public String getInterfaceDescriptor() { method in class:IMountServiceListener.Stub.Proxy
H A DIMountService.java48 public String getInterfaceDescriptor() { method in class:IMountService.Stub.Proxy
/frameworks/base/core/java/android/os/
H A DIBinder.java163 public String getInterfaceDescriptor() throws RemoteException; method in interface:IBinder
H A DBinder.java226 public String getInterfaceDescriptor() { method in class:Binder
285 reply.writeString(getInterfaceDescriptor());
506 public native String getInterfaceDescriptor() throws RemoteException; method in class:BinderProxy
/frameworks/native/libs/binder/
H A DBinder.cpp88 const String16& BBinder::getInterfaceDescriptor() const function in class:android::BBinder
93 ALOGW("reached BBinder::getInterfaceDescriptor (this=%p)", this);
209 reply->writeString16(getInterfaceDescriptor());
H A DBpBinder.cpp106 const String16& BpBinder::getInterfaceDescriptor() const function in class:android::BpBinder

Completed in 173 milliseconds