Home
last modified time | relevance | path

Searched refs:ICInterface (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_interface_utils.h92 class ICInterface : public SharedRefBase {
94 ICInterface() {} in ICInterface() function
95 virtual ~ICInterface() {} in ~ICInterface()
120 static inline std::shared_ptr<ICInterface> asInterface(AIBinder* binder);
131 std::shared_ptr<ICInterface> interface;
133 static inline std::shared_ptr<ICInterface> getInterface(AIBinder* binder);
190 binder_status_t ICInterface::dump(int /*fd*/, const char** /*args*/, uint32_t /*numArgs*/) { in dump()
194 std::shared_ptr<ICInterface> ICInterface::asInterface(AIBinder* binder) { in asInterface()
198 AIBinder_Class* ICInterface::defineClass(const char* interfaceDescriptor, in defineClass()
212 std::shared_ptr<ICInterface> ICInterface::ICInterfaceData::getInterface(AIBinder* binder) { in getInterface()
[all …]