Home
last modified time | relevance | path

Searched refs:read_rotation_vector (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedFakeRotatingCameraDevice.h89 void read_rotation_vector(double *yaw, double* pitch, double* roll);
DEmulatedFakeRotatingCameraDevice.cpp313 void EmulatedFakeRotatingCameraDevice::read_rotation_vector(double *yaw, double* pitch, double* rol… in read_rotation_vector() function in android::EmulatedFakeRotatingCameraDevice
323 read_rotation_vector(&yaw, &pitch, &roll); in get_yawing()