Home
last modified time | relevance | path

Searched refs:getTimestamp (Results 1 - 25 of 42) sorted by relevance

12

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A 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()
H A DMidiEventThread.java39 + event.getTimestamp()); in run()
41 event.count, event.getTimestamp()); in run()
/third_party/vk-gl-cts/modules/egl/
H A DteglGetFrameTimestampsTests.cpp176 EGLnsecsANDROID getTimestamp(eglw::EGLint name, TimestampInfoMap& map, const std::vector<EGLnsecsANDROID>& supportedValues) in getTimestamp() function
184 frameTimes->requestedPresent = getTimestamp(EGL_REQUESTED_PRESENT_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
185 frameTimes->renderingComplete = getTimestamp(EGL_RENDERING_COMPLETE_TIME_ANDROID, map, supportedValues); 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, supportedValues); in populateFrameTimes()
188 frameTimes->lastCompositionStart = getTimestamp(EGL_LAST_COMPOSITION_START_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
189 frameTimes->firstCompositionGpuFinished = getTimestamp(EGL_FIRST_COMPOSITION_GPU_FINISHED_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
190 frameTimes->displayPresent = getTimestamp(EGL_DISPLAY_PRESENT_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
191 frameTimes->dequeueReady = getTimestamp(EGL_DEQUEUE_READY_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
192 frameTimes->readsDone = getTimestamp(EGL_READS_DONE_TIME_ANDROI in populateFrameTimes()
[all...]
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
H A DHelloOboeEngine.cpp49 auto result = mStream->getTimestamp(CLOCK_MONOTONIC); in getCurrentOutputLatencyMillis()
144 mIsLatencyDetectionSupported = (mStream->getTimestamp((CLOCK_MONOTONIC)) != in start()
/third_party/icu/icu4c/source/common/
H A Dservls.cpp164 , _timestamp(service->getTimestamp()) in ServiceEnumeration()
217 if (_timestamp == _service->getTimestamp()) { in upToDate()
241 _timestamp = _service->getTimestamp();
H A Dserv.h975 int32_t getTimestamp(void) const;
/third_party/node/deps/icu-small/source/common/
H A Dservls.cpp164 , _timestamp(service->getTimestamp()) in ServiceEnumeration()
217 if (_timestamp == _service->getTimestamp()) { in upToDate()
241 _timestamp = _service->getTimestamp();
H A Dserv.h975 int32_t getTimestamp() const;
/third_party/skia/third_party/externals/icu/source/common/
H A Dservls.cpp164 , _timestamp(service->getTimestamp()) in ServiceEnumeration()
216 if (_timestamp == _service->getTimestamp()) { in upToDate()
240 _timestamp = _service->getTimestamp(); in reset()
/third_party/skia/third_party/externals/oboe/include/oboe/
H A DAudioStream.h244 * Calculate the latency of a stream based on getTimestamp().
281 * @deprecated since 1.0, use AudioStream::getTimestamp(clockid_t clockId) instead, which
287 virtual Result getTimestamp(clockid_t /* clockId */, in getTimestamp() function in oboe::AudioStream
308 virtual ResultWithValue<FrameTimestamp> getTimestamp(clockid_t /* clockId */);
/third_party/skia/third_party/externals/oboe/src/common/
H A DFilterAudioStream.h167 Result getTimestamp(clockid_t clockId,
171 Result result = mChildStream->getTimestamp(clockId, &childPosition, timeNanoseconds);
H A 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dwpamsg.h25 QDateTime getTimestamp() const { return timestamp; } in getTimestamp() function in WpaMsg
H A Deventhistory.cpp119 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/
H A Dwpamsg.h25 QDateTime getTimestamp() const { return timestamp; } in getTimestamp() function in WpaMsg
H A Deventhistory.cpp119 elm->addEvent(msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"), in addEvent()
/third_party/protobuf/php/src/Google/Protobuf/
H A DTimestamp.php185 $this->seconds = $datetime->getTimestamp();
/third_party/skia/third_party/externals/oboe/src/aaudio/
H A DAudioStreamAAudio.h80 Result getTimestamp(clockid_t clockId,
H A DAudioStreamAAudio.cpp596 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/oboe/tests/
H A DtestStreamClosedMethods.cpp267 auto r = mStream->getTimestamp(CLOCK_MONOTONIC, &framePosition, &presentationTime); in TEST_F()
273 ASSERT_EQ(mStream->getTimestamp(CLOCK_MONOTONIC, &framePosition, &presentationTime), Result::ErrorClosed); in TEST_F()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DRendererD3D.cpp116 GLint64 RendererD3D::getTimestamp() in getTimestamp() function in rx::RendererD3D
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DRendererGL.h101 GLint64 getTimestamp();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DContext9.cpp438 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/
H A DSynthEngine.java194 mFramer.send(event.data, 0, event.count, event.getTimestamp()); in processMidiEvents()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DContextImpl.h205 virtual GLint64 getTimestamp() = 0;

Completed in 14 milliseconds

12