Searched refs:iface (Results 1 – 2 of 2) sorted by relevance
22 #define IBINDER_DEFINE_IFACE_CONTAINER(aidl_iface, iface) \ argument23 struct iface##_container { \25 struct iface cbinder; \36 #define IBINDER_DEFINE_ADD_REF_IFACE(iface) \ argument37 void iface##_add_ref(struct iface* self) { \38 auto container = containerof(self, struct iface##_container, cbinder); \49 #define IBINDER_DEFINE_RELEASE_IFACE(iface) \ argument50 void iface##_release(struct iface** pself) { \54 containerof(*pself, struct iface##_container, cbinder); \80 #define IBINDER_DEFINE_GET_CPP_IFACE(aidl, iface) \ argument[all …]
86 auto iface = stats_istats_to_IStats(self); in stats_istats_report_vendor_atom() local88 auto rc = iface->reportVendorAtom(*parcel); in stats_istats_report_vendor_atom()