/frameworks/av/services/camera/libcameraservice/utils/ |
AutoConditionLock.cpp | 50 nsecs_t failTime = systemTime(SYSTEM_TIME_MONOTONIC) + waitTime; 59 waitTime = failTime - systemTime(SYSTEM_TIME_MONOTONIC);
|
/external/libchrome/base/time/ |
clock.h | 20 // (An implementation that uses Time::SystemTime() should be added as
|
/external/libweave/third_party/chromium/base/time/ |
clock.h | 20 // (An implementation that uses Time::SystemTime() should be added as
|
/frameworks/base/libs/hwui/renderthread/ |
TimeLord.cpp | 37 nsecs_t now = systemTime(CLOCK_MONOTONIC);
|
/hardware/qcom/gps/msm8084/platform_lib_abstractions/ |
platform_lib_time.h | 32 int64_t systemTime(int clock);
|
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/ |
platform_lib_time.h | 32 int64_t systemTime(int clock);
|
/hardware/qcom/gps/msm8960/platform_lib_abstractions/ |
platform_lib_time.h | 32 int64_t systemTime(int clock);
|
/hardware/qcom/gps/msm8994/platform_lib_abstractions/ |
platform_lib_time.h | 32 int64_t systemTime(int clock);
|
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/ |
platform_lib_time.h | 32 int64_t systemTime(int clock);
|
/hardware/qcom/gps/platform_lib_abstractions/ |
platform_lib_time.h | 32 int64_t systemTime(int clock);
|
/prebuilts/go/darwin-x86/src/time/ |
zoneinfo_windows.go | 105 func pseudoUnix(year int, d *syscall.Systemtime) int64 { 200 StandardDate: syscall.Systemtime{Month: 11, Day: 1, Hour: 2}, 204 DaylightDate: syscall.Systemtime{Month: 3, Day: 2, Hour: 2}, 213 StandardDate: syscall.Systemtime{Month: 4, Day: 1, Hour: 3}, 217 DaylightDate: syscall.Systemtime{Month: 10, Day: 1, Hour: 2},
|
/prebuilts/go/linux-x86/src/time/ |
zoneinfo_windows.go | 105 func pseudoUnix(year int, d *syscall.Systemtime) int64 { 200 StandardDate: syscall.Systemtime{Month: 11, Day: 1, Hour: 2}, 204 DaylightDate: syscall.Systemtime{Month: 3, Day: 2, Hour: 2}, 213 StandardDate: syscall.Systemtime{Month: 4, Day: 1, Hour: 3}, 217 DaylightDate: syscall.Systemtime{Month: 10, Day: 1, Hour: 2},
|
/frameworks/base/libs/hwui/tests/unit/ |
main.cpp | 96 nsecs_t before = systemTime(); 114 nsecs_t after = systemTime();
|
/frameworks/native/opengl/tests/fillrate/ |
fillrate.cpp | 145 nsecs_t now = systemTime(); 150 nsecs_t t = systemTime() - now;
|
/frameworks/native/opengl/tests/swapinterval/ |
swapinterval.cpp | 107 nsecs_t start = systemTime(); 116 t = systemTime() - start;
|
/hardware/intel/img/hwcomposer/merrifield/common/observers/ |
SoftVsyncObserver.cpp | 104 mNextFakeVSync = systemTime(CLOCK_MONOTONIC) + mRefreshPeriod; 126 const nsecs_t now = systemTime(CLOCK_MONOTONIC);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/ |
SoftVsyncObserver.cpp | 100 mNextFakeVSync = systemTime(CLOCK_MONOTONIC) + mRefreshPeriod; 122 const nsecs_t now = systemTime(CLOCK_MONOTONIC);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wpcapi.h | 69 SYSTEMTIME *pTime) = 0; 101 SYSTEMTIME *pTime); 138 static FORCEINLINE HRESULT IWPCSettings_GetLastSettingsChangeTime(IWPCSettings* This,SYSTEMTIME *pTime) { 159 SYSTEMTIME *pTime); 218 SYSTEMTIME *pTime); 263 static FORCEINLINE HRESULT IWPCGamesSettings_GetLastSettingsChangeTime(IWPCGamesSettings* This,SYSTEMTIME *pTime) { 342 SYSTEMTIME *pTime); 395 static FORCEINLINE HRESULT IWPCWebSettings_GetLastSettingsChangeTime(IWPCWebSettings* This,SYSTEMTIME *pTime) {
|
/system/core/include/utils/ |
Timers.h | 89 nsecs_t systemTime(int clock = SYSTEM_TIME_MONOTONIC); 91 nsecs_t systemTime(int clock);
|
/external/icu/icu4c/source/i18n/ |
windtfmt.cpp | 150 SYSTEMTIME st_gmt; 151 SYSTEMTIME st_local; 236 void Win32DateFormat::formatDate(const SYSTEMTIME *st, UnicodeString &appendTo) const 262 void Win32DateFormat::formatTime(const SYSTEMTIME *st, UnicodeString &appendTo) const
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
ProgramCache.cpp | 96 nsecs_t timeBefore = systemTime(); 113 nsecs_t timeAfter = systemTime(); 234 nsecs_t time = -systemTime(); 237 time += systemTime();
|
/prebuilts/go/darwin-x86/src/os/ |
exec_unix.go | 79 func (p *ProcessState) systemTime() time.Duration {
|
doc.go | 59 // SystemTime returns the system CPU time of the exited process and its children. 60 func (p *ProcessState) SystemTime() time.Duration { 61 return p.systemTime()
|
/prebuilts/go/linux-x86/src/os/ |
exec_unix.go | 79 func (p *ProcessState) systemTime() time.Duration {
|
/frameworks/base/native/android/ |
choreographer.cpp | 113 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); 134 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); 152 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
|