Home
last modified time | relevance | path

Searched refs:baseTime (Results 1 – 19 of 19) sorted by relevance

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DUsMotionEvent.java39 public long baseTime; field in UsMotionEvent
48 public UsMotionEvent(MotionEvent event, long baseTime) { in UsMotionEvent() argument
49 createTime = RemoteClockInfo.microTime() - baseTime; in UsMotionEvent()
50 this.baseTime = baseTime; in UsMotionEvent()
52 kernelTime = getEventTimeMicro(event) - baseTime; in UsMotionEvent()
58 public UsMotionEvent(MotionEvent event, long baseTime, int pos) { in UsMotionEvent() argument
59 createTime = RemoteClockInfo.microTime() - baseTime; in UsMotionEvent()
60 this.baseTime = baseTime; in UsMotionEvent()
64 kernelTime = getHistoricalEventTimeMicro(event, pos) - baseTime; in UsMotionEvent()
DAudioTest.java234 long enqueueTime = getTePlay() - waltDevice.clock.baseTime;
251 traceLogger.log(lastBeepTime + waltDevice.clock.baseTime,
252 enqueueTime + waltDevice.clock.baseTime,
255 traceLogger.log(enqueueTime + waltDevice.clock.baseTime,
256 tmsg.t + waltDevice.clock.baseTime,
304 lastBeepTime = playTone() - waltDevice.clock.baseTime;
308 traceLogger.log(javaBeepTime + waltDevice.clock.baseTime,
309 lastBeepTime + waltDevice.clock.baseTime, "Java-to-native",
357 … long te = getTeRec() - waltDevice.clock.baseTime; // When a buffer was enqueued for recording
358 …long tc = getTcRec() - waltDevice.clock.baseTime; // When callback receiving a recorded buffer fi…
[all …]
DRemoteClockInfo.java47 public long baseTime; field in RemoteClockInfo
54 return microTime() - baseTime; in micros()
62 return "Remote clock [us]: current time = " + micros() + " baseTime = " + baseTime + in toString()
DMidiTest.java180 last_tWalt = tmsg.t + waltDevice.clock.baseTime;
304 last_tSys = timestamp / 1000 - waltDevice.clock.baseTime; in onSend()
324 traceLogger.log(last_tWalt + waltDevice.clock.baseTime, in onSend()
325 last_tSys + waltDevice.clock.baseTime, "MIDI Input Subsystem", in onSend()
327 traceLogger.log(last_tSys + waltDevice.clock.baseTime, in onSend()
328 last_tJava + waltDevice.clock.baseTime, "MIDI Input Java", in onSend()
DTapLatencyFragment.java80 UsMotionEvent tapEvent = new UsMotionEvent(event, waltDevice.clock.baseTime);
132 traceLogger.log(tapEvent.physicalTime + waltDevice.clock.baseTime, in traceLogEvent()
133 tapEvent.kernelTime + waltDevice.clock.baseTime, title + " Physical", in traceLogEvent()
135 traceLogger.log(tapEvent.kernelTime + waltDevice.clock.baseTime, in traceLogEvent()
136 tapEvent.createTime + waltDevice.clock.baseTime, title + " App Callback", in traceLogEvent()
DScreenResponseFragment.java255 lastFrameStartTime = frameTimeNanos / 1000 - waltDevice.clock.baseTime;
256 lastFrameCallbackTime = System.nanoTime() / 1000 - waltDevice.clock.baseTime;
295 final long startTimeMicros = lastFrameStartTime + waltDevice.clock.baseTime;
296 final long finishTimeMicros = tmsg.t + waltDevice.clock.baseTime;
320 traceLogger.log(lastFrameCallbackTime + waltDevice.clock.baseTime,
321 lastFrameCallbackTime + waltDevice.clock.baseTime + 1000,
DWaltUsbConnection.java145 remoteClock.baseTime = syncClock(fd, ep_out, ep_in); in syncClock()
DDragLatencyFragment.java78 UsMotionEvent eh = new UsMotionEvent(event, waltDevice.clock.baseTime, i);
81 UsMotionEvent e = new UsMotionEvent(event, waltDevice.clock.baseTime);
DWaltTcpConnection.java211 remoteClock.baseTime = RemoteClockInfo.microTime() - Long.parseLong(parts[1]); in updateClock()
DWaltDevice.java247 clock.baseTime = RemoteClockInfo.microTime(); in simpleSyncClock()
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Danimation.js218 _fireEvents: function(baseTime) { argument
221 var event = new AnimationEvent(this, this._currentTime, baseTime);
/external/walt/ios/WALT/
DWALTClient.h76 @property (readonly, nonatomic) NSTimeInterval baseTime;
DTapLatencyController.m124 actionString, _client.baseTime, physicalToKernel, kernelToCallback];
DWALTClient.m580 - (NSTimeInterval)baseTime { method
/external/deqp/modules/gles3/performance/
Des3pDepthTests.cpp76 deInt64 baseTime; member
633 if (samples[ndx].baseTime != 0 || samples[ndx].nullTime != 0) in logSamples()
671 …orkload << sample.order << sample.testTime << sample.nullTime << sample.baseTime << TestLog::EndSa… in logSamples()
824 sample.baseTime = 0; in renderSample()
1035 sample.baseTime = now - prev; in renderSample()
1060 baseSamples[ndx] = Vec2((float)sample.workload, (float)sample.baseTime); in logAnalysis()
1761 sample.baseTime = now - prev; in renderSample()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSimpleDateFormat.java1259 private void initializeDefaultCenturyStart(long baseTime) { in initializeDefaultCenturyStart() argument
1260 defaultCenturyBase = baseTime; in initializeDefaultCenturyStart()
1264 tmpCal.setTimeInMillis(baseTime); in initializeDefaultCenturyStart()
2732 long baseTime = localMillis + offsets[0]; in parse() local
2733 long time = baseTime; in parse()
2734 long limit = baseTime + MAX_DAYLIGHT_DETECTION_RANGE; in parse()
2753 time = baseTime; in parse()
2754 limit = baseTime - MAX_DAYLIGHT_DETECTION_RANGE; in parse()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java1264 private void initializeDefaultCenturyStart(long baseTime) { in initializeDefaultCenturyStart() argument
1265 defaultCenturyBase = baseTime; in initializeDefaultCenturyStart()
1269 tmpCal.setTimeInMillis(baseTime); in initializeDefaultCenturyStart()
2747 long baseTime = localMillis + offsets[0]; in parse() local
2748 long time = baseTime; in parse()
2749 long limit = baseTime + MAX_DAYLIGHT_DETECTION_RANGE; in parse()
2768 time = baseTime; in parse()
2769 limit = baseTime - MAX_DAYLIGHT_DETECTION_RANGE; in parse()
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2587 UDate baseTime = localMillis + raw; in parse() local
2588 UDate time = baseTime; in parse()
2589 UDate limit = baseTime + MAX_DAYLIGHT_DETECTION_RANGE; in parse()
2609 time = baseTime; in parse()
2610 limit = baseTime - MAX_DAYLIGHT_DETECTION_RANGE; in parse()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...