Home
last modified time | relevance | path

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

123

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DDisplayModeDirectorTest.java493 assertThat(modeSpecs.primary.physical.min).isEqualTo(0f); in testDisplayModeVoting()
494 assertThat(modeSpecs.primary.physical.max).isEqualTo(Float.POSITIVE_INFINITY); in testDisplayModeVoting()
497 assertThat(modeSpecs.appRequest.physical.min).isEqualTo(0f); in testDisplayModeVoting()
498 assertThat(modeSpecs.appRequest.physical.max).isEqualTo(Float.POSITIVE_INFINITY); in testDisplayModeVoting()
519 assertThat(modeSpecs.primary.physical.min) in testDisplayModeVoting()
521 assertThat(modeSpecs.primary.physical.max) in testDisplayModeVoting()
527 assertThat(modeSpecs.appRequest.physical.min) in testDisplayModeVoting()
529 assertThat(modeSpecs.appRequest.physical.max) in testDisplayModeVoting()
535 assertThat(modeSpecs.appRequest.physical.min).isZero(); in testDisplayModeVoting()
536 assertThat(modeSpecs.appRequest.physical.max).isPositiveInfinity(); in testDisplayModeVoting()
[all …]
/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockDisplayModeSpecs.h31 specs.primaryRanges.physical.min = minFps; in createDisplayModeSpecs()
32 specs.primaryRanges.physical.max = maxFps; in createDisplayModeSpecs()
33 specs.primaryRanges.render = specs.primaryRanges.physical; in createDisplayModeSpecs()
/frameworks/base/core/java/android/hardware/input/
Dinput_framework.aconfig9 …description: "Controls whether a preview will be shown in Settings when selecting a physical keybo…
17 …description: "Controls if the sticky keys accessibility feature for physical keyboard is available…
24 …description: "Controls if the bounce keys accessibility feature for physical keyboard is available…
47 …description: "Controls if the slow keys accessibility feature for physical keyboard is available t…
/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DFps.h76 FpsRange physical; member
157 return lhs.physical == rhs.physical && lhs.render == rhs.render;
186 return physical.max >= render.max; in valid()
207 const auto& [physical, render] = ranges; in to_string()
208 return base::StringPrintf("{physical=%s, render=%s}", to_string(physical).c_str(), in to_string()
/frameworks/native/services/surfaceflinger/tests/
DDisplayConfigs_test.cpp71 setSpecs.primaryRanges.physical.min = mode.peakRefreshRate; in testSetDesiredDisplayModeSpecs()
72 setSpecs.primaryRanges.physical.max = mode.peakRefreshRate; in testSetDesiredDisplayModeSpecs()
73 setSpecs.primaryRanges.render = setSpecs.primaryRanges.physical; in testSetDesiredDisplayModeSpecs()
/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/libs/gui/aidl/android/gui/
DDisplayModeSpecs.aidl36 RefreshRateRange physical;
/frameworks/base/ravenwood/
DREADME.md20physical devices.** As teams progressively opt-in supporting APIs under Ravenwood, we’re requirin…
22 …mulation of how a device behaves, or they can bring more “real” code that runs on physical devices.
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DBrightnessMappingStrategyTest.java232 BrightnessMappingStrategy physical = BrightnessMappingStrategy.create(mContext, ddc, in testPhysicalStrategyMappingAtControlPoints() local
234 assertNotNull("BrightnessMappingStrategy should not be null", physical); in testPhysicalStrategyMappingAtControlPoints()
241 physical.getBrightness(LUX_LEVELS[i]), in testPhysicalStrategyMappingAtControlPoints()
251 BrightnessMappingStrategy physical = BrightnessMappingStrategy.create(mContext, ddc, in testPhysicalStrategyMappingBetweenControlPoints() local
253 assertNotNull("BrightnessMappingStrategy should not be null", physical); in testPhysicalStrategyMappingBetweenControlPoints()
258 final float brightness = physical.getBrightness(lux); in testPhysicalStrategyMappingBetweenControlPoints()
416 BrightnessMappingStrategy physical = BrightnessMappingStrategy.create(mContext, ddc, in testPhysicalStrategyRequiresNitsMapping() local
418 assertNull(physical); in testPhysicalStrategyRequiresNitsMapping()
/frameworks/base/cmds/incident_helper/testdata/
Dprocrank.txt7 ZRAM: 6828K physical used for 31076K in swap (524284K total swap)
/frameworks/base/services/fakes/
DAndroid.bp12 // artifacts for physical devices, as they already supply "real" services
/frameworks/av/media/libheadtracking/
DREADME.md14 - Display orientation, defined as the angle between the "physical" screen and
104 change with respect to the physical screen.
109 objects. It is not associated with any physical frame. In a typical
119 physical world, relative to which we can measure the head pose and screen pose.
143 pointing in the direction of the logical screen “up” rather than the physical
/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/tests/CompanionDeviceMultiDeviceTests/
DREADME.md4 To test on physical devices, connect _two_ devices locally and enable USB debugging setting on both…
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateSelector.cpp222 policy.primaryRanges.physical.includes(existingModeFps); in createFrameRateModes()
224 policy.primaryRanges.physical.includes(mode->getPeakFps()); in createFrameRateModes()
723 policy->primaryRanges.physical.includes(modePtr->getPeakFps()); in getRankedFrameRatesLocked()
1334 if (!policy.primaryRanges.physical.includes(mode->get()->getPeakFps())) { in isPolicyValidLocked()
1345 ALOGE_IF(!appRequestRanges.physical.includes(primaryRanges.physical), in isPolicyValidLocked()
1347 to_string(primaryRanges.physical).c_str(), in isPolicyValidLocked()
1348 to_string(appRequestRanges.physical).c_str()); in isPolicyValidLocked()
1478 ranges.physical.includes(mode.getPeakFps()) && in constructAvailableRefreshRates()
1554 isApproxLess(currentPolicy->primaryRanges.physical.min, deviceMinFps)) { in getIdleTimerAction()
DRefreshRateSelector.h101 return isApproxEqual(primaryRanges.physical.min, primaryRanges.physical.max); in primaryRangeIsSingleRate()
/frameworks/base/core/java/android/view/
DSurfaceControl.java2050 public final RefreshRateRange physical; field in SurfaceControl.RefreshRateRanges
2058 physical = new RefreshRateRange(); in RefreshRateRanges()
2062 public RefreshRateRanges(RefreshRateRange physical, RefreshRateRange render) { in RefreshRateRanges() argument
2063 this.physical = new RefreshRateRange(physical.min, physical.max); in RefreshRateRanges()
2081 return physical.equals(rates.physical) && render.equals( in equals()
2087 return Objects.hash(physical, render); in hashCode()
2092 return "physical: " + physical + " render: " + render; in toString()
2099 this.physical.copyFrom(other.physical); in copyFrom()
2222 new RefreshRateRanges(primaryRanges.physical, primaryRanges.render); in DesiredDisplayModeSpecs()
2224 new RefreshRateRanges(appRequestRanges.physical, appRequestRanges.render); in DesiredDisplayModeSpecs()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.h272 bool isVirtual() const { return !physical; } in isVirtual()
275 std::optional<Physical> physical; member
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDevice.java90 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/proto_logging/stats/enums/input/
Denums.proto156 * This enum is for layout types provided both by the physical keyboard
181 // An alphabetical physical keyboard.
/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/proto_logging/stats/atoms/input/
Dinput_extension_atoms.proto61 * Logged when an external physical keyboard (PK) is connected and configured
82 * Logs shortcut usage on the physical keyboard

123