Home
last modified time | relevance | path

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

/system/bt/gd/btaa/linux_generic/
Dattribution_processor.cc133 DeviceActivityAggregationEntryBuilder device_entry_builder(*fb_builder); in Dump() local
134 device_entry_builder.add_address(fb_builder->CreateString(it.first.address.ToString())); in Dump()
135device_entry_builder.add_activity(fb_builder->CreateString((ActivityToString(it.first.activity)))); in Dump()
136 device_entry_builder.add_wakeup_count(it.second.wakeup_count); in Dump()
137 device_entry_builder.add_byte_count(it.second.byte_count); in Dump()
138 device_entry_builder.add_wakelock_duration_ms(it.second.wakelock_duration_ms); in Dump()
139 device_entry_builder.add_creation_time(fb_builder->CreateString( in Dump()
142 aggregation_entry_offsets.push_back(device_entry_builder.Finish()); in Dump()