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

  /device/generic/goldfish/camera/
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...]
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...]

Completed in 2910 milliseconds