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
41
mEmulatedCameras
(NULL),
61
if (
mEmulatedCameras
== NULL) {
62
mEmulatedCameras
= new EmulatedCamera*[mEmulatedCameraNum];
63
if (
mEmulatedCameras
== NULL) {
68
memset(
mEmulatedCameras
, 0, mEmulatedCameraNum * sizeof(EmulatedCamera*));
72
mEmulatedCameras
[mFakeCameraID] =
74
if (
mEmulatedCameras
[mFakeCameraID] != NULL) {
75
if (
mEmulatedCameras
[mFakeCameraID]->Initialize() != NO_ERROR) {
76
delete
mEmulatedCameras
[mFakeCameraID];
77
mEmulatedCameras
--
[
all
...]
EmulatedCameraFactory.h
129
* the EmulatedCameraQemud will be created and added to the
mEmulatedCameras
146
EmulatedCamera**
mEmulatedCameras
;
Completed in 1176 milliseconds