HomeSort by relevance Sort by last modified time
    Searched defs:SEC (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/jni/
TimeUtils.h 47 SEC = 1,
69 inline void set(int sec, int min, int hour, int mday, int mon, int year,
72 this->t.tm_sec = sec;
  /hardware/libhardware/tests/camera2/
camera2.cpp 358 static const nsecs_t SEC = 1000*MSEC;
465 res = mFrames.waitForBuffer(exposureTime + SEC);
478 res = rawWaiter->waitForFrame(exposureTime + SEC);
615 res = mFrames.waitForBuffer(SEC + expectedExposureTime);
630 res = rawWaiter->waitForFrame(SEC + expectedExposureTime);
768 res = mFrames.waitForBuffer(exposureTime + SEC);
781 res = jpegWaiter->waitForFrame(exposureTime + SEC);
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 40 const int64_t SEC = MSEC * 1000LL;
    [all...]
EmulatedFakeCamera3.cpp 52 const int64_t SEC = MSEC * 1000LL;
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp 87 {1000L, 30000000000L} ; // 1 us - 30 sec
89 {33331760L, 30000000000L}; // ~1/30 s - 30 sec
687 static const int64_t SEC = MSEC * 1000LL;

Completed in 176 milliseconds