• Home
  • Raw
  • Download

Lines Matching refs:EmulatedFakeRotatingCameraDevice

115 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()
411 EmulatedFakeRotatingCameraDevice::EmulatedFakeRotatingCameraDevice(EmulatedFakeCamera* camera_hal) in EmulatedFakeRotatingCameraDevice() function in android::EmulatedFakeRotatingCameraDevice
416 EmulatedFakeRotatingCameraDevice::~EmulatedFakeRotatingCameraDevice() in ~EmulatedFakeRotatingCameraDevice()
424 status_t EmulatedFakeRotatingCameraDevice::connectDevice() in connectDevice()
444 status_t EmulatedFakeRotatingCameraDevice::disconnectDevice() in disconnectDevice()
464 status_t EmulatedFakeRotatingCameraDevice::startDevice(int width, in startDevice()
489 status_t EmulatedFakeRotatingCameraDevice::stopDevice() in stopDevice()
519 bool EmulatedFakeRotatingCameraDevice::produceFrame(void* buffer, in produceFrame()
540 void EmulatedFakeRotatingCameraDevice::fillBuffer(void* buffer) in fillBuffer()