Searched refs:pself (Results 1 – 3 of 3) sorted by relevance
50 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; \
36 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);
63 struct stats_istats** pself) { in stats_istats_get_service() argument64 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() argument99 assert(pself); in stats_vendor_atom_create_parcel()110 *pself = &container->cparcel; in stats_vendor_atom_create_parcel()