/aosp12/frameworks/base/core/java/android/view/ |
H A D | SurfaceControlHdrLayerInfoListener.java | 47 public abstract void onHdrInfoChanged(IBinder displayToken, int numberOfHdrLayers, in onHdrInfoChanged() 55 public void register(IBinder displayToken) { in register() 72 public void unregister(IBinder displayToken) { in unregister() 101 private native long nRegister(IBinder displayToken); in nRegister()
|
H A D | SurfaceControl.java | 168 IBinder displayToken, long nativeSurfaceObject); in nativeSetDisplaySurface() 170 IBinder displayToken, int layerStack); in nativeSetDisplayLayerStack() 172 IBinder displayToken, int flags); in nativeSetDisplayFlags() 174 IBinder displayToken, int orientation, in nativeSetDisplayProjection() 192 IBinder displayToken); in nativeGetDisplayNativePrimaries() 199 IBinder displayToken, int mode); in nativeSetDisplayPowerMode() 1007 public Builder(IBinder displayToken) { in Builder() 1990 IBinder displayToken) { in getDisplayedContentSamplingAttributes() 2136 IBinder displayToken) { in getDesiredDisplayModeSpecs() 2203 IBinder displayToken) { in getDisplayNativePrimaries() [all …]
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | DisplayTransactionTest.cpp | 178 bool DisplayTransactionTest::hasDisplayDevice(sp<IBinder> displayToken) { in hasDisplayDevice() 182 sp<DisplayDevice> DisplayTransactionTest::getDisplayDevice(sp<IBinder> displayToken) { in getDisplayDevice() 186 bool DisplayTransactionTest::hasCurrentDisplayState(sp<IBinder> displayToken) { in hasCurrentDisplayState() 190 const DisplayDeviceState& DisplayTransactionTest::getCurrentDisplayState(sp<IBinder> displayToken) { in getCurrentDisplayState() 194 bool DisplayTransactionTest::hasDrawingDisplayState(sp<IBinder> displayToken) { in hasDrawingDisplayState() 198 const DisplayDeviceState& DisplayTransactionTest::getDrawingDisplayState(sp<IBinder> displayToken) { in getDrawingDisplayState()
|
H A D | SurfaceFlinger_CreateDisplayTest.cpp | 39 sp<IBinder> displayToken = mFlinger.createDisplay(name, false); in TEST_F() local 73 sp<IBinder> displayToken = mFlinger.createDisplay(name, true); in TEST_F() local
|
H A D | SurfaceFlinger_HandleTransactionLockedTest.cpp | 108 void HandleTransactionLockedTest::verifyDisplayIsConnected(const sp<IBinder>& displayToken) { in verifyDisplayIsConnected() 148 auto& displayToken = mFlinger.mutablePhysicalDisplayTokens()[displayId]; in verifyPhysicalDisplayIsConnected() local 153 void HandleTransactionLockedTest::verifyDisplayIsNotConnected(const sp<IBinder>& displayToken) { in verifyDisplayIsNotConnected() 398 sp<BBinder> displayToken = new BBinder(); in TEST_F() local 469 sp<BBinder> displayToken = new BBinder(); in TEST_F() local
|
H A D | SurfaceFlinger_DestroyDisplayTest.cpp | 68 sp<BBinder> displayToken = new BBinder(); in TEST_F() local
|
H A D | TestableSurfaceFlinger.h | 303 auto destroyDisplay(const sp<IBinder>& displayToken) { in destroyDisplay() 310 const wp<IBinder>& displayToken, in setupNewDisplayDeviceInternal() 365 auto getDisplayNativePrimaries(const sp<IBinder>& displayToken, in getDisplayNativePrimaries()
|
/aosp12/frameworks/base/packages/Shell/src/com/android/shell/ |
H A D | Screenshooter.java | 42 final IBinder displayToken = SurfaceControl.getInternalDisplayToken(); in takeScreenshot() local
|
/aosp12/frameworks/native/services/automotive/display/ |
H A D | AutomotiveDisplayProxyService.cpp | 34 sp<IBinder> displayToken = nullptr; in getIGraphicBufferProducer() local 160 auto displayToken = SurfaceComposerClient::getPhysicalDisplayToken(PhysicalDisplayId(id)); in getDisplayInfo() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/ |
H A D | HighBrightnessModeController.java | 104 HighBrightnessModeController(Handler handler, int width, int height, IBinder displayToken, in HighBrightnessModeController() 113 IBinder displayToken, float brightnessMin, float brightnessMax, in HighBrightnessModeController() 234 void resetHbmData(int width, int height, IBinder displayToken, HighBrightnessModeData hbmData) { in resetHbmData() 456 private void registerHdrListener(IBinder displayToken) { in registerHdrListener() 497 public void onHdrInfoChanged(IBinder displayToken, int numberOfHdrLayers, in onHdrInfoChanged()
|
H A D | LocalDisplayAdapter.java | 103 final IBinder displayToken = in tryConnectDisplayLocked() local 218 LocalDisplayDevice(IBinder displayToken, long physicalDisplayId, in LocalDisplayDevice() 875 private void setDesiredDisplayModeSpecsAsync(IBinder displayToken, in setDesiredDisplayModeSpecsAsync() 939 private void requestColorModeAsync(IBinder displayToken, int colorMode) { in requestColorModeAsync()
|
H A D | WifiDisplayAdapter.java | 390 IBinder displayToken = SurfaceControl.createDisplay(name, secure); in addDisplayDeviceLocked() local 598 public WifiDisplayDevice(IBinder displayToken, String name, in WifiDisplayDevice()
|
H A D | OverlayDisplayAdapter.java | 280 OverlayDisplayDevice(IBinder displayToken, String name, in OverlayDisplayDevice() 463 IBinder displayToken = SurfaceControl.createDisplay(mName, mFlags.mSecure); in onWindowCreated() local
|
H A D | VirtualDisplayAdapter.java | 100 IBinder displayToken = mSurfaceControlDisplayFactory.createDisplay(name, secure); in createVirtualDisplayLocked() local 238 public VirtualDisplayDevice(IBinder displayToken, IBinder appToken, in VirtualDisplayDevice()
|
H A D | DisplayDevice.java | 62 public DisplayDevice(DisplayAdapter displayAdapter, IBinder displayToken, String uniqueId, in DisplayDevice()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | StubTransaction.java | 171 public SurfaceControl.Transaction setDisplaySurface(IBinder displayToken, Surface surface) { in setDisplaySurface() 176 public SurfaceControl.Transaction setDisplayLayerStack(IBinder displayToken, int layerStack) { in setDisplayLayerStack() 181 public SurfaceControl.Transaction setDisplayFlags(IBinder displayToken, int flags) { in setDisplayFlags() 186 public SurfaceControl.Transaction setDisplayProjection(IBinder displayToken, in setDisplayProjection() 192 public SurfaceControl.Transaction setDisplaySize(IBinder displayToken, int width, int height) { in setDisplaySize()
|
/aosp12/frameworks/native/opengl/tests/lib/ |
H A D | WindowSurface.cpp | 39 const auto displayToken = SurfaceComposerClient::getInternalDisplayToken(); in WindowSurface() local
|
/aosp12/frameworks/native/libs/gui/ |
H A D | ISurfaceComposer.cpp | 869 status_t setDesiredDisplayModeSpecs(const sp<IBinder>& displayToken, in setDesiredDisplayModeSpecs() 927 status_t getDesiredDisplayModeSpecs(const sp<IBinder>& displayToken, in getDesiredDisplayModeSpecs() 1023 status_t setDisplayBrightness(const sp<IBinder>& displayToken, in setDisplayBrightness() 1049 status_t addHdrLayerInfoListener(const sp<IBinder>& displayToken, in addHdrLayerInfoListener() 1063 status_t removeHdrLayerInfoListener(const sp<IBinder>& displayToken, in removeHdrLayerInfoListener() 1834 sp<IBinder> displayToken = data.readStrongBinder(); in onTransact() local 1893 sp<IBinder> displayToken = data.readStrongBinder(); in onTransact() local 1953 sp<IBinder> displayToken; in onTransact() local 1966 sp<IBinder> displayToken; in onTransact() local 1982 sp<IBinder> displayToken; in onTransact() local [all …]
|
H A D | SurfaceComposerClient.cpp | 2020 const sp<IBinder>& displayToken, ui::DisplayModeId defaultMode, bool allowGroupSwitching, in setDesiredDisplayModeSpecs() 2029 status_t SurfaceComposerClient::getDesiredDisplayModeSpecs(const sp<IBinder>& displayToken, in getDesiredDisplayModeSpecs() 2159 bool SurfaceComposerClient::getDisplayBrightnessSupport(const sp<IBinder>& displayToken) { in getDisplayBrightnessSupport() 2165 status_t SurfaceComposerClient::setDisplayBrightness(const sp<IBinder>& displayToken, in setDisplayBrightness() 2171 const sp<IBinder>& displayToken, const sp<gui::IHdrLayerInfoListener>& listener) { in addHdrLayerInfoListener() 2176 const sp<IBinder>& displayToken, const sp<gui::IHdrLayerInfoListener>& listener) { in removeHdrLayerInfoListener()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceFlinger.cpp | 588 void SurfaceFlinger::destroyDisplay(const sp<IBinder>& displayToken) { in destroyDisplay() 966 status_t SurfaceFlinger::getStaticDisplayInfo(const sp<IBinder>& displayToken, in getStaticDisplayInfo() 1403 status_t SurfaceFlinger::overrideHdrTypes(const sp<IBinder>& displayToken, in overrideHdrTypes() 1479 status_t SurfaceFlinger::isWideColorDisplay(const sp<IBinder>& displayToken, in isWideColorDisplay() 1614 status_t SurfaceFlinger::setDisplayBrightness(const sp<IBinder>& displayToken, in setDisplayBrightness() 2666 const wp<IBinder>& displayToken, in setupNewDisplayDeviceInternal() 2761 void SurfaceFlinger::processDisplayAdded(const wp<IBinder>& displayToken, in processDisplayAdded() 2839 void SurfaceFlinger::processDisplayRemoved(const wp<IBinder>& displayToken) { in processDisplayRemoved() 2870 void SurfaceFlinger::processDisplayChanged(const wp<IBinder>& displayToken, in processDisplayChanged() 2954 const wp<IBinder>& displayToken = draw.keyAt(i); in processDisplayChangesLocked() local [all …]
|
H A D | DisplayDevice.cpp | 57 const sp<SurfaceFlinger>& flinger, HWComposer& hwComposer, const wp<IBinder>& displayToken, in DisplayDeviceCreationArgs()
|
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/ |
H A D | LocalDisplayAdapterTest.java | 660 final Binder displayToken = new Binder(); in testBacklightAdapter_withSurfaceControlSupport() local 679 final Binder displayToken = new Binder(); in testBacklightAdapter_withoutSourceControlSupport_defaultDisplay() local 692 final Binder displayToken = new Binder(); in testBacklightAdapter_withoutSourceControlSupport_nonDefaultDisplay() local
|
/aosp12/frameworks/native/services/surfaceflinger/tests/ |
H A D | TransactionTestHarnesses.h | 38 const auto displayToken = SurfaceComposerClient::getInternalDisplayToken(); in getScreenCapture() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/color/ |
H A D | DisplayWhiteBalanceTintController.java | 264 final IBinder displayToken = SurfaceControl.getInternalDisplayToken(); in getDisplayColorSpaceFromSurfaceControl() local
|
/aosp12/frameworks/native/services/surfaceflinger/tests/utils/ |
H A D | ScreenshotUtils.h | 52 static void captureScreen(std::unique_ptr<ScreenCapture>* sc, sp<IBinder> displayToken) { in captureScreen()
|