HomeSort by relevance Sort by last modified time
    Searched full:systemtime (Results 76 - 100 of 132) sorted by null

1 2 34 5 6

  /frameworks/base/core/java/android/os/
BatteryStats.java     [all...]
  /frameworks/base/media/libmedia/
ToneGenerator.cpp     [all...]
  /external/chromium/net/base/
x509_certificate_win.cc 152 SYSTEMTIME* system_time) {
593 SYSTEMTIME start_time;
596 SYSTEMTIME end_time;
    [all...]
  /frameworks/base/libs/utils/
BlobCache.cpp 43 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
Threads.cpp 550 nsecs_t reltime = *abstime - systemTime();
646 nsecs_t absTime = systemTime()+reltime;
  /cts/apps/CtsVerifier/lib/colorchecker/
colorchecker.cpp 360 int64_t startTime = systemTime();
707 int64_t endTime = systemTime();
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovie.cpp 173 if (systemTime() >= m_lastLoadStateCheckTime + 0.25 || m_loadError) {
206 m_lastLoadStateCheckTime = systemTime();
GraphicsLayerCACF.cpp 38 #include "SystemTime.h"
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp 87 mBootTime(systemTime()),
173 const nsecs_t now = systemTime();
459 const nsecs_t now = systemTime();
462 mLastSwapBufferTime = systemTime() - now;
492 const nsecs_t now = systemTime();
505 mLastTransactionTime = systemTime() - now;
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 442 final long systemTime = ps.getSystemTime(which);
445 final long tmpCpuTime = (userTime + systemTime) * 10; // convert to millis
    [all...]
  /frameworks/base/services/audioflinger/
AudioFlinger.cpp     [all...]
AudioPolicyService.cpp 664 nsecs_t curTime = systemTime();
906 command->mTime = systemTime() + milliseconds(delayMs);
    [all...]
  /external/llvm/lib/Support/
Timer.cpp 143 Result.SystemTime = sys.seconds() + sys.microseconds() / 1000000.0;
  /external/webkit/Source/WebCore/history/
PageCache.cpp 47 #include "SystemTime.h"
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.cpp 57 #include "SystemTime.h"
  /external/zlib/contrib/untgz/
untgz.c 210 SYSTEMTIME st;
  /frameworks/base/opengl/libs/GLES2_dbg/src/
caller.cpp 108 nsecs_t c0 = systemTime(timeMode);
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]
  /device/moto/wingray/libaudio/
AudioHardware.cpp     [all...]
  /external/chromium/base/
file_util_unittest.cc     [all...]
time.h 206 // like the Win32 SYSTEMTIME structure or the Unix "struct tm" with a few
  /external/chromium/base/third_party/nspr/
prtime.cc 56 * This was modified to use the Win32 SYSTEMTIME/FILETIME structures
103 SYSTEMTIME st = {0};
    [all...]
  /frameworks/base/services/input/
EventHub.cpp 548 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
681 // The systemTime(SYSTEM_TIME_MONOTONIC) function we use everywhere
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.c 385 SYSTEMTIME st;
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 246 // SystemTime ---------------------------------------------------------

Completed in 2487 milliseconds

1 2 34 5 6