Home
last modified time | relevance | path

Searched refs:DISPLAY_PRESENT (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/gui/aidl/android/gui/
DFrameEvent.aidl31 DISPLAY_PRESENT = 7, enumConstant
/frameworks/native/libs/gui/
DFrameTimestamps.cpp482 mFramesDirty[mCompositionOffset].setDirty<FrameEvent::DISPLAY_PRESENT>(); in addPostComposition()
586 if (dirtyFields.isDirty<FrameEvent::DISPLAY_PRESENT>()) { in FrameEventsDelta()
DSurface.cpp1225 if (sft == FrameEvent::DISPLAY_PRESENT) { in querySupportedTimestampsLocked()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp710 outSupported->push_back(FrameEvent::DISPLAY_PRESENT); in getSupportedFrameTimestamps()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1094 outSupported->push_back(FrameEvent::DISPLAY_PRESENT); in getSupportedFrameTimestamps()