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

  /device/generic/goldfish/camera/
PreviewWindow.h 27 class EmulatedCameraDevice;
104 EmulatedCameraDevice* camera_dev);
128 bool adjustPreviewDimensions(EmulatedCameraDevice* camera_dev);
EmulatedFakeCamera.h 58 EmulatedCameraDevice* getCameraDevice();
EmulatedCameraDevice.cpp 18 * Contains implementation of an abstract class EmulatedCameraDevice that defines
31 #include "EmulatedCameraDevice.h"
36 EmulatedCameraDevice::EmulatedCameraDevice(EmulatedCamera* camera_hal)
48 EmulatedCameraDevice::~EmulatedCameraDevice()
50 ALOGV("EmulatedCameraDevice destructor");
65 status_t EmulatedCameraDevice::Initialize()
85 status_t EmulatedCameraDevice::startDeliveringFrames(bool one_burst)
100 status_t EmulatedCameraDevice::stopDeliveringFrames(
    [all...]
EmulatedQemuCamera.h 57 EmulatedCameraDevice* getCameraDevice();
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 * See declarations of these methods in EmulatedCameraDevice class for
EmulatedCameraDevice.h 21 * Contains declaration of an abstract class EmulatedCameraDevice that defines
39 /* Encapsulates an abstract class EmulatedCameraDevice that defines
46 class EmulatedCameraDevice {
48 /* Constructs EmulatedCameraDevice instance.
53 explicit EmulatedCameraDevice(EmulatedCamera* camera_hal);
55 /* Destructs EmulatedCameraDevice instance. */
56 virtual ~EmulatedCameraDevice();
112 /* Initializes EmulatedCameraDevice instance.
365 inline explicit WorkerThread(EmulatedCameraDevice* camera_dev)
453 EmulatedCameraDevice* mCameraDevice
    [all...]
CallbackNotifier.h 29 class EmulatedCameraDevice;
162 EmulatedCameraDevice* camera_dev);
EmulatedQemuCameraDevice.cpp 31 : EmulatedCameraDevice(camera_hal),
59 res = EmulatedCameraDevice::Initialize();
152 status_t res = EmulatedCameraDevice::commonStartDevice(width, height, pix_fmt);
203 EmulatedCameraDevice::commonStopDevice();
216 * EmulatedCameraDevice virtual overrides
226 return EmulatedCameraDevice::getCurrentPreviewFrame(buffer);
EmulatedFakeCamera.cpp 85 EmulatedCameraDevice* EmulatedFakeCamera::getCameraDevice()
EmulatedFakeCameraDevice.h 26 #include "EmulatedCameraDevice.h"
47 class EmulatedFakeCameraDevice : public EmulatedCameraDevice {
57 * See declarations of these methods in EmulatedCameraDevice class for
85 * See declarations of these methods in EmulatedCameraDevice class for
EmulatedCamera.h 31 #include "EmulatedCameraDevice.h"
67 virtual EmulatedCameraDevice* getCameraDevice() = 0;
94 EmulatedCameraDevice* camera_dev);
PreviewWindow.cpp 27 #include "EmulatedCameraDevice.h"
106 EmulatedCameraDevice* camera_dev)
188 bool PreviewWindow::adjustPreviewDimensions(EmulatedCameraDevice* camera_dev)
EmulatedQemuCamera.cpp 114 EmulatedCameraDevice* EmulatedQemuCamera::getCameraDevice()
EmulatedFakeCameraDevice.cpp 31 : EmulatedCameraDevice(camera_hal),
122 EmulatedCameraDevice::commonStartDevice(width, height, pix_fmt);
182 EmulatedCameraDevice::commonStopDevice();
Android.mk 47 EmulatedCameraDevice.cpp \
EmulatedCamera.cpp 171 EmulatedCameraDevice* camera_dev)
195 EmulatedCameraDevice* const camera_dev = getCameraDevice();
377 EmulatedCameraDevice* const camera_dev = getCameraDevice();
539 EmulatedCameraDevice* camera_dev = getCameraDevice();
659 EmulatedCameraDevice* const camera_dev = getCameraDevice();
    [all...]
CallbackNotifier.cpp 26 #include "EmulatedCameraDevice.h"
213 EmulatedCameraDevice* camera_dev)

Completed in 492 milliseconds