Searched defs:AIBinder_Class (Results 1 – 4 of 4) sorted by relevance
129 struct AIBinder_Class { struct140 const AIBinder_Class_onCreate onCreate = nullptr; argument141 const AIBinder_Class_onDestroy onDestroy = nullptr; argument142 const AIBinder_Class_onTransact onTransact = nullptr; argument145 AIBinder_onDump onDump = nullptr;146 AIBinder_handleShellCommand handleShellCommand = nullptr;153 const ::android::String16 mWideInterfaceDescriptor;
379 AIBinder_Class::AIBinder_Class(const char* interfaceDescriptor, AIBinder_Class_onCreate onCreate, in AIBinder_Class() function in AIBinder_Class
73 typedef struct AIBinder_Class AIBinder_Class; typedef
358 impl From<InterfaceClass> for *const sys::AIBinder_Class { implementation359 fn from(class: InterfaceClass) -> *const sys::AIBinder_Class { in from()