Searched refs:getDisplayStats (Results 1 – 7 of 7) sorted by relevance
49 status_t res = mComposer->getDisplayStats(NULL /* display */, &stats); in updateVsync()
172 virtual status_t getDisplayStats(const sp<IBinder>& display,
373 virtual status_t getDisplayStats(const sp<IBinder>& display, in getDisplayStats() function in android::BpSurfaceComposer1203 status_t result = getDisplayStats(display, &stats); in onTransact()
161 status_t result = composerService()->getDisplayStats(nullptr, &stats); in getDisplayRefreshCycleDuration()
417 status_t getDisplayStats(const sp<IBinder>& displayToken, DisplayStatInfo* stats) override;
907 status_t SurfaceFlinger::getDisplayStats(const sp<IBinder>&, DisplayStatInfo* stats) { in getDisplayStats() function in android::SurfaceFlinger
596 status_t getDisplayStats(const sp<IBinder>& /*display*/, in getDisplayStats() function in android::FakeSurfaceComposer