Searched defs:AIBinder_Class (Results 1 – 4 of 4) sorted by relevance
113 struct AIBinder_Class { struct124 const AIBinder_Class_onCreate onCreate = nullptr; argument125 const AIBinder_Class_onDestroy onDestroy = nullptr; argument126 const AIBinder_Class_onTransact onTransact = nullptr; argument129 AIBinder_onDump onDump = nullptr;130 AIBinder_handleShellCommand handleShellCommand = nullptr;137 const ::android::String16 mWideInterfaceDescriptor;
348 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
350 impl From<InterfaceClass> for *const sys::AIBinder_Class { implementation351 fn from(class: InterfaceClass) -> *const sys::AIBinder_Class { in from()