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

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/pkg/linux_amd64/os/
exec.a 147 func (@"os".p·2 *@"os".ProcessState "esc:0x1") SystemTime () (? @"time".Duration) { return @"os".p·2.@"os".systemTime() }
153 func (@"os".p·2 *@"os".ProcessState "esc:0x1") @"os".systemTime () (? @"time".Duration) { return @"time".Duration(@"os".p·2.@"os".rusage.Stime.Nano()) * @"time".Duration(0x1) }
    [all...]
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 148 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC);
153 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
300 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
    [all...]
  /device/google/dragon/sensor_hub/
cros_ec_sensors.cpp 324 data->timestamp = systemTime(SYSTEM_TIME_BOOTTIME);
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 288 nsecs_t now = systemTime();
  /external/chromium-trace/catapult/tracing/tracing/extras/importer/etw/
etw_importer_test.html 230 // Decode a SystemTime structure.
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 141 SYSTEMTIME current_time;
  /frameworks/av/cmds/stagefright/
codec.cpp 273 systemTime(SYSTEM_TIME_MONOTONIC) + 33000000
  /frameworks/av/media/libstagefright/
AudioSource.cpp 303 int64_t timeUs = systemTime() / 1000ll;
MediaCodecSource.cpp 663 mFirstSampleSystemTimeUs = systemTime() / 1000;
869 mFirstSampleSystemTimeUs = systemTime() / 1000;
  /frameworks/native/opengl/libs/EGL/
egl.cpp 221 nsecs_t now = systemTime();
  /frameworks/rs/
rsScriptC.cpp 123 = nanoseconds_to_milliseconds(systemTime(SYSTEM_TIME_MONOTONIC));
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayer.cpp 265 uint64_t now = systemTime(CLOCK_MONOTONIC);
  /system/core/libutils/
BlobCache.cpp 46 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/os/
exec.a 146 func (@"os".p·2 *@"os".ProcessState "esc:0x1") SystemTime () (? @"time".Duration) { return @"os".p·2.@"os".systemTime() }
152 func (@"os".p·2 *@"os".ProcessState "esc:0x1") @"os".systemTime () (? @"time".Duration) { return @"time".Duration(@"os".p·2.@"os".rusage.Stime.Nano()) * @"time".Duration(0x1) }
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/os/
exec.a 147 func (@"os".p·2 *@"os".ProcessState "esc:0x1") SystemTime () (? @"time".Duration) { return @"os".p·2.@"os".systemTime() }
153 func (@"os".p·2 *@"os".ProcessState "esc:0x1") @"os".systemTime () (? @"time".Duration) { return @"time".Duration(@"os".p·2.@"os".rusage.Stime.Nano()) * @"time".Duration(0x1) }
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 137 mBootTime(systemTime()),
298 const nsecs_t now = systemTime();
317 ns2ms(systemTime(SYSTEM_TIME_MONOTONIC)));
943 if (systemTime() - mLastSwapTime > kIgnoreDelay) {
    [all...]
SurfaceFlinger_hwc1.cpp 139 mBootTime(systemTime()),
295 const nsecs_t now = systemTime();
314 ns2ms(systemTime(SYSTEM_TIME_MONOTONIC)));
906 if (systemTime() - mLastSwapTime > kIgnoreDelay) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h     [all...]
  /device/google/marlin/location/loc_api/loc_api_v02/
LocApiV02.cpp     [all...]
  /device/huawei/angler/location/loc_api/loc_api_v02/
LocApiV02.cpp     [all...]
  /device/lge/bullhead/location/loc_api/loc_api_v02/
LocApiV02.cpp     [all...]
  /device/moto/shamu/location/loc_api/loc_api_v02/
LocApiV02.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.cpp 89 nsecs_t startTime = systemTime();
94 timeout -= (systemTime() - startTime);
  /frameworks/av/services/camera/libcameraservice/utils/
ClientManager.h 591 nsecs_t failTime = systemTime(SYSTEM_TIME_MONOTONIC) + timeout;
606 timeout = failTime - systemTime(SYSTEM_TIME_MONOTONIC);
  /frameworks/base/libs/hwui/renderthread/
CanvasContext.cpp 563 swap.swapCompletedTime = systemTime(CLOCK_MONOTONIC);
633 prepareTree(info, frameInfo, systemTime(CLOCK_MONOTONIC), node);

Completed in 1191 milliseconds

1 2 3 4 5 67 8 91011>>