HomeSort by relevance Sort by last modified time
    Searched refs:_plat__ClockTimeElapsed (Results 1 - 3 of 3) sorted by null

  /external/tpm2/
Clock.c 63 // _plat__ClockTimeElapsed()
65 // Get the time elapsed from current to the last time the _plat__ClockTimeElapsed() is called. For the first
66 // _plat__ClockTimeElapsed() call after a power on event, this call report the elapsed time from power on to
70 _plat__ClockTimeElapsed(
Time.c 115 elapsed = _plat__ClockTimeElapsed();
  /external/tpm2/include/tpm2/
Platform.h 337 // _plat__ClockTimeElapsed()
339 // Get the time elapsed from current to the last time the _plat__ClockTimeElapsed() is called. For the first
340 // _plat__ClockTimeElapsed() call after a power on event, this call report the elapsed time from power on to
344 _plat__ClockTimeElapsed(void);

Completed in 417 milliseconds