Home
last modified time | relevance | path

Searched refs:getDisplayStats (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h157 virtual status_t getDisplayStats(const sp<IBinder>& display,
/frameworks/av/media/libstagefright/
DVideoFrameScheduler.cpp357 status_t res = mComposer->getDisplayStats(NULL /* display */, &stats); in updateVsync()
/frameworks/native/libs/gui/
DISurfaceComposer.cpp319 virtual status_t getDisplayStats(const sp<IBinder>& display, in getDisplayStats() function in android::BpSurfaceComposer
719 status_t result = getDisplayStats(display, &stats); in onTransact()
DSurface.cpp159 status_t result = composerService()->getDisplayStats(NULL, &stats); in getDisplayRefreshCycleDuration()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h426 virtual status_t getDisplayStats(const sp<IBinder>& display,
DSurfaceFlinger.cpp918 status_t SurfaceFlinger::getDisplayStats(const sp<IBinder>& /* display */, in getDisplayStats() function in android::SurfaceFlinger
/frameworks/native/libs/gui/tests/
DSurface_test.cpp582 status_t getDisplayStats(const sp<IBinder>& /*display*/, in getDisplayStats() function in android::FakeSurfaceComposer