HomeSort by relevance Sort by last modified time
    Searched refs:SYSTEM_TIME_MONOTONIC (Results 1 - 15 of 15) sorted by null

  /frameworks/base/include/utils/
StopWatch.h 33 int clock = SYSTEM_TIME_MONOTONIC,
Timers.h 79 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point
86 nsecs_t systemTime(int clock = SYSTEM_TIME_MONOTONIC);
  /frameworks/base/libs/utils/
SystemClock.cpp 100 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC);
130 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC);
134 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC);
Looper.cpp 202 nsecs_t pollStartTime = systemTime(SYSTEM_TIME_MONOTONIC);
316 nsecs_t pollEndTime = systemTime(SYSTEM_TIME_MONOTONIC);
365 nsecs_t endTime = systemTime(SYSTEM_TIME_MONOTONIC)
374 nsecs_t timeoutNanos = endTime - systemTime(SYSTEM_TIME_MONOTONIC);
392 mPendingWakeTime = systemTime(SYSTEM_TIME_MONOTONIC);
419 mSampledWakeLatencySum += systemTime(SYSTEM_TIME_MONOTONIC) - mPendingWakeTime;
  /frameworks/base/libs/ui/
GraphicLog.cpp 62 writeInt64(scratch, pos, ns2ms( systemTime( SYSTEM_TIME_MONOTONIC ) ));
74 writeInt64(scratch, pos, ns2ms( systemTime( SYSTEM_TIME_MONOTONIC ) ));
EventHub.cpp 373 outEvent->when = systemTime(SYSTEM_TIME_MONOTONIC);
390 outEvent->when = systemTime(SYSTEM_TIME_MONOTONIC);
398 outEvent->when = systemTime(SYSTEM_TIME_MONOTONIC);
435 outEvent->when = systemTime(SYSTEM_TIME_MONOTONIC);
    [all...]
InputReader.cpp 903 nsecs_t when = systemTime(SYSTEM_TIME_MONOTONIC);
    [all...]
InputDispatcher.cpp 68 return systemTime(SYSTEM_TIME_MONOTONIC);
    [all...]
  /frameworks/base/services/jni/
com_android_server_PowerManagerService.cpp 85 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
com_android_server_InputManager.cpp 152 return systemTime(SYSTEM_TIME_MONOTONIC);
    [all...]
  /frameworks/base/cmds/runtime/
main_runtime.cpp 471 ns2ms(systemTime(SYSTEM_TIME_MONOTONIC)));
  /frameworks/base/libs/rs/
rsScriptC.cpp 89 = nanoseconds_to_milliseconds(systemTime(SYSTEM_TIME_MONOTONIC));
rsScriptC_Lib.cpp 516 return nanoseconds_to_milliseconds(systemTime(SYSTEM_TIME_MONOTONIC));
528 return nanoseconds_to_milliseconds(systemTime(SYSTEM_TIME_MONOTONIC))
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp 902 ns2ms(systemTime(SYSTEM_TIME_MONOTONIC)));
    [all...]
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 466 timestamp = systemTime(SYSTEM_TIME_MONOTONIC);
    [all...]

Completed in 260 milliseconds