Home
last modified time | relevance | path

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

/system/bt/gd/btaa/linux_generic/
Dattribution_processor.cc131 std::vector<flatbuffers::Offset<DeviceActivityAggregationEntry>> aggregation_entry_offsets; in Dump() local
142 aggregation_entry_offsets.push_back(device_entry_builder.Finish()); in Dump()
144 auto aggregation_entries = fb_builder->CreateVector(aggregation_entry_offsets); in Dump()