Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_ibinder.h205 typedef binder_status_t (*AIBinder_onDump)(AIBinder* binder, int fd, const char** args, typedef
219 void AIBinder_Class_setOnDump(AIBinder_Class* clazz, AIBinder_onDump onDump) __INTRODUCED_IN(29);
/frameworks/native/libs/binder/ndk/
Dibinder_internal.h145 AIBinder_onDump onDump = nullptr;
Dibinder.cpp178 AIBinder_onDump onDump = getClass()->onDump; in dump()
400 void AIBinder_Class_setOnDump(AIBinder_Class* clazz, AIBinder_onDump onDump) { in AIBinder_Class_setOnDump()
587 AIBinder_onDump onDump = binder->getClass()->onDump; in AIBinder_dump()