Home
last modified time | relevance | path

Searched refs:commonStartDevice (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedCameraDevice.h287 virtual status_t commonStartDevice(int width, int height, uint32_t pix_fmt);
DEmulatedQemuCameraDevice.cpp152 status_t res = EmulatedCameraDevice::commonStartDevice(width, height, pix_fmt); in startDevice()
DEmulatedCameraDevice.cpp195 status_t EmulatedCameraDevice::commonStartDevice(int width, in commonStartDevice() function in android::EmulatedCameraDevice
DEmulatedFakeCameraDevice.cpp122 EmulatedCameraDevice::commonStartDevice(width, height, pix_fmt); in startDevice()