Home
last modified time | relevance | path

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

/system/chre/apps/wifi_offload/
Drpc_log_record.cc22 : record_type_(RpcLogRecordType::CMD_BASE), timestamp_chre_ms_(0) {} in RpcLogRecord()
29 timestamp_chre_ms_ == other.timestamp_chre_ms_; in operator ==()
35 timestamp_chre_ms_); in Serialize()
55 timestamp_chre_ms_ = fbs_record.timestamp_chre_ms(); in Deserialize()
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Drpc_log_record.h72 uint32_t timestamp_chre_ms_; // See chreGetTime() variable
/system/chre/apps/wifi_offload/test/
Dutility.cc90 init(record.timestamp_chre_ms_, rand_gen); in init()