Home
last modified time | relevance | path

Searched refs:pself (Results 1 – 3 of 3) sorted by relevance

/trusty/kernel/lib/shared/ibinder/include/lib/shared/ibinder/
Dmacros.h50 void iface##_release(struct iface** pself) { \
51 assert(pself != nullptr); \
52 assert(*pself != nullptr); \
54 containerof(*pself, struct iface##_container, cbinder); \
61 *pself = nullptr; \
65 void parcel_struct##_release(struct parcel_struct** pself) { \
66 assert(pself != nullptr); \
67 assert(*pself != nullptr); \
68 auto container = containerof(*pself, struct parcel_struct##_container, \
77 *pself = nullptr; \
/trusty/user/base/lib/stats/include/lib/stats/
Dstats.h36 void stats_istats_release(struct stats_istats** pself);
40 struct stats_istats** pself);
48 void stats_vendor_atom_release(struct stats_vendor_atom** pself);
51 struct stats_vendor_atom** pself);
/trusty/user/base/lib/stats/
Dstats.cpp63 struct stats_istats** pself) { in stats_istats_get_service() argument
64 assert(pself); in stats_istats_get_service()
80 *pself = &container->cbinder; in stats_istats_get_service()
98 int stats_vendor_atom_create_parcel(struct stats_vendor_atom** pself) { in stats_vendor_atom_create_parcel() argument
99 assert(pself); in stats_vendor_atom_create_parcel()
110 *pself = &container->cparcel; in stats_vendor_atom_create_parcel()