Lines Matching defs:displayToken
563 void SurfaceFlinger::destroyDisplay(const sp<IBinder>& displayToken) { in destroyDisplay()
991 status_t SurfaceFlinger::getDisplayState(const sp<IBinder>& displayToken, ui::DisplayState* state) { in getDisplayState()
1147 status_t SurfaceFlinger::getDynamicDisplayInfoFromToken(const sp<IBinder>& displayToken, in getDynamicDisplayInfoFromToken()
1168 status_t SurfaceFlinger::getDisplayStats(const sp<IBinder>& displayToken, in getDisplayStats()
1257 status_t SurfaceFlinger::setActiveModeFromBackdoor(const sp<display::DisplayToken>& displayToken, in setActiveModeFromBackdoor()
1473 status_t SurfaceFlinger::getDisplayNativePrimaries(const sp<IBinder>& displayToken, in getDisplayNativePrimaries()
1496 status_t SurfaceFlinger::setActiveColorMode(const sp<IBinder>& displayToken, ui::ColorMode mode) { in setActiveColorMode()
1580 status_t SurfaceFlinger::setBootDisplayMode(const sp<display::DisplayToken>& displayToken, in setBootDisplayMode()
1609 status_t SurfaceFlinger::clearBootDisplayMode(const sp<IBinder>& displayToken) { in clearBootDisplayMode()
1708 void SurfaceFlinger::setAutoLowLatencyMode(const sp<IBinder>& displayToken, bool on) { in setAutoLowLatencyMode()
1719 void SurfaceFlinger::setGameContentType(const sp<IBinder>& displayToken, bool on) { in setGameContentType()
1731 status_t SurfaceFlinger::overrideHdrTypes(const sp<IBinder>& displayToken, in overrideHdrTypes()
1752 status_t SurfaceFlinger::getDisplayedContentSamplingAttributes(const sp<IBinder>& displayToken, in getDisplayedContentSamplingAttributes()
1771 status_t SurfaceFlinger::setDisplayContentSamplingEnabled(const sp<IBinder>& displayToken, in setDisplayContentSamplingEnabled()
1788 status_t SurfaceFlinger::getDisplayedContentSample(const sp<IBinder>& displayToken, in getDisplayedContentSample()
1809 status_t SurfaceFlinger::isWideColorDisplay(const sp<IBinder>& displayToken, in isWideColorDisplay()
1911 status_t SurfaceFlinger::getDisplayBrightnessSupport(const sp<IBinder>& displayToken, in getDisplayBrightnessSupport()
1927 status_t SurfaceFlinger::setDisplayBrightness(const sp<IBinder>& displayToken, in setDisplayBrightness()
1976 status_t SurfaceFlinger::addHdrLayerInfoListener(const sp<IBinder>& displayToken, in addHdrLayerInfoListener()
2001 const sp<IBinder>& displayToken, const sp<gui::IHdrLayerInfoListener>& listener) { in removeHdrLayerInfoListener()
2032 const sp<IBinder>& displayToken, in getDisplayDecorationSupport()
3269 const wp<IBinder>& displayToken, in setupNewDisplayDeviceInternal()
3380 void SurfaceFlinger::processDisplayAdded(const wp<IBinder>& displayToken, in processDisplayAdded()
3468 void SurfaceFlinger::processDisplayRemoved(const wp<IBinder>& displayToken) { in processDisplayRemoved()
3500 void SurfaceFlinger::processDisplayChanged(const wp<IBinder>& displayToken, in processDisplayChanged()
3591 const wp<IBinder>& displayToken = draw.keyAt(i); in processDisplayChangesLocked() local
3607 const wp<IBinder>& displayToken = curr.keyAt(i); in processDisplayChangesLocked() local
5598 void SurfaceFlinger::setPowerMode(const sp<IBinder>& displayToken, int mode) { in setPowerMode()
7741 status_t SurfaceFlinger::setDesiredDisplayModeSpecs(const sp<IBinder>& displayToken, in setDesiredDisplayModeSpecs()
7770 status_t SurfaceFlinger::getDesiredDisplayModeSpecs(const sp<IBinder>& displayToken, in getDesiredDisplayModeSpecs()
9048 binder::Status SurfaceComposerAIDL::setDesiredDisplayModeSpecs(const sp<IBinder>& displayToken, in setDesiredDisplayModeSpecs()
9057 binder::Status SurfaceComposerAIDL::getDesiredDisplayModeSpecs(const sp<IBinder>& displayToken, in getDesiredDisplayModeSpecs()
9072 binder::Status SurfaceComposerAIDL::getDisplayBrightnessSupport(const sp<IBinder>& displayToken, in getDisplayBrightnessSupport()
9078 binder::Status SurfaceComposerAIDL::setDisplayBrightness(const sp<IBinder>& displayToken, in setDisplayBrightness()
9088 const sp<IBinder>& displayToken, const sp<gui::IHdrLayerInfoListener>& listener) { in addHdrLayerInfoListener()
9097 const sp<IBinder>& displayToken, const sp<gui::IHdrLayerInfoListener>& listener) { in removeHdrLayerInfoListener()
9130 const sp<IBinder>& displayToken, std::optional<gui::DisplayDecorationSupport>* outSupport) { in getDisplayDecorationSupport()