Lines Matching defs:displayToken
622 status_t SurfaceFlinger::destroyVirtualDisplay(const sp<IBinder>& displayToken) { in destroyVirtualDisplay()
1140 status_t SurfaceFlinger::getDisplayState(const sp<IBinder>& displayToken, ui::DisplayState* state) { in getDisplayState()
1315 status_t SurfaceFlinger::getDynamicDisplayInfoFromToken(const sp<IBinder>& displayToken, in getDynamicDisplayInfoFromToken()
1336 status_t SurfaceFlinger::getDisplayStats(const sp<IBinder>& displayToken, in getDisplayStats()
1424 status_t SurfaceFlinger::setActiveModeFromBackdoor(const sp<display::DisplayToken>& displayToken, in setActiveModeFromBackdoor()
1642 status_t SurfaceFlinger::getDisplayNativePrimaries(const sp<IBinder>& displayToken, in getDisplayNativePrimaries()
1665 status_t SurfaceFlinger::setActiveColorMode(const sp<IBinder>& displayToken, ui::ColorMode mode) { in setActiveColorMode()
1768 status_t SurfaceFlinger::setBootDisplayMode(const sp<display::DisplayToken>& displayToken, in setBootDisplayMode()
1797 status_t SurfaceFlinger::clearBootDisplayMode(const sp<IBinder>& displayToken) { in clearBootDisplayMode()
1896 void SurfaceFlinger::setAutoLowLatencyMode(const sp<IBinder>& displayToken, bool on) { in setAutoLowLatencyMode()
1907 void SurfaceFlinger::setGameContentType(const sp<IBinder>& displayToken, bool on) { in setGameContentType()
1919 status_t SurfaceFlinger::getMaxLayerPictureProfiles(const sp<IBinder>& displayToken, in getMaxLayerPictureProfiles()
1937 status_t SurfaceFlinger::overrideHdrTypes(const sp<IBinder>& displayToken, in overrideHdrTypes()
1958 status_t SurfaceFlinger::getDisplayedContentSamplingAttributes(const sp<IBinder>& displayToken, in getDisplayedContentSamplingAttributes()
1977 status_t SurfaceFlinger::setDisplayContentSamplingEnabled(const sp<IBinder>& displayToken, in setDisplayContentSamplingEnabled()
1994 status_t SurfaceFlinger::getDisplayedContentSample(const sp<IBinder>& displayToken, in getDisplayedContentSample()
2015 status_t SurfaceFlinger::isWideColorDisplay(const sp<IBinder>& displayToken, in isWideColorDisplay()
2104 status_t SurfaceFlinger::getDisplayBrightnessSupport(const sp<IBinder>& displayToken, in getDisplayBrightnessSupport()
2120 status_t SurfaceFlinger::setDisplayBrightness(const sp<IBinder>& displayToken, in setDisplayBrightness()
2187 status_t SurfaceFlinger::addHdrLayerInfoListener(const sp<IBinder>& displayToken, in addHdrLayerInfoListener()
2211 const sp<IBinder>& displayToken, const sp<gui::IHdrLayerInfoListener>& listener) { in removeHdrLayerInfoListener()
2242 const sp<IBinder>& displayToken, in getDisplayDecorationSupport()
3837 const wp<IBinder>& displayToken, in setupNewDisplayDeviceInternal()
3951 void SurfaceFlinger::processDisplayAdded(const wp<IBinder>& displayToken, in processDisplayAdded()
4075 void SurfaceFlinger::processDisplayRemoved(const wp<IBinder>& displayToken) { in processDisplayRemoved()
4114 void SurfaceFlinger::processDisplayChanged(const wp<IBinder>& displayToken, in processDisplayChanged()
4228 const wp<IBinder>& displayToken = draw.keyAt(i); in processDisplayChangesLocked() local
4244 const wp<IBinder>& displayToken = curr.keyAt(i); in processDisplayChangesLocked() local
5849 void SurfaceFlinger::setPowerMode(const sp<IBinder>& displayToken, int mode) { in setPowerMode()
8161 status_t SurfaceFlinger::setDesiredDisplayModeSpecs(const sp<IBinder>& displayToken, in setDesiredDisplayModeSpecs()
8195 status_t SurfaceFlinger::getDesiredDisplayModeSpecs(const sp<IBinder>& displayToken, in getDesiredDisplayModeSpecs()
8862 binder::Status SurfaceComposerAIDL::destroyVirtualDisplay(const sp<IBinder>& displayToken) { in destroyVirtualDisplay()
9405 binder::Status SurfaceComposerAIDL::setDesiredDisplayModeSpecs(const sp<IBinder>& displayToken, in setDesiredDisplayModeSpecs()
9414 binder::Status SurfaceComposerAIDL::getDesiredDisplayModeSpecs(const sp<IBinder>& displayToken, in getDesiredDisplayModeSpecs()
9429 binder::Status SurfaceComposerAIDL::getDisplayBrightnessSupport(const sp<IBinder>& displayToken, in getDisplayBrightnessSupport()
9435 binder::Status SurfaceComposerAIDL::setDisplayBrightness(const sp<IBinder>& displayToken, in setDisplayBrightness()
9445 const sp<IBinder>& displayToken, const sp<gui::IHdrLayerInfoListener>& listener) { in addHdrLayerInfoListener()
9454 const sp<IBinder>& displayToken, const sp<gui::IHdrLayerInfoListener>& listener) { in removeHdrLayerInfoListener()
9505 const sp<IBinder>& displayToken, std::optional<gui::DisplayDecorationSupport>* outSupport) { in getDisplayDecorationSupport()