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

1 2 34 5 6 7 8 910

  /frameworks/av/include/camera/
Camera.h 43 virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) = 0;
146 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
  /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 44 static const nsecs_t NANOS_PER_MS = 1000000;
48 static const nsecs_t RESAMPLE_LATENCY = 5 * NANOS_PER_MS;
51 static const nsecs_t RESAMPLE_MIN_DELTA = 2 * NANOS_PER_MS;
55 static const nsecs_t RESAMPLE_MAX_PREDICTION = 8 * NANOS_PER_MS;
248 nsecs_t downTime,
249 nsecs_t eventTime) {
293 nsecs_t downTime,
294 nsecs_t eventTime,
393 bool consumeBatches, nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) {
510 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 106 nsecs_t start = systemTime();
107 nsecs_t t;
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 103 status_t postMessageAsync(const sp<MessageBase>& msg, nsecs_t reltime = 0, uint32_t flags = 0);
106 status_t postMessageSync(const sp<MessageBase>& msg, nsecs_t reltime = 0, uint32_t flags = 0);
225 virtual void onVSyncReceived(int type, nsecs_t timestamp);
428 nsecs_t mBootTime;
455 volatile nsecs_t mDebugInSwapBuffers;
456 nsecs_t mLastSwapBufferTime;
457 volatile nsecs_t mDebugInTransaction;
458 nsecs_t mLastTransactionTime;
MessageQueue.h 105 status_t postMessage(const sp<MessageBase>& message, nsecs_t reltime=0);
  /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,
  /frameworks/base/services/input/
InputDispatcher.cpp 67 const nsecs_t DEFAULT_INPUT_DISPATCHING_TIMEOUT = 5000 * 1000000LL; // 5 sec
72 const nsecs_t APP_SWITCH_TIMEOUT = 500 * 1000000LL; // 0.5sec
76 const nsecs_t STALE_EVENT_TIMEOUT = 10000 * 1000000LL; // 10sec
82 const nsecs_t STREAM_AHEAD_EVENT_TIMEOUT = 500 * 1000000LL; // 0.5sec
85 const nsecs_t SLOW_EVENT_PROCESSING_WARNING_TIMEOUT = 2000 * 1000000LL; // 2sec
90 static inline nsecs_t now() {
224 nsecs_t nextWakeupTime = LONG_LONG_MAX;
243 nsecs_t currentTime = now();
248 void InputDispatcher::dispatchOnceInnerLocked(nsecs_t* nextWakeupTime) {
249 nsecs_t currentTime = now()
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.h 69 bool waitForDone(nsecs_t timeout);
Scene.h 64 void calculateScene(nsecs_t time);
  /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
ZslProcessor3.cpp 69 nsecs_t timestamp = entry.data.i64[0];
208 nsecs_t candidateTimestamp = getCandidateTimestampLocked(&metadataIdx);
347 nsecs_t bufferTimestamp = queueEntry.buffer.mTimestamp;
349 nsecs_t frameTimestamp = 0;
369 nsecs_t ZslProcessor3::getCandidateTimestampLocked(size_t* metadataIdx) const {
376 nsecs_t minTimestamp = -1;
393 nsecs_t frameTimestamp = entry.data.i64[0];
  /frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.h 66 virtual void notifyShutter(int requestId, nsecs_t timestamp);
FrameProcessorBase.h 57 static const nsecs_t kWaitDuration = 10000000; // 10 ms
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.h 53 virtual status_t waitUntilRequestReceived(int32_t requestId, nsecs_t timeout);
67 virtual status_t waitForNextFrame(nsecs_t timeout);
110 status_t waitForBuffer(nsecs_t timeout);
113 status_t waitForDequeue(int32_t id, nsecs_t timeout);
  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.h 123 static const nsecs_t kWaitDuration = 250000000LL; // 250 ms
  /frameworks/native/include/gui/
ConsumerBase.h 154 nsecs_t presentWhen);
DisplayEventReceiver.h 52 nsecs_t timestamp;
Sensor.h 68 nsecs_t getMinDelayNs() const;
SensorEventQueue.h 71 status_t setEventRate(Sensor const* sensor, nsecs_t ns) const;
  /frameworks/native/include/ui/
Fence.h 94 nsecs_t getSignalTime() const;
  /frameworks/native/services/surfaceflinger/tests/vsync/
vsync.cpp 29 static nsecs_t oldTimeStamp = 0;
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 294 void RegisterTimestamp(int frameCnt, nsecs_t *frameTime);
295 nsecs_t GetTimestampByFrameCnt(int frameCnt);
296 nsecs_t GetTimestamp(int index);
343 nsecs_t m_lastTimeStamp;
351 nsecs_t timeStamp;
361 int MarkSensorDequeue(int index, int reqFrameCnt, nsecs_t *timeStamp);
563 int stream_id, nsecs_t frameTimeStamp);
564 int m_jpegCreator(StreamThread *selfThread, ExynosBuffer *srcImageBuf, nsecs_t frameTimeStamp);
565 int m_recordCreator(StreamThread *selfThread, ExynosBuffer *srcImageBuf, nsecs_t frameTimeStamp);
566 int m_prvcbCreator(StreamThread *selfThread, ExynosBuffer *srcImageBuf, nsecs_t frameTimeStamp)
    [all...]

Completed in 496 milliseconds

1 2 34 5 6 7 8 910