Searched refs:time (Results 1 - 25 of 326) sorted by relevance

1234567891011>>

/system/core/bootstat/
H A Duptime_parser.h20 #include <time.h>
H A Duptime_parser.cpp19 #include <time.h>
/system/update_engine/common/
H A Dfake_clock.h24 // Implements a clock that can be made to tell any time you want.
41 void SetWallclockTime(const base::Time &time) { argument
42 wallclock_time_ = time;
45 void SetMonotonicTime(const base::Time &time) { argument
46 monotonic_time_ = time;
49 void SetBootTime(const base::Time &time) { argument
50 boot_time_ = time;
H A Dclock_interface.h22 #include <base/time/time.h>
34 // Gets the current time e.g. similar to base::Time::Now().
37 // Returns monotonic time since some unspecified starting point. It
39 // by NTP or the user changing the time.
44 // Returns monotonic time since some unspecified starting point. It
46 // by NTP or the user changing the time.
H A Dhardware_interface.h24 #include <base/time/time.h>
49 // the time-stamp of when OOBE happened is stored at |out_time_of_oobe|.
/system/update_engine/update_manager/
H A Dumtest_utils.cc19 #include <base/time/time.h>
H A Dtime_provider.h20 #include <base/time/time.h>
27 // Provider for time related information.
32 // Returns the current date. The time of day component will be zero.
35 // Returns the current hour (0 to 23) in local time. The type is int to keep
H A Dreal_system_provider.cc29 #include <base/time/time.h>
H A Dreal_time_provider.h22 #include <base/time/time.h>
H A Dshill_provider.h20 #include <base/time/time.h>
59 // A variable returning the time when network connection last changed.
60 // Initialized to current time.
/system/bt/osi/src/
H A Dtime.c21 #include <time.h>
23 #include "osi/include/time.h"
/system/core/metricsd/collectors/
H A Ddisk_usage_collector.h20 #include <base/time/time.h>
H A Dcpu_usage_collector.h20 #include <base/time/time.h>
/system/core/metricsd/uploader/proto/
H A Duser_action_event.proto34 optional int64 time = 2;
/system/security/keystore/
H A Dkeystore_keymaster_enforcement.h20 #include <time.h>
41 time_t now = time(NULL);
43 // Failed to obtain current time -- fail safe: activation_date hasn't yet occurred.
46 // Current time is prior to start of the epoch -- activation_date hasn't yet occurred.
50 // time(NULL) returns seconds since epoch and "loses" milliseconds information. We thus add
53 // time(NULL) is replaced by a millisecond-precise source of time.
59 time_t now = time(NULL);
61 // Failed to obtain current time -- fail safe: expiration_date has passed.
64 // Current time i
[all...]
/system/connectivity/dhcp_client/
H A Dmessage_loop_event_dispatcher.cc21 #include <base/time/time.h>
/system/bt/btif/src/
H A Dbtif_debug.c20 #include <sys/time.h>
/system/connectivity/shill/net/
H A Dshill_time_unittest.cc19 #include <time.h>
/system/bt/service/common/bluetooth/
H A Dadvertise_settings.h20 #include <base/time/time.h>
79 // Returns the advertising time limit in milliseconds.
/system/connectivity/apmanager/
H A Devent_dispatcher.cc21 #include <base/time/time.h>
/system/connectivity/shill/
H A Dpower_manager_proxy_interface.h22 #include <base/time/time.h>
/system/core/libutils/
H A DTimers.cpp23 #include <sys/time.h>
24 #include <time.h>
/system/extras/tests/sdcard/
H A Dstopwatch.h34 #include <time.h>
51 // If the time measure is associated with some volume of data, use
55 // To capture the time accurately and since the runs are not too long,
56 // we collect the raw start and stop time in an array that get
94 // A StopWatch instance measures time intervals. Use setDataSize
99 // Starts and stops the timer. The time between the 2 calls is an
106 // is a pair (time, duration). The 1st sample is always at time
126 double timespecToDouble(const struct timespec& time);
/system/update_engine/
H A Dhardware_android.h23 #include <base/time/time.h>
H A Dhardware_chromeos.h24 #include <base/time/time.h>

Completed in 695 milliseconds

1234567891011>>