HomeSort by relevance Sort by last modified time
    Searched refs:nsecs_t (Results 101 - 125 of 297) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 139 nsecs_t timeStamp = nsecs_t(frame->bufs[0]->ts.tv_sec)*1000000000LL + \
285 static nsecs_t mLastFpsTime = 0;
288 nsecs_t now = systemTime();
289 nsecs_t diff = now - mLastFpsTime;
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_PerfMeasurement.cpp 175 static const nsecs_t NO_DURATION_YET = -1L;
176 static const nsecs_t FAILED_MEASUREMENT = -2L;
188 nsecs_t getNextGlDuration() {
214 return static_cast<nsecs_t>(duration);
297 nsecs_t duration = context->getNextGlDuration();
  /frameworks/native/include/input/
KeyCharacterMap.h 235 int32_t deviceId, int32_t keyCode, int32_t metaState, bool down, nsecs_t time);
237 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
240 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
244 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
250 int32_t deviceId, int32_t metaState, nsecs_t time,
  /frameworks/base/libs/common_time/
utils.cpp 30 mSystemEndTime = systemTime() + (static_cast<nsecs_t>(msec) * 1000000);
33 int Timeout::msecTillTimeout(nsecs_t nowTime) {
42 nsecs_t delta = mSystemEndTime - nowTime;
  /frameworks/native/services/inputflinger/
InputWindow.h 124 nsecs_t dispatchingTimeout;
180 inline nsecs_t getDispatchingTimeout(nsecs_t defaultValue) const {
InputDispatcher.cpp 68 const nsecs_t DEFAULT_INPUT_DISPATCHING_TIMEOUT = 5000 * 1000000LL; // 5 sec
73 const nsecs_t APP_SWITCH_TIMEOUT = 500 * 1000000LL; // 0.5sec
77 const nsecs_t STALE_EVENT_TIMEOUT = 10000 * 1000000LL; // 10sec
83 const nsecs_t STREAM_AHEAD_EVENT_TIMEOUT = 500 * 1000000LL; // 0.5sec
86 const nsecs_t SLOW_EVENT_PROCESSING_WARNING_TIMEOUT = 2000 * 1000000LL; // 2sec
91 static inline nsecs_t now() {
227 nsecs_t nextWakeupTime = LONG_LONG_MAX;
246 nsecs_t currentTime = now();
251 void InputDispatcher::dispatchOnceInnerLocked(nsecs_t* nextWakeupTime) {
252 nsecs_t currentTime = now()
    [all...]
  /frameworks/av/include/camera/
Camera.h 43 virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) = 0;
150 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 92 virtual status_t waitUntilRequestReceived(int32_t requestId, nsecs_t timeout);
126 virtual status_t waitForNextFrame(nsecs_t timeout);
149 static const nsecs_t kShutdownTimeout = 5000000000; // 5 sec
150 static const nsecs_t kActiveTimeout = 500000000; // 500 ms
272 status_t waitUntilStateThenRelock(bool active, nsecs_t timeout);
416 status_t waitUntilRequestProcessed(int32_t requestId, nsecs_t timeout);
448 static const nsecs_t kRequestTimeout = 50e6; // 50 ms
524 nsecs_t captureTimestamp;
StatusTracker.h 123 static const nsecs_t kWaitDuration = 250000000LL; // 250 ms
  /frameworks/base/libs/hwui/renderthread/
DrawFrameTask.cpp 71 int DrawFrameTask::drawFrame(nsecs_t frameTimeNanos, nsecs_t recordDurationNanos) {
  /frameworks/native/libs/input/
VirtualKeyMap.cpp 63 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC);
68 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
InputTransport.cpp 45 static const nsecs_t NANOS_PER_MS = 1000000;
49 static const nsecs_t RESAMPLE_LATENCY = 5 * NANOS_PER_MS;
52 static const nsecs_t RESAMPLE_MIN_DELTA = 2 * NANOS_PER_MS;
56 static const nsecs_t RESAMPLE_MAX_PREDICTION = 8 * NANOS_PER_MS;
249 nsecs_t downTime,
250 nsecs_t eventTime) {
294 nsecs_t downTime,
295 nsecs_t eventTime,
394 bool consumeBatches, nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) {
511 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent)
    [all...]
VelocityTracker.cpp 38 static const nsecs_t NANOS_PER_MS = 1000000;
44 static const nsecs_t ASSUME_POINTER_STOPPED_TIME = 40 * NANOS_PER_MS;
220 void VelocityTracker::addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions) {
312 nsecs_t eventTime;
354 const nsecs_t LeastSquaresVelocityTrackerStrategy::HORIZON;
376 void LeastSquaresVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits,
575 nsecs_t age = newestMovement.eventTime - movement.eventTime;
710 void IntegratingVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits,
741 nsecs_t eventTime, float xpos, float ypos) const {
754 nsecs_t eventTime, float xpos, float ypos) const
    [all...]
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 107 nsecs_t start = systemTime();
108 nsecs_t t;
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 104 status_t postMessageAsync(const sp<MessageBase>& msg, nsecs_t reltime = 0, uint32_t flags = 0);
107 status_t postMessageSync(const sp<MessageBase>& msg, nsecs_t reltime = 0, uint32_t flags = 0);
232 virtual void onVSyncReceived(int type, nsecs_t timestamp);
437 nsecs_t mBootTime;
462 volatile nsecs_t mDebugInSwapBuffers;
463 nsecs_t mLastSwapBufferTime;
464 volatile nsecs_t mDebugInTransaction;
465 nsecs_t mLastTransactionTime;
  /system/core/libutils/
Looper.cpp 202 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
284 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
350 nsecs_t endTime = systemTime(SYSTEM_TIME_MONOTONIC)
359 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
490 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
494 void Looper::sendMessageDelayed(nsecs_t uptimeDelay, const sp<MessageHandler>& handler,
496 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
500 void Looper::sendMessageAtTime(nsecs_t uptime, const sp<MessageHandler>& handler,
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.h 69 bool waitForDone(nsecs_t timeout);
Scene.h 64 void calculateScene(nsecs_t time);
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3HWI.h 61 typedef int64_t nsecs_t; typedef in namespace:qcamera
145 nsecs_t timestamp, int32_t request_id,
239 nsecs_t timestamp;
276 nsecs_t mLoopBackTimestamp;
  /frameworks/av/include/media/
AudioRecord.h 418 void pauseInternal(nsecs_t ns = 0LL);
429 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored
440 static const nsecs_t NS_WHENEVER = -1, NS_INACTIVE = -2, NS_NEVER = -3;
441 nsecs_t processAudioBuffer();
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CallbackProcessor.h 57 static const nsecs_t kWaitDuration = 10000000; // 10 ms
JpegProcessor.h 58 static const nsecs_t kWaitDuration = 10000000; // 10 ms
  /frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.h 58 static const nsecs_t kWaitDuration = 10000000; // 10 ms
  /frameworks/base/libs/hwui/
DrawProfiler.cpp 84 void DrawProfiler::startFrame(nsecs_t recordDurationNanos) {
92 nsecs_t now = systemTime(CLOCK_MONOTONIC);
99 nsecs_t now = systemTime(CLOCK_MONOTONIC);
106 nsecs_t now = systemTime(CLOCK_MONOTONIC);
  /frameworks/native/include/gui/
DisplayEventReceiver.h 52 nsecs_t timestamp __attribute__((aligned(8)));

Completed in 1115 milliseconds

1 2 3 45 6 7 8 91011>>