Home
last modified time | relevance | path

Searched refs:VendorAtomValue (Results 1 – 6 of 6) sorted by relevance

/trusty/user/base/lib/stats/
Dstats.cpp35 using android::frameworks::stats::VendorAtomValue;
41 VendorAtomValue atom_value; \
131 PARCEL_SET(VendorAtomValue::intValue, value); in stats_vendor_atom_set_int_value_at()
137 PARCEL_SET(VendorAtomValue::longValue, value); in stats_vendor_atom_set_long_value_at()
143 PARCEL_SET(VendorAtomValue::floatValue, value); in stats_vendor_atom_set_float_value_at()
150 PARCEL_SET(VendorAtomValue::stringValue, value, value_len); in stats_vendor_atom_set_string_value_at()
/trusty/user/app/sample/stats-test/consumer/
Dconsumer.cpp43 using android::frameworks::stats::VendorAtomValue;
247 VendorAtomValue::Tag tag = input_value.getTag(); in reportVendorAtom()
253 case VendorAtomValue::intValue: in reportVendorAtom()
254 atom_val.i = input_value.get<VendorAtomValue::intValue>(); in reportVendorAtom()
256 case VendorAtomValue::longValue: in reportVendorAtom()
257 atom_val.l = input_value.get<VendorAtomValue::longValue>(); in reportVendorAtom()
259 case VendorAtomValue::floatValue: in reportVendorAtom()
260 atom_val.f = input_value.get<VendorAtomValue::floatValue>(); in reportVendorAtom()
262 case VendorAtomValue::stringValue: { in reportVendorAtom()
264 input_value.get<VendorAtomValue::stringValue>()); in reportVendorAtom()
/trusty/user/base/interface/stats/nw/
Drules.mk31 $(AIDL_DIR)/$(MODULE_AIDL_PACKAGE)/VendorAtomValue.aidl \
/trusty/user/app/sample/stats-test/include/
Dconsumer_ctl.h42 VendorAtomValue::Tag tag;
/trusty/host/common/scripts/metrics_atoms_protoc_plugin/
Dmetrics_atoms_protoc_plugin.py165 class VendorAtomValue: class
241 values: List[VendorAtomValue]
298 VendorAtomValue(name=ff.name,
/trusty/user/app/sample/stats-test/relayer/
Drelayer.cpp45 using frameworks::stats::VendorAtomValue;