/frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
D | BrightnessMappingStrategyTest.java | 178 BrightnessMappingStrategy physical = BrightnessMappingStrategy.create(res); in testPhysicalStrategyMappingAtControlPoints() local 179 assertNotNull("BrightnessMappingStrategy should not be null", physical); in testPhysicalStrategyMappingAtControlPoints() 183 physical.getBrightness(LUX_LEVELS[i]), 0.01f /*tolerance*/); in testPhysicalStrategyMappingAtControlPoints() 191 BrightnessMappingStrategy physical = BrightnessMappingStrategy.create(res); in testPhysicalStrategyMappingBetweenControlPoints() local 192 assertNotNull("BrightnessMappingStrategy should not be null", physical); in testPhysicalStrategyMappingBetweenControlPoints() 197 final float backlight = physical.getBrightness(lux) * PowerManager.BRIGHTNESS_ON; in testPhysicalStrategyMappingBetweenControlPoints() 292 BrightnessMappingStrategy physical = BrightnessMappingStrategy.create(res); in testPhysicalStrategyRequiresNitsMapping() local 293 assertNull(physical); in testPhysicalStrategyRequiresNitsMapping() 297 physical = BrightnessMappingStrategy.create(res); in testPhysicalStrategyRequiresNitsMapping() 298 assertNull(physical); in testPhysicalStrategyRequiresNitsMapping() [all …]
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/ |
D | LocalDisplayAdapterTest.java | 160 DisplayAddress.Physical physical = (DisplayAddress.Physical) info.address; in assertDisplay() local 161 assertNotNull(physical); in assertDisplay() 162 assertEquals(expectedPort, physical.getPort()); in assertDisplay()
|
/frameworks/base/cmds/incident_helper/testdata/ |
D | procrank.txt | 7 ZRAM: 6828K physical used for 31076K in swap (524284K total swap)
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecLocalDevice.java | 77 public ActiveSource(int logical, int physical) { in ActiveSource() argument 79 physicalAddress = physical; in ActiveSource() 86 public static ActiveSource of(int logical, int physical) { in of() argument 87 return new ActiveSource(logical, physical); in of() 99 public boolean equals(int logical, int physical) { in equals() argument 100 return logicalAddress == logical && physicalAddress == physical; in equals()
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | types.hal | 220 * The physical camera settings associated with this CaptureRequest. 264 * For capture result errors, the physical camera ID in case the respective request contains 265 * a reference to physical camera device. 273 * This ties physical camera metadata to a particular camera device for a 349 * The id of the physical camera id, that this OutputConfiguration is meant 350 * for. If the no physical camera id is expected, this must be an empty
|
D | ICameraDeviceCallback.hal | 57 * which contains the camera id and metadata related to the physical
|
/frameworks/hardware/interfaces/bufferhub/1.0/ |
D | types.hal | 40 * the underlying physical buffer object.
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 8 * Usable when mmap'ed, so it doesn't take significant physical RAM 16 physical file, to reduce number of open mmap'ed files. This document doesn't cover that.
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | IStats.hal | 42 * Report the detection of a physical drop event, as detected by
|
D | types.hal | 78 * Represents a physical drop detected event.
|
/frameworks/base/core/proto/android/os/ |
D | ps.proto | 47 // Resident set size. How many physical pages are associated with the
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 9 // NetworkId represents the id given by the system to a physical network on the 22 // LinkLayer describes a physical link layer technology used by a network. 551 // Represents the id given by the system to a physical network on the device.
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 200 started to scan out to the physical display.
|
/frameworks/native/vulkan/libvulkan/ |
D | code-generator.tmpl | 1006 {{/* We cache physical devices in loader.cpp */}}
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 158 You may charge a fee for the physical act of transferring a copy,
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 2549 … = 0x00000004, /// Buffer should support constent data access to physical memory blocks map… 2619 … = 0x00000004, /// Image should support constent data access to physical memory blocks map… 2896 …Y_ALIAS_BIT = 0x00000001, /// The attachment may alias physical memory of another…
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 283 # If the system has enough physical memory increasing the cache will improve the
|
/frameworks/native/docs/ |
D | Doxyfile | 349 # If the system has enough physical memory increasing the cache will improve the
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 7881 // Number of active SIM slots (both physical and eSIM profiles) in the device. 7884 // Number of SIM cards (both physical and active eSIM profiles).
|