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.h202 typedef binder_status_t (*AIBinder_onDump)(AIBinder* binder, int fd, const char** args, typedef
215 void AIBinder_Class_setOnDump(AIBinder_Class* clazz, AIBinder_onDump onDump) __INTRODUCED_IN(29);
/frameworks/native/libs/binder/ndk/
Dibinder.cpp133 AIBinder_onDump onDump = getClass()->onDump; in dump()
311 void AIBinder_Class_setOnDump(AIBinder_Class* clazz, AIBinder_onDump onDump) { in AIBinder_Class_setOnDump()
447 AIBinder_onDump onDump = binder->getClass()->onDump; in AIBinder_dump()
Dibinder_internal.h118 AIBinder_onDump onDump;