Home
last modified time | relevance | path

Searched refs:startDevice (Results 1 – 15 of 15) sorted by relevance

/device/google/cuttlefish/guest/hals/camera/
DEmulatedQemuCameraDevice.h71 status_t startDevice(int width, int height, uint32_t pix_fmt, int fps);
DEmulatedFakeCameraDevice.h75 status_t startDevice(int width, int height, uint32_t pix_fmt, int fps);
DEmulatedCameraDevice.h98 virtual status_t startDevice(int width, int height, uint32_t pix_fmt,
DEmulatedQemuCameraDevice.cpp127 status_t EmulatedQemuCameraDevice::startDevice(int width, int height, in startDevice() function in android::EmulatedQemuCameraDevice
DEmulatedFakeCameraDevice.cpp102 status_t EmulatedFakeCameraDevice::startDevice(int width, int height, in startDevice() function in android::EmulatedFakeCameraDevice
DEmulatedCamera.cpp408 res = camera_dev->startDevice(width, height, org_fmt, max_fps_rate); in takePicture()
647 res = camera_dev->startDevice(width, height, org_fmt, max_fps_rate); in doStartPreview()
/device/generic/goldfish/camera/
DEmulatedQemuCameraDevice.h71 status_t startDevice(int width, int height, uint32_t pix_fmt);
DEmulatedFakeRotatingCameraDevice.h68 status_t startDevice(int width, int height, uint32_t pix_fmt);
DEmulatedFakeCameraDevice.h75 status_t startDevice(int width, int height, uint32_t pix_fmt);
DEmulatedCameraDevice.h98 virtual status_t startDevice(int width, int height, uint32_t pix_fmt) = 0;
DEmulatedQemuCameraDevice.cpp130 status_t EmulatedQemuCameraDevice::startDevice(int width, in startDevice() function in android::EmulatedQemuCameraDevice
DEmulatedFakeCameraDevice.cpp121 status_t EmulatedFakeCameraDevice::startDevice(int width, in startDevice() function in android::EmulatedFakeCameraDevice
DEmulatedFakeRotatingCameraDevice.cpp464 status_t EmulatedFakeRotatingCameraDevice::startDevice(int width, in startDevice() function in android::EmulatedFakeRotatingCameraDevice
DEmulatedCameraDevice.cpp635 res = mCameraDevice->startDevice(mRestartWidth, in checkRestartRequest()
DEmulatedCamera.cpp866 res = camera_dev->startDevice(width, height, org_fmt); in doStartPreview()