HomeSort by relevance Sort by last modified time
    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 154 * the EmulatedCameraQemud will be created and added to the mEmulatedCameras
180 EmulatedBaseCamera** mEmulatedCameras;

Completed in 51 milliseconds