HomeSort by relevance Sort by last modified time
    Searched defs:onVsync (Results 1 - 10 of 10) sorted by null

  /hardware/interfaces/graphics/composer/2.1/vts/functional/
GraphicsComposerCallback.cpp 78 Return<void> GraphicsComposerCallback::onVsync(Display display, int64_t) {
  /frameworks/base/core/java/android/view/
DisplayEventReceiver.java 140 public void onVsync(long timestampNanos, int builtInDisplayId, int frame) {
171 onVsync(timestampNanos, builtInDisplayId, frame);
Choreographer.java     [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DummyDevice.cpp 211 void DummyDevice::onVsync(int64_t timestamp)
PhysicalDevice.cpp 464 void PhysicalDevice::onVsync(int64_t timestamp)
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
PhysicalDevice.cpp 486 void PhysicalDevice::onVsync(int64_t timestamp)
VirtualDevice.cpp     [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 142 bool HWComposer::onVsync(hwc2_display_t displayId, int64_t timestamp,
146 ALOGE("onVsync Failed to find display %" PRIu64, displayId);
152 ALOGE("onVsync: Failed to determine type of display %" PRIu64,
  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.cpp     [all...]
  /hardware/interfaces/graphics/composer/2.1/default/
ComposerClient.cpp 243 void ComposerClient::onVsync(Display display, int64_t timestamp)
245 auto ret = mCallback->onVsync(display, timestamp);
246 ALOGE_IF(!ret.isOk(), "failed to send onVsync: %s",
    [all...]

Completed in 268 milliseconds