Searched refs:AIBinder_Class_getDescriptor (Results 1 – 5 of 5) sorted by relevance
134 AIBinder_Class_getDescriptor;
359 const char* AIBinder_Class_getDescriptor(const AIBinder_Class* clazz) { in AIBinder_Class_getDescriptor() function
659 const char* AIBinder_Class_getDescriptor(const AIBinder_Class* clazz) __INTRODUCED_IN(31);
248 let raw_descriptor: *const c_char = sys::AIBinder_Class_getDescriptor(self.0); in get_descriptor()
667 ASSERT_STREQ(IFoo::kIFooDescriptor, AIBinder_Class_getDescriptor(IFoo::kClass)); in TEST()