Home
last modified time | relevance | path

Searched defs:getInterfaceDescriptor (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DIInterface.h146 inline const String16& BnInterface<INTERFACE>::getInterfaceDescriptor() const in getInterfaceDescriptor() function
/frameworks/base/core/java/android/os/
DIBinder.java182 public @Nullable String getInterfaceDescriptor() throws RemoteException; in getInterfaceDescriptor() method
DBinderProxy.java527 public native String getInterfaceDescriptor() throws RemoteException; in getInterfaceDescriptor() method in BinderProxy
DBinder.java588 public @Nullable String getInterfaceDescriptor() { in getInterfaceDescriptor() method in Binder
/frameworks/native/libs/binder/ndk/
Dibinder_internal.h109 const ::android::String16& getInterfaceDescriptor() const { return mInterfaceDescriptor; } in getInterfaceDescriptor() function
Dibinder.cpp117 const String16& ABBinder::getInterfaceDescriptor() const { in getInterfaceDescriptor() function in ABBinder
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBinderDeathDispatcherTest.java50 public String getInterfaceDescriptor() throws RemoteException { in getInterfaceDescriptor() method in BinderDeathDispatcherTest.MyTarget
/frameworks/native/libs/binder/
DBinder.cpp113 const String16& BBinder::getInterfaceDescriptor() const in getInterfaceDescriptor() function in android::BBinder
DBpBinder.cpp156 const String16& BpBinder::getInterfaceDescriptor() const in getInterfaceDescriptor() function in android::BpBinder
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp331 const String16& getInterfaceDescriptor() const override in getInterfaceDescriptor() function in JavaBBinder