Home
last modified time | relevance | path

Searched defs:rotation (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/
DEventReporter.java125 public void reportScreenChanged(int width, int height, int dpi, int rotation) { in reportScreenChanged()
DGceService.java151 int rotation = getRotation(); in onConfigurationChanged() local
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/
Dserver_connector.js122 createDeviceDisplaysMessage(rotation) { argument
133 constructor(parentController, rotation) { argument
/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c156 static bool isTiltAngleAcceptable(int rotation, int8_t tilt_angle) in isTiltAngleAcceptable()
162 static bool isOrientationAngleAcceptable(int current_rotation, int rotation, in isOrientationAngleAcceptable()
301 static void updatePredictedRotation(uint64_t now, int rotation) in updatePredictedRotation()
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dapp.js130 createDeviceDisplaysMessage(rotation) { argument
752 #rotateDisplays(rotation) { argument
1098 #onRotateButton(rotation) { argument
/device/generic/goldfish/hals/camera/
DFakeRotatingCamera.h83 float rotation[3]; member
/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp141 uint32_t rotation = 0; in GetRotationFromTransform() local
334 int DoRotation(const BufferSpec& src, const BufferSpec& dst, libyuv::RotationMode rotation, in DoRotation()
949 libyuv::RotationMode rotation = GetRotationFromTransform(srcLayer->getTransform()); in composeLayerInto() local
/device/generic/goldfish/hals/audio/
Dprimary_device.cpp564 Return<Result> PrimaryDevice::updateRotation(IPrimaryDevice::Rotation rotation) { in updateRotation()