Home
last modified time | relevance | path

Searched refs:composerService (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gui/
DSurface.cpp107 sp<ISurfaceComposer> Surface::composerService() const { in composerService() function in android::Surface
161 status_t result = composerService()->getDisplayStats(nullptr, &stats); in getDisplayRefreshCycleDuration()
329 const sp<IBinder> display = composerService()->getInternalDisplayToken(); in getWideColorSupport()
335 status_t error = composerService()->isWideColorDisplay(display, supported); in getWideColorSupport()
342 const sp<IBinder> display = composerService()->getInternalDisplayToken(); in getHdrSupport()
349 composerService()->getHdrCapabilities(display, &hdrCapabilities); in getHdrSupport()
868 status_t err = composerService()->getSupportedFrameTimestamps( in querySupportedTimestampsLocked()
895 if (composerService()->authenticateSurfaceTexture( in query()
/frameworks/native/libs/gui/include/gui/
DSurface.h173 virtual sp<ISurfaceComposer> composerService() const;
/frameworks/native/libs/gui/tests/
DSurface_test.cpp764 sp<ISurfaceComposer> composerService() const override { in composerService() function in android::TestSurface