Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h155 virtual status_t getSupportedFrameTimestamps(
/frameworks/native/libs/gui/
DISurfaceComposer.cpp237 virtual status_t getSupportedFrameTimestamps( in getSupportedFrameTimestamps() function in android::BpSurfaceComposer
1140 status_t result = getSupportedFrameTimestamps(&supportedTimestamps); in onTransact()
DSurface.cpp868 status_t err = composerService()->getSupportedFrameTimestamps( in querySupportedTimestampsLocked()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h400 status_t getSupportedFrameTimestamps(std::vector<FrameEvent>* outSupported) const override;
DSurfaceFlinger.cpp774 status_t SurfaceFlinger::getSupportedFrameTimestamps( in getSupportedFrameTimestamps() function in android::SurfaceFlinger
/frameworks/native/libs/gui/tests/
DSurface_test.cpp574 status_t getSupportedFrameTimestamps(std::vector<FrameEvent>* outSupported) in getSupportedFrameTimestamps() function in android::FakeSurfaceComposer