Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 25 of 44) sorted by relevance

12

/device/google/cuttlefish/common/libs/time/
Dmonotonic_time.h28 TimeDifference(time_t seconds, long nanoseconds, int64_t scale) : in TimeDifference() argument
30 ts_.tv_sec = seconds; in TimeDifference()
94 time_t seconds() const { in seconds() function
165 rval.ts_.tv_sec += other.seconds();
202 ts_.tv_sec += other.seconds();
212 ts_.tv_sec -= other.seconds();
245 Seconds(int64_t seconds) : in Seconds() argument
246 TimeDifference(seconds, 0, kNanosecondsPerSecond) { } in Seconds()
/device/generic/goldfish/network/netmgr/
Dpoller.cpp45 auto seconds = duration_cast<std::chrono::seconds>(timeout); in calculateTimeout() local
47 auto nanos = duration_cast<std::chrono::nanoseconds>(timeout - seconds); in calculateTimeout()
49 ts->tv_sec = seconds.count(); in calculateTimeout()
/device/generic/goldfish/network/wifi_forwarder/
Dpoller.cpp44 auto seconds = duration_cast<std::chrono::seconds>(timeout); in calculateTimeout() local
46 auto nanos = duration_cast<std::chrono::nanoseconds>(timeout - seconds); in calculateTimeout()
48 ts->tv_sec = seconds.count(); in calculateTimeout()
Dwifi_forwarder.cpp63 mDeadline = now + std::chrono::seconds(1); in init()
113 mDeadline += std::chrono::seconds(1); in onTimeout()
Dlocal_connection.cpp196 if (now - mLastCacheTimeUpdate > std::chrono::seconds(1)) { in onTimeout()
204 if (now - mLastCacheExpiration > std::chrono::seconds(10)) { in onTimeout()
Dcache.h26 static constexpr auto kDefaultCacheTimeout = std::chrono::seconds(30);
/device/generic/goldfish/dhcp/client/
Dtimer.cpp31 void Timer::expireSeconds(uint64_t seconds) { in expireSeconds() argument
32 mExpires = now() + seconds * 1000u; in expireSeconds()
Dtimer.h30 void expireSeconds(uint64_t seconds);
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxa_profiler.h100 int seconds = (int)(total_seconds % 60); in xa_compute_mcps() local
105 p_prof->frame_count, (uint32_t)minutes, (uint32_t)seconds, (uint32_t)msec, in xa_compute_mcps()
109 p_prof->frame_count, gen_strm_pos, minutes, seconds, msec, in xa_compute_mcps()
/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp111 std::chrono::seconds seconds(st.st_mtim.tv_sec); in FileModificationTime() local
112 return std::chrono::system_clock::time_point(seconds); in FileModificationTime()
/device/google/taimen/
DWCNSS_qcom_cfg.ini262 #Timer value is in seconds
335 # Increase sleep duration (seconds) during IMPS
537 #Say gGoKeepAlivePeriod(5 seconds) and gGoLinkMonitorPeriod(10 seconds).
538 #For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 se…
542 #If doesn't honor for 5 seconds then DUT remove client.
544 #Active clients: DUT send Qos Null frame for 10th seconds onwards if it is not success still we try…
546 #Hence in any case DUT will detect client got removed in (10+5) seconds. i.e., (gGoKeepAlivePeriod …
589 #Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
670 #Timer value is in seconds
/device/google/muskie/
DWCNSS_qcom_cfg.ini262 #Timer value is in seconds
335 # Increase sleep duration (seconds) during IMPS
537 #Say gGoKeepAlivePeriod(5 seconds) and gGoLinkMonitorPeriod(10 seconds).
538 #For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 se…
542 #If doesn't honor for 5 seconds then DUT remove client.
544 #Active clients: DUT send Qos Null frame for 10th seconds onwards if it is not success still we try…
546 #Hence in any case DUT will detect client got removed in (10+5) seconds. i.e., (gGoKeepAlivePeriod …
589 #Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
/device/google/cuttlefish/host/commands/modem_simulator/
Dsms_service.cpp298 std::chrono::seconds(1), in HandleSendSMSPDU()
308 std::chrono::seconds(1), in HandleSendSMSPDU()
323 std::chrono::seconds(1), in HandleSendSMSPDU()
Dnetwork_service.cpp253 thread_looper_->PostWithDelay(std::chrono::seconds(1), in OnSimStatusChanged()
674 thread_looper_->PostWithDelay(std::chrono::seconds(1), in HandleSetNetworkSelectionMode()
989 thread_looper_->PostWithDelay(std::chrono::seconds(1), in HandleSetPreferredNetworkType()
1137 std::chrono::seconds(1), in HandleReceiveRemoteVoiceDataReg()
1165 std::chrono::seconds(1), in HandleReceiveRemoteCTEC()
/device/google/bonito/
DWCNSS_qcom_cfg.ini253 #Timer value is in seconds
320 # Increase sleep duration (seconds) during IMPS
517 #Say gGoKeepAlivePeriod(5 seconds) and gGoLinkMonitorPeriod(10 seconds).
518 #For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 se…
522 #If doesn't honor for 5 seconds then DUT remove client.
606 #Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
704 #Timer value is in seconds
/device/google/crosshatch/
DWCNSS_qcom_cfg.ini253 #Timer value is in seconds
320 # Increase sleep duration (seconds) during IMPS
517 #Say gGoKeepAlivePeriod(5 seconds) and gGoLinkMonitorPeriod(10 seconds).
518 #For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 se…
522 #If doesn't honor for 5 seconds then DUT remove client.
606 #Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
704 #Timer value is in seconds
/device/google/cuttlefish/common/libs/device_config/
Dguest_device_config.cpp79 std::this_thread::sleep_for(std::chrono::seconds(kRetryDelaySeconds)); in Get()
/device/google/cuttlefish/host/commands/fetcher/
Dcredential_source.cc56 + std::chrono::seconds(credential_json["expires_in"].asInt()); in RefreshCredential()
Dbuild_api.cc193 const std::chrono::seconds& retry_period) { in ArgumentToBuild()
225 while (retry_period != std::chrono::seconds::zero() && !StatusIsTerminal(status)) { in ArgumentToBuild()
Dbuild_api.h123 const std::chrono::seconds& retry_period);
/device/generic/goldfish/gnss/
Ddata_sink.cpp63 warmedUpTime = std::chrono::steady_clock::now() + std::chrono::seconds(5); in start()
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DScene.h55 void setExposureDuration(float seconds);
/device/linaro/hikey/
Dinit.common.rc106 # Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin
/device/generic/goldfish/camera/fake-pipeline2/
DScene.h59 void setExposureDuration(float seconds);
/device/google/cuttlefish/guest/hals/camera/
DExif.cpp246 float seconds = (minutes - (*result)[1]) * 60.0f; in convertGpsCoordinate() local
247 (*result)[2] = seconds; in convertGpsCoordinate()

12