Home
last modified time | relevance | path

Searched refs:getTimestamp (Results 1 – 25 of 92) sorted by relevance

1234

/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DEventScheduler.java107 public long getTimestamp() { in getTimestamp() method in EventScheduler.SchedulableEvent
156 FastEventQueue list = mEventBuffer.get(event.getTimestamp()); in add()
161 mEventBuffer.put(event.getTimestamp(), list); in add()
164 if (event.getTimestamp() < lowestTime) { in add()
DMidiEventThread.java39 + event.getTimestamp()); in run()
41 event.count, event.getTimestamp()); in run()
/external/deqp/modules/egl/
DteglGetFrameTimestampsTests.cpp176 EGLnsecsANDROID getTimestamp(eglw::EGLint name, TimestampInfoMap& map, const std::vector<EGLnsecsAN… in getTimestamp() function
184 …frameTimes->requestedPresent = getTimestamp(EGL_REQUESTED_PRESENT_TIME_ANDROID, map, supportedVa… in populateFrameTimes()
185 …frameTimes->renderingComplete = getTimestamp(EGL_RENDERING_COMPLETE_TIME_ANDROID, map, supported… in populateFrameTimes()
186 frameTimes->latch = getTimestamp(EGL_COMPOSITION_LATCH_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
187 …frameTimes->firstCompositionStart = getTimestamp(EGL_FIRST_COMPOSITION_START_TIME_ANDROID, map, s… in populateFrameTimes()
188 …frameTimes->lastCompositionStart = getTimestamp(EGL_LAST_COMPOSITION_START_TIME_ANDROID, map, sup… in populateFrameTimes()
189 …frameTimes->firstCompositionGpuFinished = getTimestamp(EGL_FIRST_COMPOSITION_GPU_FINISHED_TIME_AND… in populateFrameTimes()
190 …frameTimes->displayPresent = getTimestamp(EGL_DISPLAY_PRESENT_TIME_ANDROID, map, supportedValue… in populateFrameTimes()
191 frameTimes->dequeueReady = getTimestamp(EGL_DEQUEUE_READY_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
192 frameTimes->readsDone = getTimestamp(EGL_READS_DONE_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
/external/oboe/docs/notes/
Drlsbuffer.md20 * AND you call stream->getFramesRead() or stream->getTimestamp(...) from inside
28 1. Do not call stream->getFramesRead() or stream->getTimestamp() from inside the callback of an OUT…
38 …r Oboe calls getFramesRead() or getTimestamp(), which calls down to AudioTrack::getPosition() or A…
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DJavaBeanTimeStampTest.java42 assertEquals(stamp, javaBeanToLoad.getTimestamp()); in testLoadDefaultJavaSqlTimestamp()
58 assertEquals(stamp, javaBeanToLoad.getTimestamp()); in testLoadDefaultJavaSqlTimestampNoGlobalTag()
DJavaBeanWithSqlTimestamp.java22 public java.sql.Timestamp getTimestamp() { in getTimestamp() method in JavaBeanWithSqlTimestamp
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/
DRecordEventsSpanImplTest.java176 assertThat(spanData.getAnnotations().getEvents().get(0).getTimestamp()) in toSpanData_ActiveSpan()
180 assertThat(spanData.getAnnotations().getEvents().get(1).getTimestamp()) in toSpanData_ActiveSpan()
186 assertThat(spanData.getNetworkEvents().getEvents().get(0).getTimestamp()) in toSpanData_ActiveSpan()
237 assertThat(spanData.getAnnotations().getEvents().get(0).getTimestamp()) in toSpanData_EndedSpan()
241 assertThat(spanData.getAnnotations().getEvents().get(1).getTimestamp()) in toSpanData_EndedSpan()
247 assertThat(spanData.getNetworkEvents().getEvents().get(0).getTimestamp()) in toSpanData_EndedSpan()
433 assertThat(spanData.getAnnotations().getEvents().get(i).getTimestamp()) in droppingAnnotations()
442 assertThat(spanData.getAnnotations().getEvents().get(i).getTimestamp()) in droppingAnnotations()
478 assertThat(spanData.getNetworkEvents().getEvents().get(i).getTimestamp()) in droppingNetworkEvents()
488 assertThat(spanData.getNetworkEvents().getEvents().get(i).getTimestamp()) in droppingNetworkEvents()
/external/oboe/docs/
DChangeLog.md12 - [Add `AudioStream::getTimestamp(clockid_t)`](https://github.com/google/oboe/pull/213/commits/ab69…
13 - Deprecate `AudioStream::getTimestamp(clockid_t, int64_t, int64_t)`. Same commit as above.
/external/libtextclassifier/notification/tests/src/com/android/textclassifier/notification/
DNotificationTest.java78 assertThat(actual.getTimestamp()).isEqualTo(expected.getTimestamp()); in assertMessageEquals()
/external/opencensus-java/api/src/main/java/io/opencensus/trace/export/
DSpanData.java140 timedEvent.getTimestamp(), BaseMessageEventUtils.asMessageEvent(event))); in create()
248 timedEvent.getTimestamp(), in getNetworkEvents()
333 public abstract Timestamp getTimestamp(); in getTimestamp() method in SpanData.TimedEvent
/external/grpc-grpc-java/grpclb/src/generated/main/java/io/grpc/lb/v1/
DClientStats.java151 public com.google.protobuf.Timestamp getTimestamp() { in getTimestamp() method in ClientStats
162 return getTimestamp(); in getTimestampOrBuilder()
286 output.writeMessage(1, getTimestamp()); in writeTo()
313 .computeMessageSize(1, getTimestamp()); in getSerializedSize()
353 result = result && getTimestamp() in equals()
354 .equals(other.getTimestamp()); in equals()
379 hash = (53 * hash) + getTimestamp().hashCode(); in hashCode()
637 mergeTimestamp(other.getTimestamp()); in mergeFrom()
725 public com.google.protobuf.Timestamp getTimestamp() { in getTimestamp() method in ClientStats.Builder
850 getTimestamp(), in getTimestampFieldBuilder()
DClientStatsOrBuilder.java25 com.google.protobuf.Timestamp getTimestamp(); in getTimestamp() method
/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/
DTracezZPageHandler.java360 durationToNanos(event.getTimestamp().subtractTimestamp(lastTimestampNanos))); in emitSingleSpan()
369 TimeUnit.SECONDS.toMillis(event.getTimestamp().getSeconds()) in emitSingleSpan()
370 + TimeUnit.NANOSECONDS.toMillis(event.getTimestamp().getNanos())); in emitSingleSpan()
371 microsField = TimeUnit.NANOSECONDS.toMicros(event.getTimestamp().getNanos()); in emitSingleSpan()
398 lastTimestampNanos = event.getTimestamp(); in emitSingleSpan()
675 return o1.getTimestamp().compareTo(o2.getTimestamp()); in compare()
/external/oboe/samples/hello-oboe/src/main/cpp/
DHelloOboeEngine.cpp49 auto result = mStream->getTimestamp(CLOCK_MONOTONIC); in getCurrentOutputLatencyMillis()
142 mIsLatencyDetectionSupported = (mStream->getTimestamp((CLOCK_MONOTONIC)) != in start()
/external/llvm-project/compiler-rt/lib/xray/
Dxray_fdr_logging.cpp416 static TSCAndCPU getTimestamp() XRAY_NEVER_INSTRUMENT { in getTimestamp() function
497 auto TC = getTimestamp(); in fdrLoggingHandleArg0()
527 auto TC = getTimestamp(); in fdrLoggingHandleArg1()
557 auto TC = getTimestamp(); in fdrLoggingHandleCustomEvent()
587 auto TC = getTimestamp(); in fdrLoggingHandleTypedEvent()
/external/icu/icu4c/source/common/
Dservls.cpp164 , _timestamp(service->getTimestamp()) in ServiceEnumeration()
216 if (_timestamp == _service->getTimestamp()) { in upToDate()
240 _timestamp = _service->getTimestamp(); in reset()
/external/oboe/include/oboe/
DAudioStream.h287 virtual Result getTimestamp(clockid_t /* clockId */, in getTimestamp() function
308 virtual ResultWithValue<FrameTimestamp> getTimestamp(clockid_t /* clockId */);
/external/oboe/src/common/
DFilterAudioStream.h171 Result getTimestamp(clockid_t clockId, in getTimestamp() function
175 Result result = mChildStream->getTimestamp(clockId, &childPosition, timeNanoseconds); in getTimestamp()
DAudioStream.cpp189 ResultWithValue<FrameTimestamp> AudioStream::getTimestamp(clockid_t clockId) { in getTimestamp() function in oboe::AudioStream
191 Result result = getTimestamp(clockId, &frame.position, &frame.timestamp); in getTimestamp()
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DChannelTraceEvent.java379 public com.google.protobuf.Timestamp getTimestamp() { in getTimestamp() method in ChannelTraceEvent
390 return getTimestamp(); in getTimestampOrBuilder()
464 output.writeMessage(3, getTimestamp()); in writeTo()
489 .computeMessageSize(3, getTimestamp()); in getSerializedSize()
520 result = result && getTimestamp() in equals()
521 .equals(other.getTimestamp()); in equals()
555 hash = (53 * hash) + getTimestamp().hashCode(); in hashCode()
808 mergeTimestamp(other.getTimestamp()); in mergeFrom()
1038 public com.google.protobuf.Timestamp getTimestamp() { in getTimestamp() method in ChannelTraceEvent.Builder
1163 getTimestamp(), in getTimestampFieldBuilder()
DChannelTraceEventOrBuilder.java60 com.google.protobuf.Timestamp getTimestamp(); in getTimestamp() method
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpamsg.h25 QDateTime getTimestamp() const { return timestamp; } in getTimestamp() function
/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/
DPoint.java62 public abstract Timestamp getTimestamp(); in getTimestamp() method in Point
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
DPresencePublication.java479 (System.currentTimeMillis() - mPublishingRequest.getTimestamp() in isPublishedOrPublishing()
747 public long getTimestamp() { in getTimestamp() method in PresencePublication.PublishRequest
800 if((mPendingRequest != null) && currentTime - mPendingRequest.getTimestamp() in requestPublication()
806 mPendingRequest.setTimestamp(publishRequest.getTimestamp()); in requestPublication()
872 passed = System.currentTimeMillis() - mPublishingRequest.getTimestamp(); in doPublish()
874 passed = System.currentTimeMillis() - mPublishedRequest.getTimestamp(); in doPublish()
/external/protobuf/php/src/Google/Protobuf/
DTimestamp.php185 $this->seconds = $datetime->getTimestamp();

1234