Home
last modified time | relevance | path

Searched refs:logical (Results 1 – 11 of 11) sorted by relevance

/frameworks/hardware/interfaces/cameraservice/service/2.1/
DICameraService.hal33 * logical multi-camera becomes unavailable or available again.
36 * logical multi-camera.
44 * if the device is a logical multi-camera.
DICameraServiceListener.hal24 * camera device backing a logical camera changes
27 * backing a logical camera.
Dtypes.hal39 * for this logical multi-camera.
47 * The physical camera id backing a logical multi-camera, and its
/frameworks/av/media/libheadtracking/
DREADME.md15 the "logical" screen.
102 defined as the logical directions used for display. So when flipping the display
142 pose to obtain the pose of the “logical screen” frame, in which the Y-axis is
143 pointing in the direction of the logical screen “up” rather than the physical
/frameworks/base/core/proto/android/view/
Ddisplayinfo.proto26 // logical display.
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDevice.java90 public ActiveSource(int logical, int physical) { in ActiveSource() argument
91 logicalAddress = logical; 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/native/services/inputflinger/docs/
Dinput_coordinates.md9 window bounds in pixels in the rotated logical display.
/frameworks/proto_logging/stats/enums/stats/hdmi/
Denums.proto23 // HDMI CEC logical addresses.
/frameworks/base/core/proto/android/server/
Dpowerstatsservice.proto178 * For a group of EnergyConsumers of the same logical type, sorting by
/frameworks/opt/telephony/proto/src/
Dtelephony.proto548 // no logical channel available
/frameworks/proto_logging/stats/
Datoms.proto18178 // The logical address of the active source.
18203 // The HDMI CEC logical address of the initiator.
18206 // The HDMI CEC logical address of the destination.