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

  /external/autotest/client/site_tests/power_FlashVideoSuspend/
power_FlashVideoSuspend.py 35 def get_current_time(): function in function:power_FlashVideoSuspend.check_video_is_playing
39 old_time = get_current_time()
41 condition=lambda: get_current_time() > old_time,
  /external/autotest/client/site_tests/power_VideoSuspend/
power_VideoSuspend.py 34 def get_current_time(): function in function:power_VideoSuspend.check_video_is_playing
37 old_time = get_current_time()
39 condition=lambda: get_current_time() > old_time,
  /external/autotest/client/site_tests/desktopui_AudioFeedback/
desktopui_AudioFeedback.py 41 def get_current_time(): function in function:desktopui_AudioFeedback.play_video
44 old_time = get_current_time()
46 condition=lambda: get_current_time() > old_time,
  /system/security/keystore/
keystore_keymaster_enforcement.h 32 uint32_t get_current_time() const override {
  /external/autotest/client/site_tests/audio_SeekAudioFeedback/
audio_SeekAudioFeedback.py 92 def get_current_time(): function in function:audio_SeekAudioFeedback.play_media
100 old_time = get_current_time()
102 condition=lambda: get_current_time() > old_time,
  /external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
desktopui_MediaAudioFeedback.py 92 def get_current_time(): function in function:desktopui_MediaAudioFeedback.play_media
96 old_time = get_current_time()
98 condition=lambda: get_current_time() > old_time,
  /external/boringssl/src/ssl/
d1_lib.c 85 static void get_current_time(const SSL *ssl, struct timeval *out_clock);
168 get_current_time(ssl, &ssl->d1->next_timeout);
188 get_current_time(ssl, &timenow);
294 static void get_current_time(const SSL *ssl, struct timeval *out_clock) { function
  /system/keymaster/include/keymaster/
keymaster_enforcement.h 138 virtual uint32_t get_current_time() const = 0;
  /external/autotest/client/site_tests/video_YouTubePage/
video_YouTubePage.py 108 def get_current_time(self): member in class:video_YouTubePage
191 if self.get_current_time() <= 0.0:
  /external/netperf/src/
net_uuid.c 238 static void get_current_time(uuid_time_t *timestamp) function
318 get_current_time(&timestamp);
  /system/keymaster/
keymaster_enforcement.cpp 362 if (!access_time_map_->UpdateKeyAccessTime(keyid, get_current_time(), min_ops_timeout)) {
418 return min_time_between <= static_cast<int64_t>(get_current_time()) - last_access_time;
keymaster_enforcement_test.cpp 43 uint32_t get_current_time() const override { return current_time_; }
    [all...]
android_keymaster_test.cpp 77 virtual uint32_t get_current_time() const { return 0; } function in class:keymaster::test::TestKeymasterEnforcement
    [all...]

Completed in 312 milliseconds