Home
last modified time | relevance | path

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

/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dflatbuffers_types_generated.h636 const flatbuffers::Vector<uint8_t> *channel_scan_count() const { in channel_scan_count() function
662 verifier.Verify(channel_scan_count()) && in Verify()
704 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> channel_scan_count) { in add_channel_scan_count()
705 fbb_.AddOffset(ScanStats::VT_CHANNEL_SCAN_COUNT, channel_scan_count); in add_channel_scan_count()
735 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> channel_scan_count = 0,
743 builder_.add_channel_scan_count(channel_scan_count);
759 const std::vector<uint8_t> *channel_scan_count = nullptr,
767 channel_scan_count ? _fbb.CreateVector<uint8_t>(*channel_scan_count) : 0,
Dflatbuffers_types.fbs113 channel_scan_count:[ubyte];
/system/chre/apps/wifi_offload/
Dscan_stats.cc61 const auto &histo = fbs_stats.channel_scan_count(); in Deserialize()