Lines Matching refs:I
97 static ::android::sp<I##INTERFACE> asInterface(const ::android::sp<::android::IBinder>& obj); \
99 I##INTERFACE(); \
100 virtual ~I##INTERFACE(); \
101 static bool setDefaultImpl(::android::sp<I##INTERFACE> impl); \
102 static const ::android::sp<I##INTERFACE>& getDefaultImpl(); \
105 static ::android::sp<I##INTERFACE> default_impl; \
161 const ::android::StaticString16 I##INTERFACE##_descriptor_static_str16( \
163 const ::android::String16 I##INTERFACE::descriptor(I##INTERFACE##_descriptor_static_str16); \
164 DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE0(I##INTERFACE, I##INTERFACE, Bp##INTERFACE)
171 const ::android::String16 PARENT::I##INTERFACE::descriptor(NAME); \
172 DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE0(PARENT::I##INTERFACE, I##INTERFACE, \