/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
D | EventScheduler.java | 107 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()
|
D | MidiEventThread.java | 39 + event.getTimestamp()); in run() 41 event.count, event.getTimestamp()); in run()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglGetFrameTimestampsTests.cpp | 176 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()
|
/third_party/skia/third_party/externals/oboe/docs/notes/ |
D | rlsbuffer.md | 20 * 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…
|
/third_party/skia/third_party/externals/oboe/docs/ |
D | ChangeLog.md | 12 - [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.
|
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/ |
D | HelloOboeEngine.cpp | 49 auto result = mStream->getTimestamp(CLOCK_MONOTONIC); in getCurrentOutputLatencyMillis() 144 mIsLatencyDetectionSupported = (mStream->getTimestamp((CLOCK_MONOTONIC)) != in start()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | servls.cpp | 164 , _timestamp(service->getTimestamp()) in ServiceEnumeration() 216 if (_timestamp == _service->getTimestamp()) { in upToDate() 240 _timestamp = _service->getTimestamp(); in reset()
|
/third_party/icu/icu4c/source/common/ |
D | servls.cpp | 164 , _timestamp(service->getTimestamp()) in ServiceEnumeration() 217 if (_timestamp == _service->getTimestamp()) { in upToDate() 241 _timestamp = _service->getTimestamp(); in reset()
|
/third_party/node/deps/icu-small/source/common/ |
D | servls.cpp | 164 , _timestamp(service->getTimestamp()) in ServiceEnumeration() 217 if (_timestamp == _service->getTimestamp()) { in upToDate() 241 _timestamp = _service->getTimestamp(); in reset()
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
D | AudioStream.h | 287 virtual Result getTimestamp(clockid_t /* clockId */, in getTimestamp() function 308 virtual ResultWithValue<FrameTimestamp> getTimestamp(clockid_t /* clockId */);
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | FilterAudioStream.h | 167 Result getTimestamp(clockid_t clockId, in getTimestamp() function 171 Result result = mChildStream->getTimestamp(clockId, &childPosition, timeNanoseconds); in getTimestamp()
|
D | AudioStream.cpp | 189 ResultWithValue<FrameTimestamp> AudioStream::getTimestamp(clockid_t clockId) { in getTimestamp() function in oboe::AudioStream 191 Result result = getTimestamp(clockId, &frame.position, &frame.timestamp); in getTimestamp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
D | wpamsg.h | 25 QDateTime getTimestamp() const { return timestamp; } in getTimestamp() function
|
D | eventhistory.cpp | 119 elm->addEvent(msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"), in addEvent()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
D | wpamsg.h | 25 QDateTime getTimestamp() const { return timestamp; } in getTimestamp() function
|
D | eventhistory.cpp | 119 elm->addEvent(msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"), in addEvent()
|
/third_party/protobuf/php/src/Google/Protobuf/ |
D | Timestamp.php | 185 $this->seconds = $datetime->getTimestamp();
|
/third_party/skia/third_party/externals/oboe/tests/ |
D | testStreamClosedMethods.cpp | 267 auto r = mStream->getTimestamp(CLOCK_MONOTONIC, &framePosition, &presentationTime); in TEST_F() 273 …ASSERT_EQ(mStream->getTimestamp(CLOCK_MONOTONIC, &framePosition, &presentationTime), Result::Error… in TEST_F()
|
/third_party/skia/third_party/externals/oboe/src/aaudio/ |
D | AudioStreamAAudio.h | 80 Result getTimestamp(clockid_t clockId,
|
D | AudioStreamAAudio.cpp | 596 Result AudioStreamAAudio::getTimestamp(clockid_t clockId, in getTimestamp() function in oboe::AudioStreamAAudio 620 auto result = getTimestamp(CLOCK_MONOTONIC, in calculateLatencyMillis()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | RendererD3D.cpp | 116 GLint64 RendererD3D::getTimestamp() in getTimestamp() function in rx::RendererD3D
|
/third_party/gstreamer/gstplugins_bad/ext/openni2/ |
D | gstopenni2src.cpp | 681 oni_ts = src->colorFrame->getTimestamp () * 1000; in openni2_read_gstbuffer() 707 oni_ts = src->depthFrame->getTimestamp () * 1000; in openni2_read_gstbuffer() 733 oni_ts = src->colorFrame->getTimestamp () * 1000; in openni2_read_gstbuffer()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | RendererGL.h | 101 GLint64 getTimestamp();
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Context9.cpp | 438 GLint64 Context9::getTimestamp() in getTimestamp() function in rx::Context9 440 return mRenderer->getTimestamp(); in getTimestamp()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/ |
D | SynthEngine.java | 194 mFramer.send(event.data, 0, event.count, event.getTimestamp()); in processMidiEvents()
|