Searched refs:getDisplayStats (Results 1 – 7 of 7) sorted by relevance
49 status_t res = mComposer->getDisplayStats(NULL /* display */, &stats); in updateVsync()
175 virtual status_t getDisplayStats(const sp<IBinder>& display,
374 virtual status_t getDisplayStats(const sp<IBinder>& display, in getDisplayStats() function in android::BpSurfaceComposer1207 status_t result = getDisplayStats(display, &stats); in onTransact()
162 status_t result = composerService()->getDisplayStats(nullptr, &stats); in getDisplayRefreshCycleDuration()
432 status_t getDisplayStats(const sp<IBinder>& displayToken, DisplayStatInfo* stats) override;
881 status_t SurfaceFlinger::getDisplayStats(const sp<IBinder>&, DisplayStatInfo* stats) { in getDisplayStats() function in android::SurfaceFlinger
722 status_t getDisplayStats(const sp<IBinder>& /*display*/, in getDisplayStats() function in android::FakeSurfaceComposer