HomeSort by relevance Sort by last modified time
    Searched refs:nsecs_t (Results 126 - 150 of 231) sorted by null

1 2 3 4 56 7 8 910

  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 179 const nsecs_t ARBITRARY_DOWN_TIME = 1;
180 const nsecs_t ARBITRARY_EVENT_TIME = 2;
207 static const nsecs_t ARBITRARY_DOWN_TIME;
208 static const nsecs_t ARBITRARY_EVENT_TIME;
216 const nsecs_t MotionEventTest::ARBITRARY_DOWN_TIME = 1;
217 const nsecs_t MotionEventTest::ARBITRARY_EVENT_TIME = 2;
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp 48 static const nsecs_t kExposureTimeRange[2];
49 static const nsecs_t kFrameDurationRange[2];
50 static const nsecs_t kMinVerticalBlank;
75 static const nsecs_t kRowReadoutTime;
85 const nsecs_t Sensor::kExposureTimeRange[2] =
87 const nsecs_t Sensor::kFrameDurationRange[2] =
  /frameworks/base/services/input/
EventHub.h 73 nsecs_t when;
244 virtual void vibrate(int32_t deviceId, nsecs_t duration) = 0;
308 virtual void vibrate(int32_t deviceId, nsecs_t duration);
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 114 void EventThread::onVSyncEvent(nsecs_t timestamp) {
181 nsecs_t timestamp = 0;
275 nsecs_t timeout = softwareSync ? ms2ns(16) : ms2ns(1000);
SurfaceFlinger.cpp 287 const nsecs_t now = systemTime();
288 const nsecs_t duration = now - mBootTime;
445 DispSyncSource(DispSync* dispSync, nsecs_t phaseOffset, bool traceVsync) :
481 virtual void onDispSyncEvent(nsecs_t when) {
500 const nsecs_t mPhaseOffset;
755 nsecs_t reltime, uint32_t flags) {
760 nsecs_t reltime, uint32_t flags) {
794 const nsecs_t period =
821 void SurfaceFlinger::onVSyncReceived(int type, nsecs_t timestamp) {
994 nsecs_t presentTime = hwc.getRefreshTimestamp(HWC_DISPLAY_PRIMARY)
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera.h 93 nsecs_t timestamp,
EmulatedCameraDevice.h 490 nsecs_t mCurFrameTimestamp;
CallbackNotifier.cpp 212 nsecs_t timestamp,
292 bool CallbackNotifier::isNewVideoFrameTime(nsecs_t timestamp)
EmulatedFakeCamera2.cpp     [all...]
  /frameworks/native/libs/binder/
PermissionCache.cpp 101 nsecs_t t = -systemTime();
  /frameworks/native/libs/gui/
BufferItemConsumer.cpp 50 nsecs_t presentWhen, bool waitForFence) {
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.h 121 nsecs_t mLastWriteTime;
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test.h 74 virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 546 nsecs_t timeStamp = nsecs_t(frame->ts.tv_sec) * 1000000000LL + frame->ts.tv_nsec;
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.h 61 typedef int64_t nsecs_t; typedef in namespace:qcamera
127 nsecs_t timestamp, int32_t request_id);
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 147 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC);
152 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
299 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
444 int32_t deviceId, int32_t keyCode, int32_t metaState, bool down, nsecs_t time) {
453 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
518 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
530 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
548 int32_t deviceId, int32_t metaState, nsecs_t time,
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 472 GLuint minIndex, GLuint maxIndex, nsecs_t startTime) {
567 GLuint minIndex, GLuint maxIndex, nsecs_t time) {
604 nsecs_t time = glmsg->start_time() - 1;
642 nsecs_t time = glmsg->start_time() - 1;
689 void fixupGLMessage(GLTraceContext *context, nsecs_t wallStart, nsecs_t wallEnd,
690 nsecs_t threadStart, nsecs_t threadEnd,
    [all...]
  /frameworks/native/services/sensorservice/
SensorService.cpp 542 int handle, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags)
587 nsecs_t minDelayNs = sensor->getSensor().getMinDelayNs();
663 int handle, nsecs_t ns)
675 nsecs_t minDelayNs = sensor->getSensor().getMinDelayNs();
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 546 nsecs_t timeStamp = nsecs_t(frame->ts.tv_sec) * 1000000000LL + frame->ts.tv_nsec;
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 340 nsecs_t timeStamp = nsecs_t(frame->video.video.frame->ts.tv_sec)*1000000000LL + \
557 static nsecs_t mLastFpsTime = 0;
560 nsecs_t now = systemTime();
561 nsecs_t diff = now - mLastFpsTime;
  /device/lge/mako/camera/
QCameraHWI_Record.cpp 339 nsecs_t timeStamp = nsecs_t(frame->video.video.frame->ts.tv_sec)*1000000000LL + \
556 static nsecs_t mLastFpsTime = 0;
559 nsecs_t now = systemTime();
560 nsecs_t diff = now - mLastFpsTime;
  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 318 const nsecs_t DURATION_UPPER_BOUND = 10 * MSEC;
319 const nsecs_t DURATION_LOWER_BOUND = 20 * MSEC;
627 Vector<nsecs_t> captureTimes;
696 nsecs_t timeDelta = captureTimes[i] - captureTimes[i-1];
697 nsecs_t expectedDelta = expList[i] > durationList[i] ?
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 178 disp.refresh = nsecs_t(1e9 / mFbDev->fps);
182 disp.refresh = nsecs_t(1e9 / 60.0);
364 mDisplayData[disp].refresh = nsecs_t(values[i]);
432 nsecs_t HWComposer::getRefreshPeriod(int disp) const {
436 nsecs_t HWComposer::getRefreshTimestamp(int disp) const {
441 nsecs_t now = systemTime(CLOCK_MONOTONIC);
    [all...]
  /frameworks/native/cmds/flatland/
Main.cpp 465 nsecs_t run(uint32_t warmUpFrames, uint32_t totalFrames) {
504 nsecs_t startTime = startFence->getSignalTime();
505 nsecs_t endTime = endFence->getSignalTime();
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 267 nsecs_t sysTime = 0) const;
270 nsecs_t sysTime = 0) const;
280 nsecs_t mStopTime[AudioSystem::NUM_STREAM_TYPES];

Completed in 616 milliseconds

1 2 3 4 56 7 8 910