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/generated/
Dflatbuffers_types_generated.h668 const flatbuffers::Vector<uint8_t> *channel_scan_count() const { in channel_scan_count() function
686 verifier.VerifyVector(channel_scan_count()) && in Verify()
719 …void add_channel_scan_count(flatbuffers::Offset<flatbuffers::Vector<uint8_t>> channel_scan_count) { in add_channel_scan_count()
720 fbb_.AddOffset(ScanStats::VT_CHANNEL_SCAN_COUNT, channel_scan_count); in add_channel_scan_count()
748 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> channel_scan_count = 0,
754 builder_.add_channel_scan_count(channel_scan_count);
772 const std::vector<uint8_t> *channel_scan_count = nullptr,
775 …auto channel_scan_count__ = channel_scan_count ? _fbb.CreateVector<uint8_t>(*channel_scan_count) :…
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()