Home
last modified time | relevance | path

Searched refs:roll (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedFakeRotatingCameraDevice.h89 void read_rotation_vector(double *yaw, double* pitch, double* roll);
DEmulatedFakeRotatingCameraDevice.cpp313 … EmulatedFakeRotatingCameraDevice::read_rotation_vector(double *yaw, double* pitch, double* roll) { in read_rotation_vector() argument
317 *roll = mSensorValues[SENSOR_VALUE_ROTATION_Y]; in read_rotation_vector()
322 double yaw, pitch, roll; in get_yawing() local
323 read_rotation_vector(&yaw, &pitch, &roll); in get_yawing()
/device/google/contexthub/firmware/lib/builtins/
Dfp_extend_impl.inc27 // you will likely need to roll your own on some platforms.