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

1 2 3 4 5 67 8 91011>>

  /frameworks/native/include/gui/
BufferQueueConsumer.h 50 nsecs_t expectedPresent);
ConsumerBase.h 157 nsecs_t presentWhen);
Sensor.h 68 nsecs_t getMinDelayNs() const;
IGraphicBufferConsumer.h 144 virtual status_t acquireBuffer(BufferItem* buffer, nsecs_t presentWhen) = 0;
  /frameworks/native/libs/input/tests/
InputPublisherAndConsumer_test.cpp 82 const nsecs_t downTime = 3;
83 const nsecs_t eventTime = 4;
144 const nsecs_t downTime = 3;
146 const nsecs_t eventTime = 4;
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/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 138 nsecs_t mLastFPSTime;
  /frameworks/base/libs/hwui/
Animator.cpp 75 void BaseRenderNodeAnimator::setDuration(nsecs_t duration) {
80 void BaseRenderNodeAnimator::setStartDelay(nsecs_t startDelay) {
106 nsecs_t frameTimeMs = context.frameTimeMs();
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.cpp 96 nsecs_t timeBefore = systemTime();
113 nsecs_t timeAfter = systemTime();
236 nsecs_t time = -systemTime();
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 432 static nsecs_t mLastFpsTime = 0;
436 nsecs_t now = systemTime();
437 nsecs_t diff = now - mLastFpsTime;
454 nsecs_t now = systemTime();
455 nsecs_t diff = now - mLastFPSTime;
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 82 nsecs_t UNDEFINED_TIME_NANO;
87 nsecs_t UNDEFINED_TIME_NANO;
483 nsecs_t postedTimesNanoSrc[frameCount];
484 nsecs_t presentedTimesNanoSrc[frameCount];
485 nsecs_t readyTimesNanoSrc[frameCount];
488 nsecs_t postedTimeNano = stats.desiredPresentTimesNano[i];
494 nsecs_t presentedTimeNano = stats.actualPresentTimesNano[i];
500 nsecs_t readyTimeNano = stats.frameReadyTimesNano[i];
557 nsecs_t presentedTimesNanoSrc[frameCount];
560 nsecs_t presentedTimeNano = stats.actualPresentTimesNano[i]
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor3.cpp 106 nsecs_t timestamp = entry.data.i64[0];
304 nsecs_t candidateTimestamp = getCandidateTimestampLocked(&metadataIdx);
485 nsecs_t bufferTimestamp = queueEntry.buffer.mTimestamp;
487 nsecs_t frameTimestamp = 0;
524 nsecs_t ZslProcessor3::getCandidateTimestampLocked(size_t* metadataIdx) const {
531 nsecs_t minTimestamp = -1;
548 nsecs_t frameTimestamp = entry.data.i64[0];
ZslProcessor.cpp 83 nsecs_t timestamp = entry.data.i64[0];
491 nsecs_t bufferTimestamp = queueEntry.buffer.mTimestamp;
494 nsecs_t frameTimestamp = 0;
515 nsecs_t frameTimestamp = entry.data.i64[0];
548 nsecs_t bufferTimestamp = queueEntry.buffer.mTimestamp;
550 nsecs_t frameTimestamp = 0;
  /frameworks/base/libs/input/
PointerController.cpp 39 static const nsecs_t INACTIVITY_TIMEOUT_DELAY_TIME_NORMAL = 15 * 1000 * 1000000LL; // 15 seconds
40 static const nsecs_t INACTIVITY_TIMEOUT_DELAY_TIME_SHORT = 3 * 1000 * 1000000LL; // 3 seconds
43 static const nsecs_t ANIMATION_FRAME_INTERVAL = 1000000000LL / 60;
46 static const nsecs_t SPOT_FADE_DURATION = 200 * 1000000LL; // 200 ms
49 static const nsecs_t POINTER_FADE_DURATION = 500 * 1000000LL; // 500 ms
416 nsecs_t frameDelay = systemTime(SYSTEM_TIME_MONOTONIC) - mLocked.animationTime;
474 nsecs_t timeout = mLocked.inactivityTimeout == INACTIVITY_TIMEOUT_SHORT
  /frameworks/native/services/inputflinger/
InputReader.cpp 176 nsecs_t when, int32_t deviceId, uint32_t source,
193 nsecs_t when, int32_t deviceId, uint32_t source,
274 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
290 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
359 void InputReader::addDeviceLocked(nsecs_t when, int32_t deviceId) {
386 void InputReader::removeDeviceLocked(nsecs_t when, int32_t deviceId) {
487 void InputReader::timeoutExpiredLocked(nsecs_t when) {
496 void InputReader::handleConfigurationChangedLocked(nsecs_t when) {
511 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
537 void InputReader::disableVirtualKeysUntilLocked(nsecs_t time)
    [all...]
EventHub.h 73 nsecs_t when;
246 virtual void vibrate(int32_t deviceId, nsecs_t duration) = 0;
310 virtual void vibrate(int32_t deviceId, nsecs_t duration);
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 209 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
211 virtual void notifyConfigurationChanged(nsecs_t when);
212 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
219 virtual void interceptMotionBeforeQueueing(nsecs_t when, uint32_t& policyFlags);
220 virtual nsecs_t interceptKeyBeforeDispatching(
225 virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType);
268 void handleInterceptActions(jint wmActions, nsecs_t when, uint32_t& policyFlags);
550 void NativeInputManager::notifySwitch(nsecs_t when,
564 void NativeInputManager::notifyConfigurationChanged(nsecs_t when) {
575 nsecs_t NativeInputManager::notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp 63 static const nsecs_t kExposureTimeRange[2];
64 static const nsecs_t kFrameDurationRange[2];
65 static const nsecs_t kMinVerticalBlank;
90 static const nsecs_t kRowReadoutTime;
100 const nsecs_t Sensor::kExposureTimeRange[2] =
102 const nsecs_t Sensor::kFrameDurationRange[2] =
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 148 void EventThread::onVSyncEvent(nsecs_t timestamp) {
215 nsecs_t timestamp = 0;
309 nsecs_t timeout = softwareSync ? ms2ns(16) : ms2ns(1000);
  /device/generic/goldfish/camera/
EmulatedCamera.h 93 nsecs_t timestamp,
EmulatedCameraDevice.h 490 nsecs_t mCurFrameTimestamp;
  /frameworks/base/libs/hwui/renderthread/
RenderProxy.cpp 94 CREATE_BRIDGE2(setFrameInterval, RenderThread* thread, nsecs_t frameIntervalNanos) {
99 void RenderProxy::setFrameInterval(nsecs_t frameIntervalNanos) {
191 int RenderProxy::syncAndDrawFrame(nsecs_t frameTimeNanos, nsecs_t recordDurationNanos,
  /frameworks/native/libs/binder/
PermissionCache.cpp 101 nsecs_t t = -systemTime();
  /frameworks/native/libs/gui/
BufferItemConsumer.cpp 57 nsecs_t presentWhen, bool waitForFence) {
  /frameworks/native/libs/gui/tests/
BufferQueue_test.cpp 252 ASSERT_EQ(OK, mConsumer->acquireBuffer(&item, static_cast<nsecs_t>(0)));
286 ASSERT_EQ(OK, mConsumer->acquireBuffer(&item, static_cast<nsecs_t>(0)));
346 ASSERT_EQ(OK, mConsumer->acquireBuffer(&item, static_cast<nsecs_t>(0)));
352 ASSERT_EQ(OK, mConsumer->acquireBuffer(&item, static_cast<nsecs_t>(0)));

Completed in 447 milliseconds

1 2 3 4 5 67 8 91011>>