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
/development/tools/emulator/system/camera/
EmulatedCameraFactory.cpp
42
mEmulatedCameras
(NULL),
63
if (
mEmulatedCameras
== NULL) {
64
mEmulatedCameras
= new EmulatedBaseCamera*[mEmulatedCameraNum + 1];
65
if (
mEmulatedCameras
== NULL) {
70
memset(
mEmulatedCameras
, 0,
77
mEmulatedCameras
[camera_id] =
81
mEmulatedCameras
[camera_id] =
88
if (
mEmulatedCameras
[camera_id] != NULL) {
91
if (
mEmulatedCameras
[camera_id]->Initialize() != NO_ERROR) {
92
delete
mEmulatedCameras
[camera_id]
[
all
...]
EmulatedCameraFactory.h
129
* the EmulatedCameraQemud will be created and added to the
mEmulatedCameras
155
EmulatedBaseCamera**
mEmulatedCameras
;
Completed in 19 milliseconds