/external/webrtc/webrtc/libjingle/xmpp/ |
presenceouttask.cc | 130 struct tm* current_time = gmtime(¤t_time_seconds); local 132 strftime(output, arraysize(output), "%Y%m%dT%H:%M:%S", current_time);
|
/tools/test/connectivity/acts/tests/google/ble/power/ |
GattPowerTest.py | 126 current_time = get_current_human_time() 127 self.per_ad.take_bug_report(self.current_test_name, current_time)
|
/external/autotest/server/hosts/ |
abstract_ssh.py | 661 current_time = int(time.time()) 662 end_time = current_time + timeout 665 while not timeout or current_time < end_time: 666 if self.is_up(timeout=end_time - current_time, 679 current_time = int(time.time()) 718 current_time = int(time.time()) 719 end_time = current_time + timeout 722 warn_time = current_time + warning_timer 731 # completes within current_time, this is needed because if we used 742 while current_time < end_time [all...] |
/external/vulkan-validation-layers/demos/smoke/ |
ShellAndroid.cpp | 221 double current_time = timer.get(); local 239 add_game_time(static_cast<float>(t - current_time)); 243 current_time = t;
|
/external/webrtc/webrtc/system_wrappers/source/ |
clock.cc | 127 void GetTime(FILETIME* current_time) const { 153 current_time->dwHighDateTime = filetime_ref_as_ul.HighPart; 154 current_time->dwLowDateTime = filetime_ref_as_ul.LowPart;
|
/frameworks/native/libs/vr/libvrflinger/ |
vsync_service.cpp | 155 int64_t current_time = GetSystemClockNs(); local 164 next_warp = current_time; 175 if (current_time > next_warp) {
|
/external/fio/engines/ |
windowsaio.c | 245 DWORD current_time; local 247 current_time = GetTickCount(); 249 if ((end_count > start_count) && current_time >= end_count) 251 else if (current_time < start_count && current_time > end_count)
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
data_builder.c | 1403 inv_time_t current_time = 0; local [all...] |
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
data_builder.c | 1176 inv_time_t current_time = 0; local [all...] |
/system/security/keystore/ |
keymaster_enforcement.cpp | 46 bool UpdateKeyAccessTime(km_id_t keyid, uint32_t current_time, uint32_t timeout); 555 bool AccessTimeMap::UpdateKeyAccessTime(km_id_t keyid, uint32_t current_time, uint32_t timeout) { 558 iter->access_time = current_time; 563 assert(current_time >= iter->access_time); 564 if (current_time - iter->access_time >= iter->timeout) 574 new_entry.access_time = current_time;
|
auth_token_table.cpp | 211 AuthTokenTable::Entry::Entry(HardwareAuthToken&& token, time_t current_time) 212 : token_(std::move(token)), time_received_(current_time), last_use_(current_time),
|
auth_token_table.h | 99 Entry(HardwareAuthToken&& token, time_t current_time);
|
/device/generic/car/emulator/audio/driver/ |
audio_hw.c | 340 struct timespec current_time; local 342 get_current_output_position(out, ¤t_position, ¤t_time); 343 const uint64_t now_us = (current_time.tv_sec * 1000000000LL + 344 current_time.tv_nsec) / 1000; 347 out->underrun_time = current_time; 824 struct timespec current_time; local 826 get_current_input_position(in, ¤t_position, ¤t_time); 829 in->standby_exit_time = current_time; 908 struct timespec current_time; local 909 get_current_input_position(in, frames, ¤t_time); [all...] |
/external/libchrome/base/synchronization/ |
waitable_event_posix.cc | 196 const TimeTicks current_time(TimeTicks::Now()); 198 if (sw.fired() || (finite_time && current_time >= end_time)) { 222 const TimeDelta max_wait(end_time - current_time);
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
presentation.c | 177 VdpTime *current_time) 181 if (!current_time) 189 *current_time = pq->device->vscreen->get_timestamp(pq->device->vscreen,
|
/external/webrtc/webrtc/modules/audio_device/android/ |
opensles_player.cc | 436 const uint32_t current_time = rtc::Time(); local 437 const uint32_t diff = current_time - last_play_time_; 441 last_play_time_ = current_time;
|
/external/mesa3d/src/vulkan/wsi/ |
wsi_common_x11.c | 620 uint64_t current_time; local 624 current_time = tv.tv_nsec + tv.tv_sec*1000000000ull; 625 return current_time; 630 uint64_t current_time = wsi_get_current_time(); local 632 timeout = MIN2(UINT64_MAX - current_time, timeout); 634 return current_time + timeout; 681 uint64_t current_time = wsi_get_current_time(); 682 if (atimeout > current_time) 683 timeout = atimeout - current_time; [all...] |
/external/autotest/server/cros/ |
goofy_client.py | 185 current_time = time.time() 189 if time.time() - current_time > timeout_secs:
|
/external/libusb/libusb/ |
io.c | 1207 struct timespec current_time; local [all...] |
/external/tensorflow/tensorflow/core/util/ |
events_writer_test.cc | 77 double current_time = env()->NowMicros() / 1000000.0; local 78 EXPECT_LT(fabs(actual.wall_time() - current_time), 5);
|
/device/generic/goldfish/audio/ |
audio_hw.c | 515 struct timespec current_time; local 517 get_current_output_position(out, ¤t_position, ¤t_time); 518 const uint64_t now_us = (current_time.tv_sec * 1000000000LL + 519 current_time.tv_nsec) / 1000; 522 out->underrun_time = current_time; 1038 struct timespec current_time; local 1124 struct timespec current_time; local [all...] |
/external/drrickorang/LoopbackApp/app/src/main/jni/ |
sles.h | 48 struct timespec current_time; member in struct:__anon19005
|
sles.cpp | 347 stats->current_time = {0,0}; 361 clock_gettime(CLOCK_MONOTONIC, &(stats->current_time)); 364 timeStamps->startTime = stats->current_time; 372 int64_t callbackDuration = diffInNano(stats->previous_time, stats->current_time); 378 int64_t timeStamp = diffInNano(timeStamps->startTime, stats->current_time); 383 stats->previous_time = stats->current_time; [all...] |
/external/autotest/server/ |
crashcollect.py | 263 current_time = time.strftime("%b %d %H:%M:%S", time.localtime()) 269 hours_to_wait, host.hostname, current_time)
|
/external/ltp/testcases/kernel/ipc/pipeio/ |
pipeio.c | 619 time_t start_time, current_time, diff_time; local 701 current_time = time(0); 702 diff_time = current_time - start_time;
|