/external/skia/src/core/ |
SkTime.cpp | 34 SYSTEMTIME st;
|
/frameworks/base/libs/common_time/ |
utils.cpp | 30 mSystemEndTime = systemTime() + (static_cast<nsecs_t>(msec) * 1000000);
|
/frameworks/base/libs/hwui/renderthread/ |
DrawFrameTask.cpp | 72 mSyncQueued = systemTime(CLOCK_MONOTONIC);
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_vsync.cpp | 117 cur_timestamp = systemTime();
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ioevent.h | 34 LARGE_INTEGER SystemTime;
|
mstask.h | 227 virtual HRESULT WINAPI GetNextRunTime(SYSTEMTIME *pstNextRun) = 0; 233 virtual HRESULT WINAPI GetMostRecentRunTime(SYSTEMTIME *pstLastRun) = 0; 263 HRESULT (WINAPI *GetNextRunTime)(IScheduledWorkItem *This,SYSTEMTIME *pstNextRun); 269 HRESULT (WINAPI *GetMostRecentRunTime)(IScheduledWorkItem *This,SYSTEMTIME *pstLastRun); 338 HRESULT WINAPI IScheduledWorkItem_GetNextRunTime_Proxy(IScheduledWorkItem *This,SYSTEMTIME *pstNextRun); 350 HRESULT WINAPI IScheduledWorkItem_GetMostRecentRunTime_Proxy(IScheduledWorkItem *This,SYSTEMTIME *pstLastRun); 422 HRESULT (WINAPI *GetNextRunTime)(ITask *This,SYSTEMTIME *pstNextRun); 428 HRESULT (WINAPI *GetMostRecentRunTime)(ITask *This,SYSTEMTIME *pstLastRun); [all...] |
winevt.h | 286 SYSTEMTIME *SysTimeVal; 306 SYSTEMTIME *SysTimeArr;
|
/prebuilts/go/darwin-x86/src/os/ |
exec_plan9.go | 128 func (p *ProcessState) systemTime() time.Duration {
|
exec_windows.go | 120 func (p *ProcessState) systemTime() time.Duration {
|
/prebuilts/go/linux-x86/src/os/ |
exec_plan9.go | 128 func (p *ProcessState) systemTime() time.Duration {
|
exec_windows.go | 120 func (p *ProcessState) systemTime() time.Duration {
|
/frameworks/av/cmds/stagefright/ |
recordvideo.cpp | 319 int64_t start = systemTime(); 325 int64_t end = systemTime();
|
/system/core/libutils/ |
Looper.cpp | 230 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); 319 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); 389 nsecs_t endTime = systemTime(SYSTEM_TIME_MONOTONIC) 398 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); 587 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); 593 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
|
/frameworks/native/services/surfaceflinger/ |
DispSync.cpp | 99 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); 154 now = systemTime(SYSTEM_TIME_MONOTONIC); 198 listener.mLastEventTime = systemTime() - mPeriod / 2 + mPhase - 639 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); 674 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
|
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
V4LCameraAdapter.cpp | 436 nsecs_t now = systemTime(); 454 nsecs_t now = systemTime(); 554 frame.mTimestamp = systemTime(SYSTEM_TIME_MONOTONIC);;
|
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/ |
V4LCameraAdapter.cpp | 643 frame.mTimestamp = systemTime(SYSTEM_TIME_MONOTONIC); 855 nsecs_t now = systemTime(); 873 nsecs_t now = systemTime(); 960 nsecs_t ppm_start = systemTime(); 1022 ppm_diff += (systemTime() - ppm_start); [all...] |
/external/icu/icu4c/source/common/ |
wintz.c | 39 SYSTEMTIME standardDate; 40 SYSTEMTIME daylightDate;
|
/external/pdfium/core/src/fxcrt/ |
fx_extension.cpp | 323 SYSTEMTIME st1, st2; 327 } while (FXSYS_memcmp(&st1, &st2, sizeof(SYSTEMTIME)) == 0);
|
/hardware/libhardware/modules/input/evdev/ |
InputDevice.cpp | 292 auto time = systemTime(SYSTEM_TIME_MONOTONIC); 302 "call to systemTime: event time %" PRId64 ", current time %" PRId64
|
/hardware/libhardware_legacy/audio/ |
A2dpAudioInterface.cpp | 294 mLastWriteTime = systemTime(); 318 nsecs_t now = systemTime();
|
/device/generic/goldfish/camera/ |
EmulatedQemuCameraDevice.cpp | 254 mCurFrameTimestamp = systemTime(SYSTEM_TIME_MONOTONIC);
|
/device/generic/goldfish/camera/fake-pipeline2/ |
Sensor.cpp | 229 mStartupTime = systemTime(); 276 nsecs_t startRealTime = systemTime(); 379 nsecs_t workDoneRealTime = systemTime(); 391 nsecs_t endRealTime = systemTime();
|
/external/lzma/CPP/Windows/ |
TimeUtils.cpp | 195 SYSTEMTIME st;
|
/external/skia/tools/ |
win_dbghelp.cpp | 135 SYSTEMTIME stLocalTime;
|
/external/wpa_supplicant_8/src/utils/ |
os_win32.c | 34 SYSTEMTIME st;
|