OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEmulatedCameras
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/camera/
EmulatedCameraFactory.cpp
44
mEmulatedCameras
(NULL),
67
if (
mEmulatedCameras
== NULL) {
68
mEmulatedCameras
= new EmulatedBaseCamera*[mEmulatedCameraNum + 1];
69
if (
mEmulatedCameras
== NULL) {
74
memset(
mEmulatedCameras
, 0,
81
mEmulatedCameras
[camera_id] =
86
mEmulatedCameras
[camera_id] =
91
mEmulatedCameras
[camera_id] =
99
if (
mEmulatedCameras
[camera_id] != NULL) {
102
res =
mEmulatedCameras
[camera_id]->Initialize()
[
all
...]
EmulatedCameraFactory.h
142
* the EmulatedCameraQemud will be created and added to the
mEmulatedCameras
168
EmulatedBaseCamera**
mEmulatedCameras
;
Completed in 268 milliseconds