Searched refs:commonStartDevice (Results 1 – 9 of 9) sorted by relevance
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedCameraDevice.h | 294 virtual status_t commonStartDevice(int width, int height, uint32_t pix_fmt,
|
D | EmulatedQemuCameraDevice.cpp | 144 EmulatedCameraDevice::commonStartDevice(width, height, pix_fmt, fps); in startDevice()
|
D | EmulatedCameraDevice.cpp | 201 status_t EmulatedCameraDevice::commonStartDevice(int width, int height, in commonStartDevice() function in android::EmulatedCameraDevice
|
D | EmulatedFakeCameraDevice.cpp | 118 EmulatedCameraDevice::commonStartDevice(width, height, pix_fmt, fps); in startDevice()
|
/device/generic/goldfish/camera/ |
D | EmulatedCameraDevice.h | 381 virtual status_t commonStartDevice(int width, int height, uint32_t pix_fmt);
|
D | EmulatedQemuCameraDevice.cpp | 148 status_t res = EmulatedCameraDevice::commonStartDevice(width, height, pix_fmt); in startDevice()
|
D | EmulatedFakeCameraDevice.cpp | 139 EmulatedCameraDevice::commonStartDevice(width, height, pix_fmt); in startDevice()
|
D | EmulatedFakeRotatingCameraDevice.cpp | 482 EmulatedCameraDevice::commonStartDevice(width, height, pix_fmt); in startDevice()
|
D | EmulatedCameraDevice.cpp | 340 status_t EmulatedCameraDevice::commonStartDevice(int width, in commonStartDevice() function in android::EmulatedCameraDevice
|