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

1234567891011>>

/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.h26 #include <base/time/time.h>
59 // 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 Dshill_provider.h20 #include <base/time/time.h>
45 // A variable returning the time when network connection last changed.
46 // Initialized to current time.
H A Dreal_time_provider_unittest.cc22 #include <base/time/time.h>
43 // Generates a fixed timestamp for use in faking the current time.
54 Time time; local
55 ignore_result(Time::FromLocalExploded(now_exp, &time));
56 return time;
H A Dreal_time_provider.h22 #include <base/time/time.h>
H A Ddevice_policy_provider.h23 #include <base/time/time.h>
H A Dnext_update_check_policy_impl.h22 #include <base/time/time.h>
61 // UpdaterProvider to report monotonic time, as well.
/system/bt/btif/src/
H A Dbtif_debug.cc19 #include <sys/time.h>
/system/chre/chre_api/include/chre_api/chre/
H A Dre.h215 * Get the system time.
217 * This returns a time in nanoseconds in reference to some arbitrary
218 * time in the past. This method is only useful for determining timing
220 * any sort of absolute time.
225 * @returns The system time, in nanoseconds.
232 * SystemClock.elapsedRealtimeNanos(). This offset is formed as host time minus
233 * CHRE time, so that it can be added to the value returned by chreGetTime() to
234 * determine the current estimate of the host time.
244 * @returns An estimate of the offset between CHRE's time returned in
245 * chreGetTime() and the time o
269 uint64_t time = chreGetTime(); local
[all...]
/system/chre/chre_api/legacy/v1_1/chre/
H A Dre.h215 * Get the system time.
217 * This returns a time in nanoseconds in reference to some arbitrary
218 * time in the past. This method is only useful for determining timing
220 * any sort of absolute time.
225 * @returns The system time, in nanoseconds.
232 * SystemClock.elapsedRealtimeNanos(). This offset is formed as host time minus
233 * CHRE time, so that it can be added to the value returned by chreGetTime() to
234 * determine the current estimate of the host time.
244 * @returns An estimate of the offset between CHRE's time returned in
245 * chreGetTime() and the time o
269 uint64_t time = chreGetTime(); local
[all...]
/system/chre/platform/linux/include/chre/target_platform/
H A Dsystem_timer_base.h21 #include <time.h>
/system/nfc/src/include/
H A Dnfc_hal_nv_co.h31 #include <time.h>
/system/bt/osi/src/
H A Dtime.cc21 #include <sys/time.h>
22 #include <time.h>
24 #include "osi/include/time.h"
/system/update_engine/
H A Ddbus_connection.cc19 #include <base/time/time.h>
H A Dhardware_android.h23 #include <base/time/time.h>
/system/media/audio_utils/include/audio_utils/
H A Dclock.h24 #include <sys/time.h>
25 #include <time.h>
36 * \brief Converts time in ns to a time string, with format similar to logcat.
37 * \param ns input time in nanoseconds to convert.
39 * in order to fully fit in time. The string is always returned
66 * An object that contains the formatted time string.
68 * The time string is 19 characters (including null termination).
73 char time[19]; /* minimum size buffer */ member in struct:audio_utils_time_string
77 * \brief Converts time i
[all...]
/system/nfc/src/nfa/include/
H A Dnfa_nv_co.h28 #include <time.h>
/system/bt/service/common/bluetooth/
H A Dadvertise_settings.h20 #include <base/time/time.h>
77 // Returns the advertising time limit in milliseconds.
/system/core/liblog/
H A Dlog_ratelimit.cpp19 #include <time.h>
76 time_t now = time(NULL);
/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/payload_consumer/
H A Dmount_history.cc25 #include <base/time/time.h>
53 // 0x2C: len32 Mount time
54 // 0x30: len32 Write time
/system/core/base/
H A Dchrono_utils.cpp19 #include <time.h>

Completed in 5605 milliseconds

1234567891011>>