Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/ndk/include_platform/android/
H A 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);
/aosp12/frameworks/native/libs/binder/ndk/
H A Dibinder_internal.h125 AIBinder_handleShellCommand handleShellCommand = nullptr;
H A Dibinder.cpp353 AIBinder_handleShellCommand handleShellCommand) { in AIBinder_Class_setHandleShellCommand()