Home
last modified time | relevance | path

Searched refs:orientation (Results 1 – 25 of 49) sorted by relevance

12

/device/google/cuttlefish_common/host/frontend/vnc_server/
Dframe_buffer_watcher.cpp63 if (stripe.orientation == ScreenOrientation::Landscape) { in Rotated()
85 stripe.orientation = ScreenOrientation::Landscape; in Rotated()
91 return Stripes(stripe.orientation)[stripe.index]->raw_data != stripe.raw_data; in StripeIsDifferentFromPrevious()
95 ScreenOrientation orientation, const SeqNumberVec& seq_numbers) const { in StripesNewerThan() argument
97 const auto& stripes = Stripes(orientation); in StripesNewerThan()
109 ScreenOrientation orientation) { in Stripes() argument
110 return stripes_[static_cast<int>(orientation)]; in Stripes()
114 ScreenOrientation orientation) const { in Stripes()
115 return stripes_[static_cast<int>(orientation)]; in Stripes()
132 Stripes(stripe->orientation)[stripe->index] = stripe; in UpdateStripeIfStripeIsNew()
Dframe_buffer_watcher.h39 StripePtrVec StripesNewerThan(ScreenOrientation orientation,
60 StripePtrVec& Stripes(ScreenOrientation orientation) REQUIRES(stripes_lock_);
61 const StripePtrVec& Stripes(ScreenOrientation orientation) const
Dblackboard.cpp90 state.orientation, state.stripe_seq_nums); in WaitForSenderWork()
105 ScreenOrientation orientation) { in SetOrientation() argument
108 state.orientation = orientation; in SetOrientation()
Dblackboard.h42 ScreenOrientation orientation{};
80 ScreenOrientation orientation);
Dvnc_client_connection.h122 Coordinates CoordinatesForOrientation(ScreenOrientation orientation) const;
128 void SetScreenOrientation(ScreenOrientation orientation) EXCLUDES(m_);
Dvnc_utils.h64 ScreenOrientation orientation{};
Dvnc_client_connection.cpp480 ScreenOrientation orientation) const { in CoordinatesForOrientation()
488 switch (orientation) { in CoordinatesForOrientation()
508 void VncClientConnection::SetScreenOrientation(ScreenOrientation orientation) { in SetScreenOrientation() argument
510 auto coords = CoordinatesForOrientation(orientation); in SetScreenOrientation()
514 current_orientation_ = orientation; in SetScreenOrientation()
/device/google/cuttlefish_common/guest/hals/camera/
DCameraConfiguration.cpp101 CameraDefinition::Orientation* orientation) { in ValueToCameraOrientation() argument
103 *orientation = CameraDefinition::kBack; in ValueToCameraOrientation()
106 *orientation = CameraDefinition::kFront; in ValueToCameraOrientation()
216 &camera.orientation)) in ConfigureCameras()
DCameraConfiguration.h39 Orientation orientation; member
/device/google/contexthub/firmware/variant/lunchbox/
Dlunchbox.mk54 SRCS_os += os/drivers/orientation/orientation.c
/device/google/contexthub/firmware/variant/nucleo/
Dnucleo.mk58 SRCS_os += os/drivers/orientation/orientation.c
/device/google/contexthub/firmware/variant/neonkey/
Dneonkey.mk62 SRCS_os += os/drivers/orientation/orientation.c
/device/google/contexthub/firmware/
Dneonkey_aux_variant_config.mk77 os/drivers/orientation/orientation.c \
Dnucleo_aux_variant_config.mk76 os/drivers/orientation/orientation.c \
Dargonkey_aux_variant_config.mk74 os/drivers/orientation/orientation.c \
Dlunchbox_aux_variant_config.mk84 os/drivers/orientation/orientation.c \
/device/google/contexthub/firmware/variant/argonkey/
Dargonkey.mk53 SRCS_os += os/drivers/orientation/orientation.c
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
DREADME41 …MATRIX 1, 0, 0, 0, 1, 0, 0, 0, 1 /* Accelerometer and gyroscope axis orientation */
42 …X 1, 0, 0, 0, 1, 0, 0, 0, 1 /* Magnetometer axis orientation [MUST be set if…
74 Sensors orientation can be modified through rotation matrices. Accelerometer and gyroscope are shar…
/device/generic/goldfish/data/etc/
Dconfig.ini15 hw.sensors.orientation=yes key
Dconfig.ini.nexus515 hw.sensors.orientation=yes
Dconfig.ini.xl14 hw.sensors.orientation=yes
Dconfig.ini.tv15 hw.sensors.orientation=no
Dconfig.ini.foldable15 hw.sensors.orientation=yes
/device/google/atv/
Dconfig.ini17 hw.sensors.orientation=no key
/device/google/marlin/
Dsynaptics_dsxv26.idc32 touch.orientation.calibration = none

12