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.cc55 timestamp_chre_ms_ = fbs_record.timestamp_chre_ms(); in Deserialize()
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/generated/
Dflatbuffers_types_generated.h594 uint32_t timestamp_chre_ms() const { in timestamp_chre_ms() function
612 void add_timestamp_chre_ms(uint32_t timestamp_chre_ms) { in add_timestamp_chre_ms()
613 fbb_.AddElement<uint32_t>(RpcLogRecord::VT_TIMESTAMP_CHRE_MS, timestamp_chre_ms, 0); in add_timestamp_chre_ms()
630 uint32_t timestamp_chre_ms = 0) {
632 builder_.add_timestamp_chre_ms(timestamp_chre_ms);
Dflatbuffers_types.fbs98 timestamp_chre_ms:uint; // See chreGetTime()