Home
last modified time | relevance | path

Searched refs:timestamp_us (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dprint_gfx_logs.py82 timestamp_us = int(timestamp / 10 - 11644473600000000)
83 if timestamp_us <= 0: timestamp_us = 0
84 return timestamp_us
99 timestamp_us = read_uint64(buf, pos)
102 timestamp_us = 0
107 return Command(timestamp_us, opcode, size, bytes(buf[pos:]))
128 timestamp_us = timestampToUnixUs(int(header.last_written_time))
130 timestamp_us = int(header.last_written_time)
165 return Stream(file_pos, timestamp_us, header.thread_id, header.capture_id, commands, None)
/hardware/google/aemu/host-common/
Dlogging.cpp92 int64_t timestamp_us, const char* format, ...) { in OutputLog() argument
97 if (timestamp_us == 0) { in OutputLog()
98 timestamp_us = std::chrono::duration_cast<std::chrono::microseconds>( in OutputLog()
102 std::time_t timestamp_s = timestamp_us / 1000000; in OutputLog()
113 int64_t microseconds = timestamp_us % 1000000; in OutputLog()
/hardware/google/aemu/host-common/include/host-common/
Dlogging.h37 int64_t timestamp_us, const char* format, ...);
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.h48 void handleEvent(uint64_t timestamp_us) override;
DExynosDeviceDrmInterface.cpp244 void ExynosDeviceDrmInterface::ExynosDrmEventHandler::handleEvent(uint64_t timestamp_us) { in handleEvent() argument
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmeventlistener.h41 virtual void handleEvent(uint64_t timestamp_us) = 0;