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

1 23 4 5 6 7 8 91011>>

  /device/generic/goldfish/camera/
EmulatedFakeCamera3.h 123 void onSensorEvent(uint32_t frameNumber, Event e, nsecs_t timestamp);
226 static const nsecs_t kWaitPerLoop = 10000000L; // 10 ms
227 static const nsecs_t kMaxWaitLoops = 1000;
257 static const nsecs_t kNormalExposureTime;
258 static const nsecs_t kFacePriorityExposureTime;
290 nsecs_t mAeCurrentExposureTime;
291 nsecs_t mAeTargetExposureTime;
  /frameworks/base/libs/hwui/
Animator.h 48 ANDROID_API void setDuration(nsecs_t durationInMs);
49 ANDROID_API nsecs_t duration() { return mDuration; }
50 ANDROID_API void setStartDelay(nsecs_t startDelayInMs);
51 ANDROID_API nsecs_t startDelay() { return mStartDelay; }
105 nsecs_t mStartTime;
106 nsecs_t mDuration;
107 nsecs_t mStartDelay;
AnimationContext.h 81 nsecs_t frameTimeMs() { return mFrameTimeMs; }
115 nsecs_t mFrameTimeMs;
  /frameworks/native/services/surfaceflinger/
FrameTracker.cpp 41 void FrameTracker::setDesiredPresentTime(nsecs_t presentTime) {
46 void FrameTracker::setFrameReadyTime(nsecs_t readyTime) {
57 void FrameTracker::setActualPresentTime(nsecs_t presentTime) {
68 void FrameTracker::setDisplayRefreshPeriod(nsecs_t displayPeriod) {
134 nsecs_t desiredPresentTimeNano = mFrameRecords[index].desiredPresentTime;
137 nsecs_t actualPresentTimeNano = mFrameRecords[index].actualPresentTime;
140 nsecs_t frameReadyTimeNano = mFrameRecords[index].frameReadyTime;
193 nsecs_t newPresentTime =
195 nsecs_t prevPresentTime =
198 nsecs_t duration = newPresentTime - prevPresentTime
    [all...]
SurfaceFlingerConsumer.cpp 105 BufferQueue::BufferItem *item, nsecs_t presentWhen) {
145 nsecs_t SurfaceFlingerConsumer::computeExpectedPresent(const DispSync& dispSync)
155 const nsecs_t nextRefresh = dispSync.computeNextRefresh(hwcLatency);
161 nsecs_t extraPadding = 0;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor3.h 84 static const nsecs_t kWaitDuration = 10000000; // 10 ms
85 nsecs_t mLatestClearedBufferTimestamp;
135 nsecs_t getCandidateTimestampLocked(size_t* metadataIdx) const;
CaptureSequencer.h 60 status_t waitUntilIdle(nsecs_t timeout);
69 void onCaptureAvailable(nsecs_t timestamp, sp<MemoryBase> captureBuffer);
94 nsecs_t mCaptureTimestamp;
103 static const nsecs_t kWaitDuration = 100000000; // 100 ms
  /frameworks/native/include/input/
Input.h 305 inline nsecs_t getDownTime() const { return mDownTime; }
307 inline nsecs_t getEventTime() const { return mEventTime; }
321 nsecs_t downTime,
322 nsecs_t eventTime);
332 nsecs_t mDownTime;
333 nsecs_t mEventTime;
378 inline nsecs_t getDownTime() const { return mDownTime; }
380 inline void setDownTime(nsecs_t downTime) { mDownTime = downTime; }
396 inline nsecs_t getEventTime() const { return mSampleEventTimes[getHistorySize()]; }
450 inline nsecs_t getHistoricalEventTime(size_t historicalIndex) const
    [all...]
  /frameworks/av/camera/
ICameraRecordingProxyListener.cpp 38 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData)
61 nsecs_t timestamp = data.readInt64();
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3DummyStream.cpp 47 nsecs_t timestamp) {
55 nsecs_t timestamp,
Camera3OutputStream.h 74 nsecs_t timestamp,
95 nsecs_t timestamp);
Camera3ZslStream.cpp 43 TimestampFinder(nsecs_t timestamp) : mTimestamp(timestamp) {}
109 const nsecs_t mTimestamp;
188 nsecs_t timestamp,
284 nsecs_t timestamp,
285 nsecs_t* actualTimestamp) {
300 nsecs_t actual = pinnedBuffer->getBufferItem().mTimestamp;
318 status_t Camera3ZslStream::clearInputRingBuffer(nsecs_t* latestTimestamp) {
324 status_t Camera3ZslStream::clearInputRingBufferLocked(nsecs_t* latestTimestamp) {
  /frameworks/base/core/jni/
android_view_DisplayEventReceiver.cpp 65 bool processPendingEvents(nsecs_t* outTimestamp, int32_t* id, uint32_t* outCount);
66 void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count);
67 void dispatchHotplug(nsecs_t timestamp, int32_t id, bool connected);
111 nsecs_t vsyncTimestamp;
141 nsecs_t vsyncTimestamp;
155 nsecs_t* outTimestamp, int32_t* outId, uint32_t* outCount) {
187 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count) {
198 void NativeDisplayEventReceiver::dispatchHotplug(nsecs_t timestamp, int32_t id, bool connected) {
  /frameworks/native/libs/gui/
ISensorEventConnection.cpp 56 virtual status_t enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs,
57 nsecs_t maxBatchReportLatencyNs, int reservedFlags)
70 virtual status_t setEventRate(int handle, nsecs_t ns)
106 nsecs_t samplingPeriodNs = data.readInt64();
107 nsecs_t maxBatchReportLatencyNs = data.readInt64();
  /system/core/include/utils/
Looper.h 358 void sendMessageDelayed(nsecs_t uptimeDelay, const sp<MessageHandler>& handler,
369 void sendMessageAtTime(nsecs_t uptime, const sp<MessageHandler>& handler,
434 MessageEnvelope(nsecs_t uptime, const sp<MessageHandler> handler,
438 nsecs_t uptime;
465 nsecs_t mNextMessageUptime; // set to LLONG_MAX when none
  /system/extras/tests/memtest/
fptest.cpp 34 typedef long long nsecs_t; typedef
35 static nsecs_t gTime;
38 static nsecs_t system_time()
43 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec;
53 nsecs_t t = system_time() - gTime;
  /frameworks/base/libs/hwui/renderthread/
RenderThread.cpp 192 static nsecs_t latestVsyncEvent(DisplayEventReceiver* receiver) {
194 nsecs_t latest = 0;
214 nsecs_t vsyncEvent = latestVsyncEvent(mDisplayEventReceiver);
259 nsecs_t nextWakeup;
268 nsecs_t timeoutNanos = nextWakeup - systemTime(SYSTEM_TIME_MONOTONIC);
303 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
328 RenderTask* RenderThread::nextTask(nsecs_t* nextWakeup) {
  /frameworks/native/services/inputflinger/
InputListener.cpp 29 NotifyConfigurationChangedArgs::NotifyConfigurationChangedArgs(nsecs_t eventTime) :
45 NotifyKeyArgs::NotifyKeyArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source,
48 int32_t metaState, nsecs_t downTime) :
69 NotifyMotionArgs::NotifyMotionArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source,
74 float xPrecision, float yPrecision, nsecs_t downTime) :
106 NotifySwitchArgs::NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags,
124 NotifyDeviceResetArgs::NotifyDeviceResetArgs(nsecs_t eventTime, int32_t deviceId) :
  /frameworks/native/services/inputflinger/tests/
InputDispatcher_test.cpp 25 static const nsecs_t ARBITRARY_TIME = 1234;
52 virtual void notifyConfigurationChanged(nsecs_t when) {
55 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
75 virtual void interceptMotionBeforeQueueing(nsecs_t when, uint32_t& policyFlags) {
78 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>& inputWindowHandle,
88 virtual void notifySwitch(nsecs_t when,
92 virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType) {
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 61 virtual void onVSyncReceived(int disp, nsecs_t timestamp) = 0;
258 nsecs_t refresh;
263 nsecs_t getRefreshTimestamp(int disp) const;
274 nsecs_t getRefreshPeriod(int disp) const;
289 mutable nsecs_t mNextFakeVSync;
290 nsecs_t mRefreshPeriod;
367 mutable nsecs_t mLastHwVSync[HWC_NUM_PHYSICAL_DISPLAY_TYPES];
  /frameworks/rs/
rsCppUtils.h 147 typedef int64_t nsecs_t; // nano-seconds typedef
156 static inline nsecs_t systemTime(int clock)
168 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec;
174 return nsecs_t(t.tv_sec)*1000000000LL + nsecs_t(t.tv_usec)*1000LL;
178 static inline nsecs_t nanoseconds_to_milliseconds(nsecs_t secs)
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsCppUtils.h 147 typedef int64_t nsecs_t; // nano-seconds typedef
156 static inline nsecs_t systemTime(int clock)
168 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec;
174 return nsecs_t(t.tv_sec)*1000000000LL + nsecs_t(t.tv_usec)*1000LL;
178 static inline nsecs_t nanoseconds_to_milliseconds(nsecs_t secs)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsCppUtils.h 147 typedef int64_t nsecs_t; // nano-seconds typedef
156 static inline nsecs_t systemTime(int clock)
168 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec;
174 return nsecs_t(t.tv_sec)*1000000000LL + nsecs_t(t.tv_usec)*1000LL;
178 static inline nsecs_t nanoseconds_to_milliseconds(nsecs_t secs)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsCppUtils.h 147 typedef int64_t nsecs_t; // nano-seconds typedef
156 static inline nsecs_t systemTime(int clock)
168 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec;
174 return nsecs_t(t.tv_sec)*1000000000LL + nsecs_t(t.tv_usec)*1000LL;
178 static inline nsecs_t nanoseconds_to_milliseconds(nsecs_t secs)
  /frameworks/av/services/camera/libcameraservice/common/
CameraDeviceBase.h 99 nsecs_t timeout) = 0;
190 nsecs_t timestamp) = 0;
219 virtual status_t waitForNextFrame(nsecs_t timeout) = 0;

Completed in 728 milliseconds

1 23 4 5 6 7 8 91011>>