Home
last modified time | relevance | path

Searched defs:addDisplay (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/display/data/repository/
DFakeDisplayRepository.kt58 suspend fun addDisplay(displayId: Int, type: Int = Display.TYPE_EXTERNAL) { in addDisplay() method in com.android.systemui.display.data.repository.FakeDisplayRepository
74 suspend fun addDisplay(display: Display) { in addDisplay() method in com.android.systemui.display.data.repository.FakeDisplayRepository
/frameworks/native/services/surfaceflinger/tests/end2end/test_framework/fake_hwc3/
DHwc3Controller.cpp96 void Hwc3Controller::addDisplay(const core::DisplayConfiguration& config) { in addDisplay() function in android::surfaceflinger::tests::end2end::test_framework::fake_hwc3::Hwc3Controller
DHwc3Composer.cpp113 void Hwc3Composer::addDisplay(const core::DisplayConfiguration& display) { in addDisplay() function in android::surfaceflinger::tests::end2end::test_framework::fake_hwc3::Hwc3Composer
/frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/
DRemoteDisplayProviderService.java282 public void addDisplay(RemoteDisplay display) { in addDisplay() method in RemoteDisplayProviderService.Provider
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
DDisplayInsetsControllerTest.java177 private void addDisplay(int displayId) throws RemoteException { in addDisplay() method in DisplayInsetsControllerTest
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DDisplayTopologyCoordinatorTest.kt85 fun addDisplay() { in <lambda>() method
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
DRemoteDisplayProvider.java244 public void addDisplay(RemoteDisplay display) { in addDisplay() method in RemoteDisplayProvider
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/cursorposition/data/repository/
DMultiDisplayCursorPositionRepositoryTest.kt169 private suspend fun addDisplay(id: Int, type: Int) { in <lambda>() method in com.android.systemui.cursorposition.data.repository.MultiDisplayCursorPositionRepositoryTest
/frameworks/base/core/java/android/hardware/display/
DDisplayTopology.java171 public void addDisplay(int displayId, float width, float height) { in addDisplay() method in DisplayTopology
/frameworks/native/services/surfaceflinger/DisplayHardware/
DAidlComposerHal.cpp1815 void AidlComposer::addDisplay(Display display) { in addDisplay() function in android::Hwc2::AidlComposer
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp12771 void addDisplay(ui::LogicalDisplayId displayId, ui::Transform transform) { in addDisplay() function in android::inputdispatcher::InputDispatcherDragTests