/device/google/cuttlefish/common/libs/time/ |
D | monotonic_time.h | 28 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/ |
D | poller.cpp | 45 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/ |
D | poller.cpp | 44 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()
|
D | wifi_forwarder.cpp | 63 mDeadline = now + std::chrono::seconds(1); in init() 113 mDeadline += std::chrono::seconds(1); in onTimeout()
|
D | local_connection.cpp | 196 if (now - mLastCacheTimeUpdate > std::chrono::seconds(1)) { in onTimeout() 204 if (now - mLastCacheExpiration > std::chrono::seconds(10)) { in onTimeout()
|
D | cache.h | 26 static constexpr auto kDefaultCacheTimeout = std::chrono::seconds(30);
|
/device/generic/goldfish/dhcp/client/ |
D | timer.cpp | 31 void Timer::expireSeconds(uint64_t seconds) { in expireSeconds() argument 32 mExpires = now() + seconds * 1000u; in expireSeconds()
|
D | timer.h | 30 void expireSeconds(uint64_t seconds);
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
D | xa_profiler.h | 100 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/ |
D | files.cpp | 111 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/ |
D | WCNSS_qcom_cfg.ini | 262 #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/ |
D | WCNSS_qcom_cfg.ini | 262 #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/ |
D | sms_service.cpp | 298 std::chrono::seconds(1), in HandleSendSMSPDU() 308 std::chrono::seconds(1), in HandleSendSMSPDU() 323 std::chrono::seconds(1), in HandleSendSMSPDU()
|
D | network_service.cpp | 253 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/ |
D | WCNSS_qcom_cfg.ini | 253 #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/ |
D | WCNSS_qcom_cfg.ini | 253 #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/ |
D | guest_device_config.cpp | 79 std::this_thread::sleep_for(std::chrono::seconds(kRetryDelaySeconds)); in Get()
|
/device/google/cuttlefish/host/commands/fetcher/ |
D | credential_source.cc | 56 + std::chrono::seconds(credential_json["expires_in"].asInt()); in RefreshCredential()
|
D | build_api.cc | 193 const std::chrono::seconds& retry_period) { in ArgumentToBuild() 225 while (retry_period != std::chrono::seconds::zero() && !StatusIsTerminal(status)) { in ArgumentToBuild()
|
D | build_api.h | 123 const std::chrono::seconds& retry_period);
|
/device/generic/goldfish/gnss/ |
D | data_sink.cpp | 63 warmedUpTime = std::chrono::steady_clock::now() + std::chrono::seconds(5); in start()
|
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/ |
D | Scene.h | 55 void setExposureDuration(float seconds);
|
/device/linaro/hikey/ |
D | init.common.rc | 106 # Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin
|
/device/generic/goldfish/camera/fake-pipeline2/ |
D | Scene.h | 59 void setExposureDuration(float seconds);
|
/device/google/cuttlefish/guest/hals/camera/ |
D | Exif.cpp | 246 float seconds = (minutes - (*result)[1]) * 60.0f; in convertGpsCoordinate() local 247 (*result)[2] = seconds; in convertGpsCoordinate()
|