Home
last modified time | relevance | path

Searched refs:iface (Results 1 – 2 of 2) sorted by relevance

/trusty/kernel/lib/shared/ibinder/include/lib/shared/ibinder/
Dmacros.h22 #define IBINDER_DEFINE_IFACE_CONTAINER(aidl_iface, iface) \ argument
23 struct iface##_container { \
25 struct iface cbinder; \
36 #define IBINDER_DEFINE_ADD_REF_IFACE(iface) \ argument
37 void iface##_add_ref(struct iface* self) { \
38 auto container = containerof(self, struct iface##_container, cbinder); \
49 #define IBINDER_DEFINE_RELEASE_IFACE(iface) \ argument
50 void iface##_release(struct iface** pself) { \
54 containerof(*pself, struct iface##_container, cbinder); \
80 #define IBINDER_DEFINE_GET_CPP_IFACE(aidl, iface) \ argument
[all …]
/trusty/user/base/lib/stats/
Dstats.cpp86 auto iface = stats_istats_to_IStats(self); in stats_istats_report_vendor_atom() local
88 auto rc = iface->reportVendorAtom(*parcel); in stats_istats_report_vendor_atom()