Home
last modified time | relevance | path

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

12

/device/google/cuttlefish/host/frontend/vnc_server/
Dframe_buffer_watcher.cpp64 if (stripe.orientation == ScreenOrientation::Landscape) { in Rotated()
86 stripe.orientation = ScreenOrientation::Landscape; in Rotated()
92 return Stripes(stripe.orientation)[stripe.index]->raw_data != stripe.raw_data; in StripeIsDifferentFromPrevious()
96 ScreenOrientation orientation, const SeqNumberVec& seq_numbers) const { in StripesNewerThan() argument
98 const auto& stripes = Stripes(orientation); in StripesNewerThan()
110 ScreenOrientation orientation) { in Stripes() argument
111 return stripes_[static_cast<int>(orientation)]; in Stripes()
115 ScreenOrientation orientation) const { in Stripes()
116 return stripes_[static_cast<int>(orientation)]; in Stripes()
133 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.h63 ScreenOrientation orientation{};
Dvnc_client_connection.cpp519 ScreenOrientation orientation) const { in CoordinatesForOrientation()
527 switch (orientation) { in CoordinatesForOrientation()
547 void VncClientConnection::SetScreenOrientation(ScreenOrientation orientation) { in SetScreenOrientation() argument
549 auto coords = CoordinatesForOrientation(orientation); in SetScreenOrientation()
553 current_orientation_ = orientation; in SetScreenOrientation()
/device/google/cuttlefish/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/generic/goldfish/audio/
Dutil.cpp84 mic.orientation.x = AUDIO_MICROPHONE_COORDINATE_UNKNOWN; in getMicrophoneInfo()
85 mic.orientation.y = AUDIO_MICROPHONE_COORDINATE_UNKNOWN; in getMicrophoneInfo()
86 mic.orientation.z = AUDIO_MICROPHONE_COORDINATE_UNKNOWN; in getMicrophoneInfo()
/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/
Dargonkey_aux_variant_config.mk74 os/drivers/orientation/orientation.c \
Dneonkey_aux_variant_config.mk77 os/drivers/orientation/orientation.c \
Dnucleo_aux_variant_config.mk76 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.ini.xl14 hw.sensors.orientation=yes
Dconfig.ini16 hw.sensors.orientation=yes key
Dconfig.ini.nexus516 hw.sensors.orientation=yes
Dconfig.ini.tv16 hw.sensors.orientation=no
Dconfig.ini.foldable16 hw.sensors.orientation=yes
Dconfig.ini.freeform17 hw.sensors.orientation=yes

12