Home
last modified time | relevance | path

Searched refs:EmulatedFakeRotatingCameraDevice (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedFakeRotatingCameraDevice.cpp115 void EmulatedFakeRotatingCameraDevice::render(int width, int height) in render()
169 void EmulatedFakeRotatingCameraDevice::create_texture_dotx(int width, int height) { in create_texture_dotx()
248 void EmulatedFakeRotatingCameraDevice::update_scene(float width, float height) in update_scene()
271 void EmulatedFakeRotatingCameraDevice::free_gl_surface(void) in free_gl_surface()
284 void EmulatedFakeRotatingCameraDevice::init_sensor() { in init_sensor()
295 void EmulatedFakeRotatingCameraDevice::read_sensor() { in read_sensor()
313 void EmulatedFakeRotatingCameraDevice::read_rotation_vector(double *yaw, double* pitch, double* rol… in read_rotation_vector()
321 void EmulatedFakeRotatingCameraDevice::get_yawing(float* x, float* y, float*z) { in get_yawing()
330 void EmulatedFakeRotatingCameraDevice::get_eye_x_y_z(float* x, float* y, float*z) { in get_eye_x_y_z()
351 int EmulatedFakeRotatingCameraDevice::init_gl_surface(int width, int height) in init_gl_surface()
[all …]
DEmulatedFakeRotatingCameraDevice.h40 class EmulatedFakeRotatingCameraDevice : public EmulatedCameraDevice {
43 explicit EmulatedFakeRotatingCameraDevice(EmulatedFakeCamera* camera_hal);
46 ~EmulatedFakeRotatingCameraDevice();
DEmulatedFakeCamera.cpp44 mFakeCameraDevice = new EmulatedFakeRotatingCameraDevice(this); in EmulatedFakeCamera()
DAndroid.bp30 "EmulatedFakeRotatingCameraDevice.cpp",