Searched refs:WakeupDescriptor (Results 1 – 2 of 2) sorted by relevance
46 struct WakeupDescriptor { struct49 …WakeupDescriptor(Activity activity, const hci::Address address) : activity_(activity), address_(ad… in WakeupDescriptor() argument50 virtual ~WakeupDescriptor() {} in ~WakeupDescriptor() argument65 common::TimestampedCircularBuffer<WakeupDescriptor> wakeup_aggregator_ =66 common::TimestampedCircularBuffer<WakeupDescriptor>(kWakeupAggregatorSize);
48 … wakeup_aggregator_.Push(std::move(WakeupDescriptor(btaa_packet.activity, btaa_packet.address))); in OnBtaaPackets()115 …std::vector<common::TimestampedEntry<WakeupDescriptor>> wakeup_aggregator = wakeup_aggregator_.Pul… in Dump()