Searched defs:uniqueDisplayId (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
H A D | PersistentDataStoreTest.java | 151 final String uniqueDisplayId = "test:123"; in testStoreAndReloadOfDisplayBrightnessConfigurations() local 196 final String uniqueDisplayId = "test:123"; in testSetBrightnessConfigurationFailsWithUnstableId() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/ |
H A D | BrightnessTracker.java | 320 boolean isDefaultBrightnessConfig, String uniqueDisplayId) { in notifyBrightnessChanged() 342 boolean isDefaultBrightnessConfig, long timestamp, String uniqueDisplayId) { in handleBrightnessChanged() 595 String uniqueDisplayId = toWrite[i].uniqueDisplayId; in writeEventsLocked() local 684 String uniqueDisplayId = parser.getAttributeValue(null, ATTR_UNIQUE_DISPLAY_ID); in readEventsLocked() local 1060 public final String uniqueDisplayId; field in BrightnessTracker.BrightnessChangeValues 1064 long timestamp, String uniqueDisplayId) { in BrightnessChangeValues()
|
H A D | PersistentDataStore.java | 332 String uniqueDisplayId, int userSerial) { in getBrightnessConfigurationForDisplayLocked()
|
/aosp12/frameworks/base/core/java/android/hardware/display/ |
H A D | IDisplayManager.aidl | 123 void setBrightnessConfigurationForDisplay(in BrightnessConfiguration c, String uniqueDisplayId, in setBrightnessConfigurationForDisplay() 128 BrightnessConfiguration getBrightnessConfigurationForDisplay(String uniqueDisplayId, in getBrightnessConfigurationForDisplay()
|
H A D | BrightnessChangeEvent.java | 52 public final String uniqueDisplayId; field in BrightnessChangeEvent 127 int userId, String uniqueDisplayId, float[] luxValues, long[] luxTimestamps, in BrightnessChangeEvent()
|
H A D | DisplayManagerGlobal.java | 718 String uniqueDisplayId, int userId, String packageName) { in setBrightnessConfigurationForDisplay() 731 public BrightnessConfiguration getBrightnessConfigurationForDisplay(String uniqueDisplayId, in getBrightnessConfigurationForDisplay()
|
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | TouchInputMapper.h | 217 std::string uniqueDisplayId; member
|
H A D | TouchInputMapper.cpp | 498 String8 uniqueDisplayId; in configureParameters() local
|