Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_platform/android/
Dbinder_shell.h38 typedef binder_status_t (*AIBinder_handleShellCommand)(AIBinder* binder, int in, int out, int err, typedef
52 AIBinder_Class* clazz, AIBinder_handleShellCommand handleShellCommand) __INTRODUCED_IN(30);
/frameworks/native/libs/binder/ndk/
Dibinder_internal.h119 AIBinder_handleShellCommand handleShellCommand;
Dibinder.cpp312 AIBinder_handleShellCommand handleShellCommand) { in AIBinder_Class_setHandleShellCommand()