Home
last modified time | relevance | path

Searched refs:NATIVE_WINDOW_FRAME_TIMESTAMPS_SUPPORTS_PRESENT (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/nativewindow/include/system/
Dwindow.h181 NATIVE_WINDOW_FRAME_TIMESTAMPS_SUPPORTS_PRESENT = 18, enumerator
/frameworks/native/libs/gui/tests/
DSurface_test.cpp1442 NATIVE_WINDOW_FRAME_TIMESTAMPS_SUPPORTS_PRESENT, &supportsPresent); in TEST_F()
1454 NATIVE_WINDOW_FRAME_TIMESTAMPS_SUPPORTS_PRESENT, &supportsPresent); in TEST_F()
/frameworks/native/libs/gui/
DSurface.cpp1304 case NATIVE_WINDOW_FRAME_TIMESTAMPS_SUPPORTS_PRESENT: { in query()
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp2429 window->query(window, NATIVE_WINDOW_FRAME_TIMESTAMPS_SUPPORTS_PRESENT, &value); in eglGetFrameTimestampSupportedANDROIDImpl()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp1360 window->query(window, NATIVE_WINDOW_FRAME_TIMESTAMPS_SUPPORTS_PRESENT, &hasPresentFenceTimes); in initializeFrameTrackingFor()
/frameworks/av/media/libstagefright/
DACodec.cpp1579 mNativeWindow->query(mNativeWindow.get(), NATIVE_WINDOW_FRAME_TIMESTAMPS_SUPPORTS_PRESENT, in initializeFrameTracking()