Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_interface_utils.h103 class ICInterface : public SharedRefBase {
105 ICInterface() {} in ICInterface() function
106 virtual ~ICInterface() {} in ~ICInterface()
139 static inline std::shared_ptr<ICInterface> asInterface(AIBinder* binder);
150 std::shared_ptr<ICInterface> interface;
152 static inline std::shared_ptr<ICInterface> getInterface(AIBinder* binder);
214 binder_status_t ICInterface::dump(int /*fd*/, const char** /*args*/, uint32_t /*numArgs*/) { in dump()
219 binder_status_t ICInterface::handleShellCommand(int /*in*/, int /*out*/, int /*err*/, in handleShellCommand()
225 std::shared_ptr<ICInterface> ICInterface::asInterface(AIBinder* binder) { in asInterface()
229 AIBinder_Class* ICInterface::defineClass(const char* interfaceDescriptor, in defineClass()
[all …]