OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmulatedFakeRotatingCameraDevice
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/camera/
EmulatedFakeRotatingCameraDevice.h
21
* Contains declaration of a class
EmulatedFakeRotatingCameraDevice
that encapsulates
40
class
EmulatedFakeRotatingCameraDevice
: public EmulatedCameraDevice {
42
/* Constructs
EmulatedFakeRotatingCameraDevice
instance. */
43
explicit
EmulatedFakeRotatingCameraDevice
(EmulatedFakeCamera* camera_hal);
45
/* Destructs
EmulatedFakeRotatingCameraDevice
instance. */
46
~
EmulatedFakeRotatingCameraDevice
();
EmulatedFakeRotatingCameraDevice.cpp
18
* Contains implementation of a class
EmulatedFakeRotatingCameraDevice
that encapsulates
28
#include "
EmulatedFakeRotatingCameraDevice
.h"
116
void
EmulatedFakeRotatingCameraDevice
::render(int width, int height)
172
void
EmulatedFakeRotatingCameraDevice
::create_texture_dotx(int width, int height) {
251
void
EmulatedFakeRotatingCameraDevice
::update_scene(float width, float height)
274
void
EmulatedFakeRotatingCameraDevice
::free_gl_surface(void)
287
void
EmulatedFakeRotatingCameraDevice
::init_sensor() {
298
void
EmulatedFakeRotatingCameraDevice
::read_sensor() {
316
void
EmulatedFakeRotatingCameraDevice
::read_rotation_vector(double *yaw, double* pitch, double* roll) {
324
void
EmulatedFakeRotatingCameraDevice
::get_yawing(float* x, float* y, float*z)
[
all
...]
EmulatedFakeCamera.cpp
29
#include "
EmulatedFakeRotatingCameraDevice
.h"
43
mFakeCameraDevice = new
EmulatedFakeRotatingCameraDevice
(this);
Android.mk
65
EmulatedFakeRotatingCameraDevice
.cpp \
Completed in 322 milliseconds