Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DSurface.cpp108 sp<ISurfaceComposer> Surface::composerService() const { in composerService() function in android::Surface
162 status_t result = composerService()->getDisplayStats(nullptr, &stats); in getDisplayRefreshCycleDuration()
330 const sp<IBinder> display = composerService()->getInternalDisplayToken(); in getWideColorSupport()
336 status_t error = composerService()->isWideColorDisplay(display, supported); in getWideColorSupport()
343 const sp<IBinder> display = composerService()->getInternalDisplayToken(); in getHdrSupport()
350 composerService()->getHdrCapabilities(display, &hdrCapabilities); in getHdrSupport()
869 status_t err = composerService()->getSupportedFrameTimestamps( in querySupportedTimestampsLocked()
896 if (composerService()->authenticateSurfaceTexture( in query()
/frameworks/native/libs/gui/include/gui/
DSurface.h189 virtual sp<ISurfaceComposer> composerService() const;
/frameworks/native/libs/gui/tests/
DSurface_test.cpp890 sp<ISurfaceComposer> composerService() const override { in composerService() function in android::TestSurface