Home
last modified time | relevance | path

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

/system/chre/apps/wifi_offload/
Dscan_record.cc41 bool ScanRecord::Deserialize(const ScanRecord::FbsType &fbs_record) { in Deserialize() argument
42 time_spent_scanning_ms_ = fbs_record.time_spent_scanning_ms(); in Deserialize()
43 num_channels_scanned_ = fbs_record.num_channels_scanned(); in Deserialize()
44 num_entries_aggregated_ = fbs_record.num_entries_aggregated(); in Deserialize()
Drpc_log_record.cc38 bool RpcLogRecord::Deserialize(const RpcLogRecord::FbsType &fbs_record) { in Deserialize() argument
39 uint8_t rec = fbs_record.record_type(); in Deserialize()
48 record_type_ = static_cast<RpcLogRecordType>(fbs_record.record_type()); in Deserialize()
55 timestamp_chre_ms_ = fbs_record.timestamp_chre_ms(); in Deserialize()
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dscan_record.h40 bool Deserialize(const ScanRecord::FbsType &fbs_record);
Drpc_log_record.h69 bool Deserialize(const RpcLogRecord::FbsType &fbs_record);