Home
last modified time | relevance | path

Searched defs:displayIds (Results 1 – 25 of 162) sorted by relevance

1234567

/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DActivityManagerServiceInjectorTest.java75 int [] displayIds = mInjector.getDisplayIdsForStartingVisibleBackgroundUsers(); in testGetDisplayIdsForStartingBackgroundUsers_notSupported() local
86 int[] displayIds = mInjector.getDisplayIdsForStartingVisibleBackgroundUsers(); in testGetDisplayIdsForStartingBackgroundUsers_noDisplaysAtAll() local
97 int[] displayIds = mInjector.getDisplayIdsForStartingVisibleBackgroundUsers(); in testGetDisplayIdsForStartingBackgroundUsers_defaultDisplayOnly() local
108 int[] displayIds = mInjector.getDisplayIdsForStartingVisibleBackgroundUsers(); in testGetDisplayIdsForStartingBackgroundUsers_noDefaultDisplay() local
119 int[] displayIds = mInjector.getDisplayIdsForStartingVisibleBackgroundUsers(); in testGetDisplayIdsForStartingBackgroundUsers_mixed() local
133 int[] displayIds = mInjector.getDisplayIdsForStartingVisibleBackgroundUsers(); in testGetDisplayIdsForStartingBackgroundUsers_mixed_invalidFirst() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DPowerAdvisorTest.cpp196 std::vector<DisplayId> displayIds{PhysicalDisplayId::fromPort(42u), GpuVirtualDisplayId(0), in testGpuScenario() local
324 std::vector<DisplayId> displayIds{PhysicalDisplayId::fromPort(42u)}; in TEST_F() local
362 std::vector<DisplayId> displayIds{PhysicalDisplayId::fromPort(42u)}; in TEST_F() local
405 std::vector<DisplayId> displayIds{PhysicalDisplayId::fromPort(42u), GpuVirtualDisplayId(0), in TEST_F() local
449 std::vector<DisplayId> displayIds{PhysicalDisplayId::fromPort(42u)}; in TEST_F() local
494 std::vector<DisplayId> displayIds{PhysicalDisplayId::fromPort(42u)}; in TEST_F() local
/aosp_15_r20/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java355 IntArray displayIds; in init() local
470 private void initializeUxRestrictions(IntArray displayIds) { in initializeUxRestrictions()
907 IntArray displayIds) { in handleDrivingStateEventOnDisplaysLocked()
997 @FloatRange(from = 0f) float speed, IntArray displayIds) { in handleDispatchUxRestrictionsLocked()
1132 int[] displayIds = mCarOccupantZoneService.getAllDisplaysForOccupantZone(zoneId); in initDisplayIdsLocked() local
1142 IntArray displayIds = mCarOccupantZoneService.getAllDisplayIdsForDriver(DISPLAY_TYPE_MAIN); in initDisplayIdsLocked() local
DCarServiceHelperWrapper.java132 public void setDisplayAllowlistForUser(@UserIdInt int userId, int[] displayIds) { in setDisplayAllowlistForUser()
143 public void setPassengerDisplays(int[] displayIds) { in setPassengerDisplays()
/aosp_15_r20/packages/services/Car/service/src/com/android/car/systeminterface/
DDisplayInterface.java456 IntArray displayIds; in setAllDisplayState() local
475 IntArray displayIds = getDisplayIdsLocked(); in isAnyDisplayEnabled() local
510 IntArray displayIds = new IntArray(); in getDisplayIdsLocked() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/data/repository/
H A DShadeDisplaysRepositoryTest.kt47 val displayIds by collectValues(shadeDisplaysRepository.displayId) in policy_changing_propagatedFromTheLatestPolicy() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/display/
H A DStatusBarTouchShadeDisplayPolicyTest.kt63 val displayIds by collectValues(underTest.displayId) in onStatusBarTouched_notExistentDisplay_displayIdNotUpdated() constant
/aosp_15_r20/packages/services/Car/car-lib/src/com/android/car/internal/
DICarServiceHelper.aidl35 void setDisplayAllowlistForUser(int userId, in int[] displayIds) = 0; in setDisplayAllowlistForUser()
41 void setPassengerDisplays(in int[] displayIds) = 1; in setPassengerDisplays()
/aosp_15_r20/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DScreenshotUtils.java96 Set<Integer> displayIds = getDisplayIds(context, carOccupantZoneManager); in takeScreenshot() local
125 Set<Integer> displayIds = new HashSet<>(); in getDisplayIds() local
/aosp_15_r20/hardware/interfaces/automotive/evs/aidl/vts/
H A DVtsHalEvsTargetTest.cpp612 std::vector<uint8_t> displayIds; in TEST_P() local
1423 std::vector<uint8_t> displayIds; in TEST_P() local
1732 std::vector<uint8_t> displayIds; in TEST_P() local
2227 std::vector<uint8_t> displayIds; in TEST_P() local
2284 std::vector<uint8_t> displayIds; in TEST_P() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
H A DVirtualDeviceManagerServiceTest.java1968 ArraySet<Integer> displayIds = mLocalService.getDisplayIdsForDevice(VIRTUAL_DEVICE_ID_2); in getDisplayIdsForDevice_invalidDeviceId_emptyResult() local
1974 ArraySet<Integer> displayIds = mLocalService.getDisplayIdsForDevice(VIRTUAL_DEVICE_ID_1); in getDisplayIdsForDevice_noDisplays_emptyResult() local
1981 ArraySet<Integer> displayIds = mLocalService.getDisplayIdsForDevice(VIRTUAL_DEVICE_ID_1); in getDisplayIdsForDevice_oneDisplay_resultContainsCorrectDisplayId() local
1989 ArraySet<Integer> displayIds = mLocalService.getDisplayIdsForDevice(VIRTUAL_DEVICE_ID_1); in getDisplayIdsForDevice_twoDisplays_resultContainsCorrectDisplayIds() local
H A DVirtualDeviceTest.java121 final int[] displayIds = new int[]{7, 18}; in virtualDevice_getDisplayIds() local
/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
H A DDisplayModeDirectorTest.java408 float[] refreshRates, int baseModeId, float defaultRefreshRate, int[] displayIds) { in createDirectorFromRefreshRateArray()
422 Display.Mode defaultMode, int[] displayIds) { in createDirectorFromModeArray()
440 int minFps, int maxFps, int[] displayIds) { in createDirectorFromFpsRange()
448 private void setupModesForDisplays(DisplayModeDirector director, int[] displayIds, in setupModesForDisplays()
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/gui/include/private/gui/
DComposerServiceAIDL.h57 std::vector<int64_t> displayIds; in getInternalDisplayId() local
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/gui/include/private/gui/
DComposerServiceAIDL.h57 std::vector<int64_t> displayIds; in getInternalDisplayId() local
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/gui/include/private/gui/
DComposerServiceAIDL.h57 std::vector<int64_t> displayIds; in getInternalDisplayId() local
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/gui/include/private/gui/
DComposerServiceAIDL.h57 std::vector<int64_t> displayIds; in getInternalDisplayId() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/display/data/repository/
H A DDisplayRepository.kt82 val displayIds: StateFlow<Set<Int>> in <lambda>() constant
224 override val displayIds: StateFlow<Set<Int>> = enabledDisplayIds constant
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayGroup.java94 final int[] displayIds = new int[numDisplays]; in getIdsLocked() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayWindowListenerController.java45 final IntArray displayIds = new IntArray(); in registerListener() local
H A DAccessibilityController.java399 void onSomeWindowResizedOrMoved(int... displayIds) { in onSomeWindowResizedOrMoved()
400 onSomeWindowResizedOrMovedWithCallingUid(Binder.getCallingUid(), displayIds); in onSomeWindowResizedOrMoved() local
403 void onSomeWindowResizedOrMovedWithCallingUid(int callingUid, int... displayIds) { in onSomeWindowResizedOrMovedWithCallingUid()
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/display/
DDisplayMirroringFragment.java167 ArrayList<Integer> displayIds = new ArrayList<>(); in getDisplays() local
/aosp_15_r20/frameworks/native/services/automotive/display/
H A DAutomotiveDisplayProxyService.cpp148 auto displayIds = SurfaceComposerClient::getPhysicalDisplayIds(); in getDisplayIdList() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DDisplayInsetsControllerTest.java182 List<Integer> displayIds = mDisplayIdCaptor.getAllValues(); in addDisplay() local
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAbstractICarServiceHelperStub.java49 public void setDisplayAllowlistForUser(@UserIdInt int userId, int[] displayIds) { in setDisplayAllowlistForUser()

1234567