Searched refs:startDevice (Results 1 - 6 of 6) sorted by relevance

/development/tools/emulator/system/camera/
H A DEmulatedQemuCameraDevice.h71 status_t startDevice(int width, int height, uint32_t pix_fmt);
H A DEmulatedFakeCameraDevice.h75 status_t startDevice(int width, int height, uint32_t pix_fmt);
H A DEmulatedCameraDevice.h93 virtual status_t startDevice(int width, int height, uint32_t pix_fmt) = 0;
281 /* Performs common validation and calculation of startDevice parameters.
283 * width, height, pix_fmt - Parameters passed to the startDevice method.
H A DEmulatedQemuCameraDevice.cpp134 status_t EmulatedQemuCameraDevice::startDevice(int width, function in class:android::EmulatedQemuCameraDevice
H A DEmulatedFakeCameraDevice.cpp104 status_t EmulatedFakeCameraDevice::startDevice(int width, function in class:android::EmulatedFakeCameraDevice
H A DEmulatedCamera.cpp391 res = camera_dev->startDevice(width, height, org_fmt);
608 res = camera_dev->startDevice(width, height, org_fmt);

Completed in 2098 milliseconds