Searched refs:fbs_record (Results 1 – 4 of 4) sorted by relevance
41 bool ScanRecord::Deserialize(const ScanRecord::FbsType &fbs_record) { in Deserialize() argument42 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()
38 bool RpcLogRecord::Deserialize(const RpcLogRecord::FbsType &fbs_record) { in Deserialize() argument39 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()
40 bool Deserialize(const ScanRecord::FbsType &fbs_record);
69 bool Deserialize(const RpcLogRecord::FbsType &fbs_record);