Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DVideoFrameScheduler.cpp49 status_t res = mComposer->getDisplayStats(NULL /* display */, &stats); in updateVsync()
/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h172 virtual status_t getDisplayStats(const sp<IBinder>& display,
/frameworks/native/libs/gui/
DISurfaceComposer.cpp373 virtual status_t getDisplayStats(const sp<IBinder>& display, in getDisplayStats() function in android::BpSurfaceComposer
1203 status_t result = getDisplayStats(display, &stats); in onTransact()
DSurface.cpp161 status_t result = composerService()->getDisplayStats(nullptr, &stats); in getDisplayRefreshCycleDuration()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h417 status_t getDisplayStats(const sp<IBinder>& displayToken, DisplayStatInfo* stats) override;
DSurfaceFlinger.cpp907 status_t SurfaceFlinger::getDisplayStats(const sp<IBinder>&, DisplayStatInfo* stats) { in getDisplayStats() function in android::SurfaceFlinger
/frameworks/native/libs/gui/tests/
DSurface_test.cpp596 status_t getDisplayStats(const sp<IBinder>& /*display*/, in getDisplayStats() function in android::FakeSurfaceComposer