Lines Matching defs:displayToken

623 status_t SurfaceFlinger::destroyVirtualDisplay(const sp<IBinder>& displayToken) {  in destroyVirtualDisplay()
1133 status_t SurfaceFlinger::getDisplayState(const sp<IBinder>& displayToken, ui::DisplayState* state) { in getDisplayState()
1297 status_t SurfaceFlinger::getDynamicDisplayInfoFromToken(const sp<IBinder>& displayToken, in getDynamicDisplayInfoFromToken()
1318 status_t SurfaceFlinger::getDisplayStats(const sp<IBinder>& displayToken, in getDisplayStats()
1396 status_t SurfaceFlinger::setActiveModeFromBackdoor(const sp<display::DisplayToken>& displayToken, in setActiveModeFromBackdoor()
1595 status_t SurfaceFlinger::getDisplayNativePrimaries(const sp<IBinder>& displayToken, in getDisplayNativePrimaries()
1618 status_t SurfaceFlinger::setActiveColorMode(const sp<IBinder>& displayToken, ui::ColorMode mode) { in setActiveColorMode()
1721 status_t SurfaceFlinger::setBootDisplayMode(const sp<display::DisplayToken>& displayToken, in setBootDisplayMode()
1750 status_t SurfaceFlinger::clearBootDisplayMode(const sp<IBinder>& displayToken) { in clearBootDisplayMode()
1849 void SurfaceFlinger::setAutoLowLatencyMode(const sp<IBinder>& displayToken, bool on) { in setAutoLowLatencyMode()
1860 void SurfaceFlinger::setGameContentType(const sp<IBinder>& displayToken, bool on) { in setGameContentType()
1872 status_t SurfaceFlinger::getMaxLayerPictureProfiles(const sp<IBinder>& displayToken, in getMaxLayerPictureProfiles()
1890 status_t SurfaceFlinger::overrideHdrTypes(const sp<IBinder>& displayToken, in overrideHdrTypes()
1911 status_t SurfaceFlinger::getDisplayedContentSamplingAttributes(const sp<IBinder>& displayToken, in getDisplayedContentSamplingAttributes()
1930 status_t SurfaceFlinger::setDisplayContentSamplingEnabled(const sp<IBinder>& displayToken, in setDisplayContentSamplingEnabled()
1947 status_t SurfaceFlinger::getDisplayedContentSample(const sp<IBinder>& displayToken, in getDisplayedContentSample()
1968 status_t SurfaceFlinger::isWideColorDisplay(const sp<IBinder>& displayToken, in isWideColorDisplay()
2057 status_t SurfaceFlinger::getDisplayBrightnessSupport(const sp<IBinder>& displayToken, in getDisplayBrightnessSupport()
2073 status_t SurfaceFlinger::setDisplayBrightness(const sp<IBinder>& displayToken, in setDisplayBrightness()
2140 status_t SurfaceFlinger::addHdrLayerInfoListener(const sp<IBinder>& displayToken, in addHdrLayerInfoListener()
2165 const sp<IBinder>& displayToken, const sp<gui::IHdrLayerInfoListener>& listener) { in removeHdrLayerInfoListener()
2196 const sp<IBinder>& displayToken, in getDisplayDecorationSupport()
3693 const wp<IBinder>& displayToken, in setupNewDisplayDeviceInternal()
3799 void SurfaceFlinger::processDisplayAdded(const wp<IBinder>& displayToken, in processDisplayAdded()
3920 void SurfaceFlinger::processDisplayRemoved(const wp<IBinder>& displayToken) { in processDisplayRemoved()
3955 void SurfaceFlinger::processDisplayChanged(const wp<IBinder>& displayToken, in processDisplayChanged()
4044 const wp<IBinder>& displayToken = draw.keyAt(i); in processDisplayChangesLocked() local
4060 const wp<IBinder>& displayToken = curr.keyAt(i); in processDisplayChangesLocked() local
5605 void SurfaceFlinger::setPowerMode(const sp<IBinder>& displayToken, int mode) { in setPowerMode()
7843 status_t SurfaceFlinger::setDesiredDisplayModeSpecs(const sp<IBinder>& displayToken, in setDesiredDisplayModeSpecs()
7877 status_t SurfaceFlinger::getDesiredDisplayModeSpecs(const sp<IBinder>& displayToken, in getDesiredDisplayModeSpecs()
8537 binder::Status SurfaceComposerAIDL::destroyVirtualDisplay(const sp<IBinder>& displayToken) { in destroyVirtualDisplay()
9079 binder::Status SurfaceComposerAIDL::setDesiredDisplayModeSpecs(const sp<IBinder>& displayToken, in setDesiredDisplayModeSpecs()
9088 binder::Status SurfaceComposerAIDL::getDesiredDisplayModeSpecs(const sp<IBinder>& displayToken, in getDesiredDisplayModeSpecs()
9103 binder::Status SurfaceComposerAIDL::getDisplayBrightnessSupport(const sp<IBinder>& displayToken, in getDisplayBrightnessSupport()
9109 binder::Status SurfaceComposerAIDL::setDisplayBrightness(const sp<IBinder>& displayToken, in setDisplayBrightness()
9119 const sp<IBinder>& displayToken, const sp<gui::IHdrLayerInfoListener>& listener) { in addHdrLayerInfoListener()
9128 const sp<IBinder>& displayToken, const sp<gui::IHdrLayerInfoListener>& listener) { in removeHdrLayerInfoListener()
9170 const sp<IBinder>& displayToken, std::optional<gui::DisplayDecorationSupport>* outSupport) { in getDisplayDecorationSupport()