/frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
D | BrightnessMappingStrategyTest.java | 184 BrightnessMappingStrategy physical = BrightnessMappingStrategy.create(res, ddc); in testPhysicalStrategyMappingAtControlPoints() local 185 assertNotNull("BrightnessMappingStrategy should not be null", physical); in testPhysicalStrategyMappingAtControlPoints() 192 physical.getBrightness(LUX_LEVELS[i]), in testPhysicalStrategyMappingAtControlPoints() 201 BrightnessMappingStrategy physical = BrightnessMappingStrategy.create(res, ddc); in testPhysicalStrategyMappingBetweenControlPoints() local 202 assertNotNull("BrightnessMappingStrategy should not be null", physical); in testPhysicalStrategyMappingBetweenControlPoints() 207 final float brightness = physical.getBrightness(lux); in testPhysicalStrategyMappingBetweenControlPoints() 335 BrightnessMappingStrategy physical = BrightnessMappingStrategy.create(res, ddc); in testPhysicalStrategyRequiresNitsMapping() local 336 assertNull(physical); in testPhysicalStrategyRequiresNitsMapping() 340 physical = BrightnessMappingStrategy.create(res, ddc); in testPhysicalStrategyRequiresNitsMapping() 341 assertNull(physical); in testPhysicalStrategyRequiresNitsMapping() [all …]
|
/frameworks/hardware/interfaces/cameraservice/service/2.1/ |
D | types.hal | 38 * The physical cameras that are unavailable to use (via physical streams) 47 * The physical camera id backing a logical multi-camera, and its
|
D | ICameraService.hal | 32 * which is called by the camera service when a physical camera backing a 35 * which contains unavailable physical cameras if the specified camera is a 43 * their corresponding statuses, and the unavailable physical camera Ids
|
D | ICameraServiceListener.hal | 23 * Callback called by cameraservice when the status of a physical 26 * @param statusAndId the current device status of a physical camera device
|
/frameworks/base/cmds/incident_helper/testdata/ |
D | procrank.txt | 7 ZRAM: 6828K physical used for 31076K in swap (524284K total swap)
|
/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/native/services/surfaceflinger/ |
D | DisplayDevice.h | 249 bool isVirtual() const { return !physical; } in isVirtual() 252 std::optional<Physical> physical; member
|
D | SurfaceFlinger.cpp | 573 if (state.physical) { in destroyDisplay() 1175 state.physical->activeMode = upcomingMode; in setActiveModeInternal() 2592 state.physical = {.id = displayId, in processDisplayHotplugEventsLocked() 2616 state.physical->supportedModes = std::move(supportedModes); in processDisplayHotplugEventsLocked() 2617 state.physical->activeMode = activeMode; in processDisplayHotplugEventsLocked() 2619 state.physical->deviceProductInfo = std::move(info->deviceProductInfo); in processDisplayHotplugEventsLocked() 2660 if (const auto& physical = state.physical) { in setupNewDisplayDeviceInternal() local 2661 creationArgs.connectionType = physical->type; in setupNewDisplayDeviceInternal() 2662 creationArgs.supportedModes = physical->supportedModes; in setupNewDisplayDeviceInternal() 2719 display->setActiveMode(state.physical->activeMode->getId()); in setupNewDisplayDeviceInternal() [all …]
|
D | SurfaceInterceptor.cpp | 607 if (info.physical) { in addDisplayCreationLocked() 608 creation->set_display_id(info.physical->id.value); in addDisplayCreationLocked()
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecLocalDevice.java | 90 public ActiveSource(int logical, int physical) { in ActiveSource() argument 92 physicalAddress = physical; in ActiveSource() 99 public static ActiveSource of(int logical, int physical) { in of() argument 100 return new ActiveSource(logical, physical); in of() 112 public boolean equals(int logical, int physical) { in equals() argument 113 return logicalAddress == logical && physicalAddress == physical; in equals()
|
/frameworks/hardware/interfaces/bufferhub/1.0/ |
D | types.hal | 40 * the underlying physical buffer object.
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TestableSurfaceFlinger.h | 735 state.physical = {.id = *physicalId, .type = *type, .hwcDisplayId = *mHwcDisplayId}; in inject() 748 if (const auto& physical = state.physical) { in inject() local 749 mFlinger.mutablePhysicalDisplayTokens()[physical->id] = mDisplayToken; in inject()
|
D | SurfaceFlinger_HandleTransactionLockedTest.cpp | 130 EXPECT_EQ(expectedPhysical, current.physical); in verifyDisplayIsConnected() 136 EXPECT_EQ(expectedPhysical, draw.physical); in verifyDisplayIsConnected()
|
D | SurfaceFlinger_SetupNewDisplayDeviceInternalTest.cpp | 252 state.physical = {.id = *displayId, in setupNewDisplayDeviceInternalTest()
|
/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/services/tests/mockingservicestests/src/com/android/server/display/ |
D | LocalDisplayAdapterTest.java | 695 final DisplayAddress.Physical physical = (DisplayAddress.Physical) info.address; in assertDisplayDpi() local 696 assertNotNull(physical); in assertDisplayDpi() 697 assertEquals(expectedPort, physical.getPort()); in assertDisplayDpi()
|
/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/base/core/proto/android/server/ |
D | powerstatsservice.proto | 179 * ordinal should be give their physical order. No other meaning is
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 200 started to scan out to the physical display.
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 158 You may charge a fee for the physical act of transferring a copy,
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 283 # If the system has enough physical memory increasing the cache will improve the
|