/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
H A 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()
|
H A D | MidiEventThread.java | 39 + event.getTimestamp()); in run() 41 event.count, event.getTimestamp()); in run()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGetFrameTimestampsTests.cpp | 176 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 D | HelloOboeEngine.cpp | 49 auto result = mStream->getTimestamp(CLOCK_MONOTONIC); in getCurrentOutputLatencyMillis() 144 mIsLatencyDetectionSupported = (mStream->getTimestamp((CLOCK_MONOTONIC)) != in start()
|
/third_party/icu/icu4c/source/common/ |
H A D | servls.cpp | 164 , _timestamp(service->getTimestamp()) in ServiceEnumeration() 217 if (_timestamp == _service->getTimestamp()) { in upToDate() 241 _timestamp = _service->getTimestamp();
|
H A D | serv.h | 975 int32_t getTimestamp(void) const;
|
/third_party/node/deps/icu-small/source/common/ |
H A D | servls.cpp | 164 , _timestamp(service->getTimestamp()) in ServiceEnumeration() 217 if (_timestamp == _service->getTimestamp()) { in upToDate() 241 _timestamp = _service->getTimestamp();
|
H A D | serv.h | 975 int32_t getTimestamp() const;
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | servls.cpp | 164 , _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 D | AudioStream.h | 244 * 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 D | FilterAudioStream.h | 167 Result getTimestamp(clockid_t clockId, 171 Result result = mChildStream->getTimestamp(clockId, &childPosition, timeNanoseconds);
|
H A 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/ |
H A D | wpamsg.h | 25 QDateTime getTimestamp() const { return timestamp; } in getTimestamp() function in WpaMsg
|
H A 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/ |
H A D | wpamsg.h | 25 QDateTime getTimestamp() const { return timestamp; } in getTimestamp() function in WpaMsg
|
H A 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/ |
H A D | Timestamp.php | 185 $this->seconds = $datetime->getTimestamp();
|
/third_party/skia/third_party/externals/oboe/src/aaudio/ |
H A D | AudioStreamAAudio.h | 80 Result getTimestamp(clockid_t clockId,
|
H A 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/oboe/tests/ |
H A 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::ErrorClosed); in TEST_F()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | RendererD3D.cpp | 116 GLint64 RendererD3D::getTimestamp() in getTimestamp() function in rx::RendererD3D
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | RendererGL.h | 101 GLint64 getTimestamp();
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A 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/ |
H A D | SynthEngine.java | 194 mFramer.send(event.data, 0, event.count, event.getTimestamp()); in processMidiEvents()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | ContextImpl.h | 205 virtual GLint64 getTimestamp() = 0;
|