Searched defs:ScanRecord (Results 1 - 2 of 2) sorted by last modified time

/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
H A Dscan_record.h26 class ScanRecord { class in namespace:wifi_offload
30 using FbsType = fbs::ScanRecord;
32 ScanRecord();
33 ~ScanRecord() = default;
35 bool operator==(const ScanRecord &other) const;
37 flatbuffers::Offset<ScanRecord::FbsType> Serialize(
40 bool Deserialize(const ScanRecord::FbsType &fbs_record);
45 * may be combined together into a single ScanRecord by adding up values to
/system/chre/apps/wifi_offload/
H A Dscan_record.cc21 ScanRecord::ScanRecord() function in class:wifi_offload::ScanRecord
26 bool ScanRecord::operator==(const ScanRecord &other) const {
35 flatbuffers::Offset<ScanRecord::FbsType> ScanRecord::Serialize(
41 bool ScanRecord::Deserialize(const ScanRecord::FbsType &fbs_record) {

Completed in 75 milliseconds