Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_GetDisplayStatsTest.cpp34 status_t status = mFlinger.getDisplayStats(nullptr, &info); in TEST_F()
40 status_t status = mFlinger.getDisplayStats(mDisplay->getDisplayToken().promote(), &info); in TEST_F()
48 status_t status = mFlinger.getDisplayStats(displayToken, &info); in TEST_F()
DTestableSurfaceFlinger.h612 status_t getDisplayStats(const sp<IBinder>& displayToken, DisplayStatInfo* outInfo) { in getDisplayStats() function
613 return mFlinger->getDisplayStats(displayToken, outInfo); in getDisplayStats()
/frameworks/av/media/libstagefright/
DVideoFrameScheduler.cpp50 binder::Status status = mComposer->getDisplayStats(nullptr/* display */, &stats); in updateVsync()
/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl144 DisplayStatInfo getDisplayStats(@nullable IBinder display); in getDisplayStats() method
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h580 status_t getDisplayStats(const sp<IBinder>& displayToken, DisplayStatInfo* stats);
1590 binder::Status getDisplayStats(const sp<IBinder>& display,
DSurfaceFlinger.cpp1277 status_t SurfaceFlinger::getDisplayStats(const sp<IBinder>& displayToken, in getDisplayStats() function in android::SurfaceFlinger
9765 binder::Status SurfaceComposerAIDL::getDisplayStats(const sp<IBinder>& display, in getDisplayStats() function in android::SurfaceComposerAIDL
9768 status_t status = mFlinger->getDisplayStats(display, &statInfo); in getDisplayStats()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp715 binder::Status getDisplayStats(const sp<IBinder>& /*display*/, in getDisplayStats() function in android::FakeSurfaceComposerAIDL
/frameworks/native/libs/gui/
DSurface.cpp197 binder::Status status = composerServiceAIDL()->getDisplayStats(nullptr, &stats); in getDisplayRefreshCycleDuration()