HomeSort by relevance Sort by last modified time
    Searched refs:EmulatedCameraDevice (Results 1 - 19 of 19) sorted by null

  /device/generic/goldfish/camera/
PreviewWindow.h 27 class EmulatedCameraDevice;
90 * object. Remember to use an EmulatedCameraDevice::FrameLock object to
99 EmulatedCameraDevice* camera_dev);
123 bool adjustPreviewDimensions(EmulatedCameraDevice* camera_dev);
WorkerThread.h 25 class EmulatedCameraDevice;
30 EmulatedCameraDevice* camera_dev,
80 EmulatedCameraDevice* mCameraDevice;
EmulatedCameraDevice.cpp 18 * Contains implementation of an abstract class EmulatedCameraDevice that defines
33 #include "EmulatedCameraDevice.h"
42 EmulatedCameraDevice::EmulatedCameraDevice(EmulatedCamera* camera_hal)
53 EmulatedCameraDevice::~EmulatedCameraDevice()
55 ALOGV("EmulatedCameraDevice destructor");
67 status_t EmulatedCameraDevice::Initialize()
80 status_t EmulatedCameraDevice::startDeliveringFrames(bool one_burst)
95 status_t EmulatedCameraDevice::stopDeliveringFrames(
    [all...]
EmulatedFakeCamera.h 58 EmulatedCameraDevice* getCameraDevice();
EmulatedQemuCamera.h 57 EmulatedCameraDevice* getCameraDevice();
EmulatedCameraDevice.h 21 * Contains declaration of an abstract class EmulatedCameraDevice that defines
44 /* Encapsulates an abstract class EmulatedCameraDevice that defines
51 class EmulatedCameraDevice {
53 /* Constructs EmulatedCameraDevice instance.
58 explicit EmulatedCameraDevice(EmulatedCamera* camera_hal);
60 /* Destructs EmulatedCameraDevice instance. */
61 virtual ~EmulatedCameraDevice();
117 /* Initializes EmulatedCameraDevice instance.
234 FrameLock(EmulatedCameraDevice& cameraDevice);
237 EmulatedCameraDevice& mCameraDevice
    [all...]
CallbackNotifier.h 30 class EmulatedCameraDevice;
165 EmulatedCameraDevice* camera_dev);
EmulatedFakeCameraDevice.h 26 #include "EmulatedCameraDevice.h"
47 class EmulatedFakeCameraDevice : public EmulatedCameraDevice {
57 * See declarations of these methods in EmulatedCameraDevice class for
82 * See declarations of these methods in EmulatedCameraDevice class for
EmulatedQemuCameraDevice.h 25 #include "EmulatedCameraDevice.h"
34 class EmulatedQemuCameraDevice : public EmulatedCameraDevice {
59 * See declarations of these methods in EmulatedCameraDevice class for
77 * EmulatedCameraDevice virtual overrides
78 * See declarations of these methods in EmulatedCameraDevice class for
91 * EmulatedCameraDevice class */
96 * See declarations of these methods in EmulatedCameraDevice class for
PreviewWindow.cpp 27 #include "EmulatedCameraDevice.h"
99 EmulatedCameraDevice* camera_dev)
181 bool PreviewWindow::adjustPreviewDimensions(EmulatedCameraDevice* camera_dev)
EmulatedFakeCamera.cpp 90 EmulatedCameraDevice* EmulatedFakeCamera::getCameraDevice()
EmulatedQemuCameraDevice.cpp 31 : EmulatedCameraDevice(camera_hal),
55 res = EmulatedCameraDevice::Initialize();
148 status_t res = EmulatedCameraDevice::commonStartDevice(width, height, pix_fmt);
203 EmulatedCameraDevice::commonStopDevice();
216 * EmulatedCameraDevice virtual overrides
WorkerThread.cpp 28 EmulatedCameraDevice* cameraDevice,
EmulatedCamera.h 31 #include "EmulatedCameraDevice.h"
67 virtual EmulatedCameraDevice* getCameraDevice() = 0;
81 * EmulatedCameraDevice::FrameLock instance to lock the frame before
90 EmulatedCameraDevice* camera_dev);
EmulatedQemuCamera.cpp 161 EmulatedCameraDevice* EmulatedQemuCamera::getCameraDevice()
CallbackNotifier.cpp 26 #include "EmulatedCameraDevice.h"
221 EmulatedCameraDevice* camera_dev)
287 EmulatedCameraDevice::FrameLock lock(*camera_dev);
EmulatedCamera.cpp 247 EmulatedCameraDevice* camera_dev)
274 EmulatedCameraDevice* const camera_dev = getCameraDevice();
403 EmulatedCameraDevice* const camera_dev = getCameraDevice();
468 EmulatedCameraDevice* const camera_dev = getCameraDevice();
481 EmulatedCameraDevice* const camera_dev = getCameraDevice();
522 EmulatedCameraDevice* const camera_dev = getCameraDevice();
824 EmulatedCameraDevice* camera_dev = getCameraDevice();
    [all...]
EmulatedFakeCameraDevice.cpp 43 : EmulatedCameraDevice(camera_hal),
139 EmulatedCameraDevice::commonStartDevice(width, height, pix_fmt);
196 EmulatedCameraDevice::commonStopDevice();
Android.mk 55 EmulatedCameraDevice.cpp \

Completed in 479 milliseconds