Home
last modified time | relevance | path

Searched refs:AIBinder_Class (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_ibinder.h74 struct AIBinder_Class;
75 typedef struct AIBinder_Class AIBinder_Class; typedef
185 __attribute__((warn_unused_result)) AIBinder_Class* AIBinder_Class_define(
215 void AIBinder_Class_setOnDump(AIBinder_Class* clazz, AIBinder_onDump onDump) __INTRODUCED_IN(29);
241 __attribute__((warn_unused_result)) AIBinder* AIBinder_new(const AIBinder_Class* clazz, void* args)
420 bool AIBinder_associateClass(AIBinder* binder, const AIBinder_Class* clazz) __INTRODUCED_IN(29);
432 const AIBinder_Class* AIBinder_getClass(AIBinder* binder) __INTRODUCED_IN(29);
/frameworks/native/libs/binder/ndk/
Dibinder_internal.h39 explicit AIBinder(const AIBinder_Class* clazz);
42 bool associateClass(const AIBinder_Class* clazz);
43 const AIBinder_Class* getClass() const { return mClazz; } in getClass()
58 const AIBinder_Class* mClazz;
76 ABBinder(const AIBinder_Class* clazz, void* userData);
79 friend AIBinder* AIBinder_new(const AIBinder_Class*, void*);
106 struct AIBinder_Class { struct
107 AIBinder_Class(const char* interfaceDescriptor, AIBinder_Class_onCreate onCreate,
Dibinder.cpp72 AIBinder::AIBinder(const AIBinder_Class* clazz) : mClazz(clazz) {} in AIBinder()
75 bool AIBinder::associateClass(const AIBinder_Class* clazz) { in associateClass()
120 ABBinder::ABBinder(const AIBinder_Class* clazz, void* userData) in ABBinder()
291 AIBinder_Class::AIBinder_Class(const char* interfaceDescriptor, AIBinder_Class_onCreate onCreate, in AIBinder_Class() function in AIBinder_Class
299 AIBinder_Class* AIBinder_Class_define(const char* interfaceDescriptor, in AIBinder_Class_define()
308 return new AIBinder_Class(interfaceDescriptor, onCreate, onDestroy, onTransact); in AIBinder_Class_define()
311 void AIBinder_Class_setOnDump(AIBinder_Class* clazz, AIBinder_onDump onDump) { in AIBinder_Class_setOnDump()
318 void AIBinder_Class_setHandleShellCommand(AIBinder_Class* clazz, in AIBinder_Class_setHandleShellCommand()
401 AIBinder* AIBinder_new(const AIBinder_Class* clazz, void* args) { in AIBinder_new()
518 bool AIBinder_associateClass(AIBinder* binder, const AIBinder_Class* clazz) { in AIBinder_associateClass()
[all …]
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_interface_utils.h144 static inline AIBinder_Class* defineClass(const char* interfaceDescriptor,
229 AIBinder_Class* ICInterface::defineClass(const char* interfaceDescriptor, in defineClass()
231 AIBinder_Class* clazz = AIBinder_Class_define(interfaceDescriptor, ICInterfaceData::onCreate, in defineClass()
/frameworks/native/libs/binder/ndk/include_platform/android/
Dbinder_shell.h52 AIBinder_Class* clazz, AIBinder_handleShellCommand handleShellCommand) __INTRODUCED_IN(30);
/frameworks/native/libs/binder/ndk/tests/include/iface/
Diface.h31 static AIBinder_Class* kClass;
/frameworks/native/libs/binder/ndk/tests/
Diface.cpp72 AIBinder_Class* IFoo::kClass = AIBinder_Class_define(kIFooDescriptor, IFoo_Class_onCreate,
/frameworks/native/libs/binder/tests/
DbinderStabilityTest.cpp243 static AIBinder_Class* kNdkBadStableBinder =