Home
last modified time | relevance | path

Searched defs:displayToken (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/base/core/java/android/view/
DSurfaceControlHdrLayerInfoListener.java47 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()
DSurfaceControl.java162 private static native void nativeDestroyDisplay(IBinder displayToken); in nativeDestroyDisplay()
164 IBinder displayToken, long nativeSurfaceObject); in nativeSetDisplaySurface()
166 IBinder displayToken, int layerStack); in nativeSetDisplayLayerStack()
168 IBinder displayToken, int orientation, in nativeSetDisplayProjection()
171 private static native void nativeSetDisplaySize(long transactionObj, IBinder displayToken, in nativeSetDisplaySize()
173 private static native StaticDisplayInfo nativeGetStaticDisplayInfo(IBinder displayToken); in nativeGetStaticDisplayInfo()
174 private static native DynamicDisplayInfo nativeGetDynamicDisplayInfo(IBinder displayToken); in nativeGetDynamicDisplayInfo()
176 nativeGetDisplayedContentSamplingAttributes(IBinder displayToken); in nativeGetDisplayedContentSamplingAttributes()
177 private static native boolean nativeSetDisplayedContentSamplingEnabled(IBinder displayToken, in nativeSetDisplayedContentSamplingEnabled()
180 IBinder displayToken, long numFrames, long timestamp); in nativeGetDisplayedContentSample()
[all …]
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp178 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()
DSurfaceFlinger_CreateDisplayTest.cpp39 sp<IBinder> displayToken = mFlinger.createDisplay(name, false); in TEST_F() local
73 sp<IBinder> displayToken = mFlinger.createDisplay(name, true); in TEST_F() local
DSurfaceFlinger_HandleTransactionLockedTest.cpp108 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
DSurfaceFlinger_DestroyDisplayTest.cpp68 sp<BBinder> displayToken = new BBinder(); in TEST_F() local
DTestableSurfaceFlinger.h303 auto destroyDisplay(const sp<IBinder>& displayToken) { in destroyDisplay()
310 const wp<IBinder>& displayToken, in setupNewDisplayDeviceInternal()
365 auto getDisplayNativePrimaries(const sp<IBinder>& displayToken, in getDisplayNativePrimaries()
/frameworks/base/packages/Shell/src/com/android/shell/
DScreenshooter.java42 final IBinder displayToken = SurfaceControl.getInternalDisplayToken(); in takeScreenshot() local
/frameworks/native/services/automotive/display/
DAutomotiveDisplayProxyService.cpp34 sp<IBinder> displayToken = nullptr; in getIGraphicBufferProducer() local
160 auto displayToken = SurfaceComposerClient::getPhysicalDisplayToken(PhysicalDisplayId(id)); in getDisplayInfo() local
/frameworks/base/services/core/java/com/android/server/display/
DHighBrightnessModeController.java101 HighBrightnessModeController(Handler handler, int width, int height, IBinder displayToken, in HighBrightnessModeController()
110 IBinder displayToken, float brightnessMin, float brightnessMax, in HighBrightnessModeController()
223 void resetHbmData(int width, int height, IBinder displayToken, HighBrightnessModeData hbmData) { in resetHbmData()
445 private void registerHdrListener(IBinder displayToken) { in registerHdrListener()
486 public void onHdrInfoChanged(IBinder displayToken, int numberOfHdrLayers, in onHdrInfoChanged()
DLocalDisplayAdapter.java103 final IBinder displayToken = in tryConnectDisplayLocked() local
218 LocalDisplayDevice(IBinder displayToken, long physicalDisplayId, in LocalDisplayDevice()
874 private void setDesiredDisplayModeSpecsAsync(IBinder displayToken, in setDesiredDisplayModeSpecsAsync()
938 private void requestColorModeAsync(IBinder displayToken, int colorMode) { in requestColorModeAsync()
DWifiDisplayAdapter.java390 IBinder displayToken = SurfaceControl.createDisplay(name, secure); in addDisplayDeviceLocked() local
598 public WifiDisplayDevice(IBinder displayToken, String name, in WifiDisplayDevice()
DDisplayDevice.java59 public DisplayDevice(DisplayAdapter displayAdapter, IBinder displayToken, String uniqueId, in DisplayDevice()
DVirtualDisplayAdapter.java98 IBinder displayToken = mSurfaceControlDisplayFactory.createDisplay(name, secure); in createVirtualDisplayLocked() local
235 public VirtualDisplayDevice(IBinder displayToken, IBinder appToken, in VirtualDisplayDevice()
DOverlayDisplayAdapter.java280 OverlayDisplayDevice(IBinder displayToken, String name, in OverlayDisplayDevice()
463 IBinder displayToken = SurfaceControl.createDisplay(mName, mFlags.mSecure); in onWindowCreated() local
/frameworks/native/opengl/tests/lib/
DWindowSurface.cpp39 const auto displayToken = SurfaceComposerClient::getInternalDisplayToken(); in WindowSurface() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DStubTransaction.java171 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 setDisplayProjection(IBinder displayToken, in setDisplayProjection()
187 public SurfaceControl.Transaction setDisplaySize(IBinder displayToken, int width, int height) { in setDisplaySize()
/frameworks/native/libs/gui/
DISurfaceComposer.cpp857 status_t setDesiredDisplayModeSpecs(const sp<IBinder>& displayToken, in setDesiredDisplayModeSpecs()
915 status_t getDesiredDisplayModeSpecs(const sp<IBinder>& displayToken, in getDesiredDisplayModeSpecs()
983 status_t getDisplayBrightnessSupport(const sp<IBinder>& displayToken, in getDisplayBrightnessSupport()
1011 status_t setDisplayBrightness(const sp<IBinder>& displayToken, in setDisplayBrightness()
1037 status_t addHdrLayerInfoListener(const sp<IBinder>& displayToken, in addHdrLayerInfoListener()
1051 status_t removeHdrLayerInfoListener(const sp<IBinder>& displayToken, in removeHdrLayerInfoListener()
1796 sp<IBinder> displayToken = data.readStrongBinder(); in onTransact() local
1855 sp<IBinder> displayToken = data.readStrongBinder(); in onTransact() local
1915 sp<IBinder> displayToken; in onTransact() local
1928 sp<IBinder> displayToken; in onTransact() local
[all …]
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp563 void SurfaceFlinger::destroyDisplay(const sp<IBinder>& displayToken) { in destroyDisplay()
924 status_t SurfaceFlinger::getDisplayState(const sp<IBinder>& displayToken, ui::DisplayState* state) { in getDisplayState()
946 status_t SurfaceFlinger::getStaticDisplayInfo(const sp<IBinder>& displayToken, in getStaticDisplayInfo()
980 status_t SurfaceFlinger::getDynamicDisplayInfo(const sp<IBinder>& displayToken, in getDynamicDisplayInfo()
1112 status_t SurfaceFlinger::setActiveMode(const sp<IBinder>& displayToken, int modeId) { in setActiveMode()
1313 status_t SurfaceFlinger::getDisplayNativePrimaries(const sp<IBinder>& displayToken, in getDisplayNativePrimaries()
1328 status_t SurfaceFlinger::setActiveColorMode(const sp<IBinder>& displayToken, ColorMode mode) { in setActiveColorMode()
1360 void SurfaceFlinger::setAutoLowLatencyMode(const sp<IBinder>& displayToken, bool on) { in setAutoLowLatencyMode()
1370 void SurfaceFlinger::setGameContentType(const sp<IBinder>& displayToken, bool on) { in setGameContentType()
1393 status_t SurfaceFlinger::overrideHdrTypes(const sp<IBinder>& displayToken, in overrideHdrTypes()
[all …]
DDisplayDevice.cpp54 const sp<SurfaceFlinger>& flinger, HWComposer& hwComposer, const wp<IBinder>& displayToken, in DisplayDeviceCreationArgs()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/
DLocalDisplayAdapterTest.java646 final Binder displayToken = new Binder(); in testBacklightAdapter_withSurfaceControlSupport() local
665 final Binder displayToken = new Binder(); in testBacklightAdapter_withoutSourceControlSupport_defaultDisplay() local
678 final Binder displayToken = new Binder(); in testBacklightAdapter_withoutSourceControlSupport_nonDefaultDisplay() local
/frameworks/native/services/surfaceflinger/tests/
DTransactionTestHarnesses.h38 const auto displayToken = SurfaceComposerClient::getInternalDisplayToken(); in getScreenCapture() local
/frameworks/base/services/core/java/com/android/server/display/color/
DDisplayWhiteBalanceTintController.java264 final IBinder displayToken = SurfaceControl.getInternalDisplayToken(); in getDisplayColorSpaceFromSurfaceControl() local
/frameworks/native/services/surfaceflinger/tests/utils/
DScreenshotUtils.h52 static void captureScreen(std::unique_ptr<ScreenCapture>* sc, sp<IBinder> displayToken) { in captureScreen()
/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/common/
DColorModeControls.kt50 private var displayToken: IBinder variable in com.android.test.silkfx.common.ColorModeControls

12