Home
last modified time | relevance | path

Searched refs:physical (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DDisplayCreationArgs.h45 std::optional<Physical> physical; member
78 DisplayCreationArgsBuilder& setPhysical(DisplayCreationArgs::Physical physical) { in setPhysical() argument
79 mArgs.physical = physical; in setPhysical()
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DBrightnessMappingStrategyTest.java178 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/hardware/interfaces/cameraservice/service/2.1/
Dtypes.hal38 * The physical cameras that are unavailable to use (via physical streams)
47 * The physical camera id backing a logical multi-camera, and its
DICameraService.hal32 * 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
DICameraServiceListener.hal23 * Callback called by cameraservice when the status of a physical
26 * @param statusAndId the current device status of a physical camera device
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp53 mIsVirtual = !args.physical; in setConfiguration()
54 mId = args.physical ? std::make_optional(args.physical->id) : std::nullopt; in setConfiguration()
60 args.physical ? args.physical->type == DisplayConnectionType::Internal in setConfiguration()
64 if (!args.physical && args.useHwcVirtualDisplays) { in setConfiguration()
/frameworks/base/cmds/incident_helper/testdata/
Dprocrank.txt7 ZRAM: 6828K physical used for 31076K in swap (524284K total swap)
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDevice.java79 public ActiveSource(int logical, int physical) { in ActiveSource() argument
81 physicalAddress = physical; in ActiveSource()
88 public static ActiveSource of(int logical, int physical) { in of() argument
89 return new ActiveSource(logical, physical); in of()
101 public boolean equals(int logical, int physical) { in equals() argument
102 return logicalAddress == logical && physicalAddress == physical; in equals()
/frameworks/hardware/interfaces/cameraservice/device/2.0/
Dtypes.hal220 * 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
DICameraDeviceCallback.hal57 * which contains the camera id and metadata related to the physical
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/
DLocalDisplayAdapterTest.java255 final DisplayAddress.Physical physical = (DisplayAddress.Physical) info.address; in assertDisplayDpi() local
256 assertNotNull(physical); in assertDisplayDpi()
257 assertEquals((byte) expectedPort, physical.getPort()); in assertDisplayDpi()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h636 state.physical = {*displayId, *type, *mHwcDisplayId}; in inject()
646 if (const auto& physical = state.physical) { in inject() local
647 mFlinger.mutablePhysicalDisplayTokens()[physical->id] = mDisplayToken; in inject()
DDisplayTransactionTest.cpp1797 state.physical = {*displayId, *connectionType, *hwcDisplayId}; in setupNewDisplayDeviceInternalTest()
1980 EXPECT_EQ(expectedPhysical, current.physical); in verifyDisplayIsConnected()
1986 EXPECT_EQ(expectedPhysical, draw.physical); in verifyDisplayIsConnected()
/frameworks/hardware/interfaces/bufferhub/1.0/
Dtypes.hal40 * the underlying physical buffer object.
/frameworks/native/services/surfaceflinger/
DDisplayDevice.h198 bool isVirtual() const { return !physical; } in isVirtual()
201 std::optional<Physical> physical; member
DSurfaceFlinger.cpp525 if (state.physical) { in destroyDisplay()
2450 state.physical = {displayId, getHwComposer().getDisplayConnectionType(displayId), in processDisplayHotplugEventsLocked()
2504 if (const auto& physical = state.physical) { in setupNewDisplayDeviceInternal() local
2505 creationArgs.connectionType = physical->type; in setupNewDisplayDeviceInternal()
2581 if (state.physical) { in processDisplayAdded()
2583 getCompositionEngine().getHwComposer().getActiveConfig(state.physical->id); in processDisplayAdded()
2604 if (const auto& physical = state.physical) { in processDisplayAdded() local
2605 builder.setPhysical({physical->id, physical->type}); in processDisplayAdded()
2683 if (const auto& physical = currentState.physical) { in processDisplayChanged() local
2684 getHwComposer().allocatePhysicalDisplay(physical->hwcDisplayId, physical->id); in processDisplayChanged()
[all …]
DSurfaceInterceptor.cpp598 if (info.physical) { in addDisplayCreationLocked()
599 creation->set_display_id(info.physical->id.value); in addDisplayCreationLocked()
/frameworks/minikin/doc/
Dhyb_file_format.md8 * 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/
DIStats.hal42 * Report the detection of a physical drop event, as detected by
Dtypes.hal78 * Represents a physical drop detected event.
/frameworks/base/core/proto/android/os/
Dps.proto47 // Resident set size. How many physical pages are associated with the
/frameworks/base/proto/src/
Dipconnectivity.proto9 // 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/
DEGL_ANDROID_get_frame_timestamps.txt200 started to scan out to the physical display.
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt158 You may charge a fee for the physical act of transferring a copy,
/frameworks/wilhelm/doc/
DDoxyfile283 # If the system has enough physical memory increasing the cache will improve the

12