Home
last modified time | relevance | path

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

/trusty/user/base/lib/stats/
Dstats.cpp40 auto parcel = stats_vendor_atom_to_VendorAtom(self); \
43 if (parcel->values.size() < atom_value_index + 1) { \
44 parcel->values.resize(atom_value_index + 1); \
46 parcel->values[atom_value_index] = std::move(atom_value); \
87 auto parcel = stats_vendor_atom_to_VendorAtom(vendor_atom); in stats_istats_report_vendor_atom() local
88 auto rc = iface->reportVendorAtom(*parcel); in stats_istats_report_vendor_atom()
100 auto parcel = new (std::nothrow) VendorAtom(); in stats_vendor_atom_create_parcel() local
101 if (parcel == nullptr) { in stats_vendor_atom_create_parcel()
105 stats_vendor_atom_container{parcel, stats_vendor_atom{}, {1}}; in stats_vendor_atom_create_parcel()
107 delete parcel; in stats_vendor_atom_create_parcel()
[all …]
/trusty/kernel/lib/shared/ibinder/include/lib/shared/ibinder/
Dmacros.h31 parcel_type* parcel; \
74 delete container->parcel; \
91 return container->parcel; \
100 #define IBINDER_DEFINE_PARCELABLE(parcel_type, parcel) \ argument
101 static inline parcel parcel##_builder(); \
102 IBINDER_DEFINE_PARCELABLE_CONTAINER(parcel_type, parcel); \
103 IBINDER_DEFINE_ADD_REF_PARCELABLE(parcel); \
104 IBINDER_DEFINE_RELEASE_PARCELABLE(parcel); \
105 IBINDER_DEFINE_GET_CPP_PARCELABLE(parcel_type, parcel)
/trusty/kernel/lib/ubsan/
Dexemptlist82 src:frameworks/native/libs/binder/ndk/parcel.cpp