HomeSort by relevance Sort by last modified time
    Searched full:systemtime (Results 101 - 125 of 319) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/av/media/libstagefright/
FrameRenderTracker.cpp 97 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
VideoFrameScheduler.cpp 339 mVsyncRefreshAt = systemTime(SYSTEM_TIME_MONOTONIC) + kVsyncRefreshPeriod;
400 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
  /frameworks/av/media/libstagefright/foundation/
ALooper.cpp 69 return systemTime(SYSTEM_TIME_MONOTONIC) / 1000ll;
  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.cpp 90 // systemTime() based timestamps (off by 1 us).
  /frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java 321 final long systemtime = sysCpu[2] * mJiffyMillis; local
331 if (true || (usertime >= mBaseUserTime && systemtime >= mBaseSystemTime
335 mRelSystemTime = (int)(systemtime - mBaseSystemTime);
353 mBaseSystemTime = systemtime;
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngOverlayPlane.cpp 167 payload->hwc_timestamp = systemTime();
  /hardware/qcom/display/msm8084/libqdutils/
profiler.cpp 66 calc_fps(ns2us(systemTime()));
  /hardware/qcom/display/msm8226/libqdutils/
profiler.cpp 66 calc_fps(ns2us(systemTime()));
  /hardware/qcom/display/msm8909/libqdutils/
profiler.cpp 66 calc_fps(ns2us(systemTime()));
  /hardware/qcom/display/msm8960/libqdutils/
profiler.cpp 64 calc_fps(ns2us(systemTime()));
  /hardware/qcom/display/msm8994/libqdutils/
profiler.cpp 66 calc_fps(ns2us(systemTime()));
  /hardware/qcom/display/msm8996/libqdutils/
profiler.cpp 66 calc_fps(ns2us(systemTime()));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
strmini.h 53 ULONGLONG SystemTime;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sensorsapi.h 858 SYSTEMTIME *pTimeStamp) = 0;
891 SYSTEMTIME *pTimeStamp);
    [all...]
userenv.h 190 SYSTEMTIME timeLogged;
wininet.h 315 BOOLAPI InternetTimeFromSystemTime(CONST SYSTEMTIME *pst,DWORD dwRFC,LPSTR lpszTime,DWORD cbTime);
318 BOOLAPI InternetTimeFromSystemTimeA(CONST SYSTEMTIME *pst,DWORD dwRFC,LPSTR lpszTime,DWORD cbTime);
319 BOOLAPI InternetTimeFromSystemTimeW(CONST SYSTEMTIME *pst,DWORD dwRFC,LPWSTR lpszTime,DWORD cbTime);
332 BOOLAPI InternetTimeToSystemTime(LPCSTR lpszTime,SYSTEMTIME *pst,DWORD dwReserved);
335 BOOLAPI InternetTimeToSystemTimeA(LPCSTR lpszTime,SYSTEMTIME *pst,DWORD dwReserved);
336 BOOLAPI InternetTimeToSystemTimeW(LPCWSTR lpszTime,SYSTEMTIME *pst,DWORD dwReserved);
    [all...]
winhttp.h 574 WINBOOL WINAPI WinHttpTimeFromSystemTime(CONST SYSTEMTIME *,LPWSTR);
575 WINBOOL WINAPI WinHttpTimeToSystemTime(LPCWSTR,SYSTEMTIME*);
winternl.h 957 NTSTATUS NTAPI NtQuerySystemTime(PLARGE_INTEGER SystemTime);
962 NTSTATUS NTAPI RtlLocalTimeToSystemTime(PLARGE_INTEGER LocalTime,PLARGE_INTEGER SystemTime);
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 369 const nsecs_t startTime = systemTime();
371 nsecs_t now = systemTime();
395 const nsecs_t sleepTime = 83333 - ns2us(systemTime() - now);
805 nsecs_t lastFrame = systemTime();
844 nsecs_t now = systemTime();
    [all...]
  /frameworks/native/libs/gui/
Surface.cpp 297 nsecs_t now = systemTime();
300 mLastDequeueDuration = systemTime() - now;
408 timestamp = systemTime(SYSTEM_TIME_MONOTONIC);
503 nsecs_t now = systemTime();
505 mLastQueueDuration = systemTime() - now;
    [all...]
  /external/curl/docs/examples/
synctime.c 117 SYSTEMTIME SYSTime;
118 SYSTEMTIME LOCALTime;
  /external/dng_sdk/source/
dng_date_time.cpp 850 SYSTEMTIME localST;
861 SYSTEMTIME utcST;
  /external/webrtc/webrtc/base/
win32.cc 325 SYSTEMTIME base_st;
349 SYSTEMTIME base_st;
  /frameworks/native/libs/input/
KeyLayoutMap.cpp 66 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC);
71 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 175 event.header.timestamp = systemTime();
327 mVSyncEvent[0].header.timestamp = systemTime(SYSTEM_TIME_MONOTONIC);

Completed in 3978 milliseconds

1 2 3 45 6 7 8 91011>>