Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl131 FrameEvent[] getSupportedFrameTimestamps(); in getSupportedFrameTimestamps() method
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h568 status_t getSupportedFrameTimestamps(std::vector<FrameEvent>* outSupported) const;
1589 binder::Status getSupportedFrameTimestamps(std::vector<FrameEvent>* outSupported) override;
DSurfaceFlinger.cpp1080 status_t SurfaceFlinger::getSupportedFrameTimestamps( in getSupportedFrameTimestamps() function in android::SurfaceFlinger
9753 binder::Status SurfaceComposerAIDL::getSupportedFrameTimestamps( in getSupportedFrameTimestamps() function in android::SurfaceComposerAIDL
9760 status = mFlinger->getSupportedFrameTimestamps(outSupported); in getSupportedFrameTimestamps()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp700 binder::Status getSupportedFrameTimestamps(std::vector<FrameEvent>* outSupported) override { in getSupportedFrameTimestamps() function in android::FakeSurfaceComposerAIDL
/frameworks/native/libs/gui/
DSurface.cpp1218 composerServiceAIDL()->getSupportedFrameTimestamps(&supportedFrameTimestamps); in querySupportedTimestampsLocked()