Searched defs:getInterfaceDescriptor (Results 1 - 10 of 10) 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 DIMountServiceListener.java103 public String getInterfaceDescriptor() { method in class:IMountServiceListener.Stub.Proxy
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 DIMountService.java47 public String getInterfaceDescriptor() { method in class:IMountService.Stub.Proxy
/frameworks/base/core/java/android/os/
H A DIBinder.java157 public String getInterfaceDescriptor() throws RemoteException; method in interface:IBinder
H A DBinder.java200 public String getInterfaceDescriptor() { method in class:Binder
259 reply.writeString(getInterfaceDescriptor());
441 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);
191 reply->writeString16(getInterfaceDescriptor());
H A DBpBinder.cpp106 const String16& BpBinder::getInterfaceDescriptor() const function in class:android::BpBinder
/frameworks/base/core/java/android/security/
H A DIKeystoreService.java44 public String getInterfaceDescriptor() { method in class:IKeystoreService.Stub.Proxy

Completed in 620 milliseconds