HomeSort by relevance Sort by last modified time
    Searched refs:setVsyncRate (Results 1 - 9 of 9) sorted by null

  /frameworks/native/include/gui/
IDisplayEventConnection.h 45 * setVsyncRate() sets the vsync event delivery rate. A value of
50 virtual void setVsyncRate(uint32_t count) = 0;
DisplayEventReceiver.h 73 * SurfaceFlinger. VSync events are disabled by default. Call setVSyncRate
116 * setVsyncRate() sets the Event::VSync delivery rate. A value of
121 status_t setVsyncRate(uint32_t count);
  /frameworks/native/libs/gui/
DisplayEventReceiver.cpp 60 status_t DisplayEventReceiver::setVsyncRate(uint32_t count) {
65 mEventConnection->setVsyncRate(count);
IDisplayEventConnection.cpp 57 virtual void setVsyncRate(uint32_t count) {
91 setVsyncRate(data.readUint32());
  /frameworks/native/services/surfaceflinger/
EventThread.h 72 virtual void setVsyncRate(uint32_t count);
85 void setVsyncRate(uint32_t count, const sp<Connection>& connection);
EventThread.cpp 115 void EventThread::setVsyncRate(uint32_t count,
406 void EventThread::Connection::setVsyncRate(uint32_t count) {
407 mEventThread->setVsyncRate(count, this);
  /frameworks/native/services/surfaceflinger/tests/vsync/
vsync.cpp 59 myDisplayEvent.setVsyncRate(1);
  /hardware/qcom/camera/QCamera2/util/
QCameraDisplay.cpp 103 pQCameraDisplay->mDisplayEventReceiver.setVsyncRate(1);
  /frameworks/rs/
rsContext.cpp 338 displayEvent.setVsyncRate(targetRate);

Completed in 505 milliseconds