HomeSort by relevance Sort by last modified time
    Searched refs:commonStartDevice (Results 1 - 4 of 4) sorted by null

  /device/generic/goldfish/camera/
EmulatedCameraDevice.h 376 virtual status_t commonStartDevice(int width, int height, uint32_t pix_fmt);
379 * This method will undo what commonStartDevice had done.
EmulatedQemuCameraDevice.cpp 148 status_t res = EmulatedCameraDevice::commonStartDevice(width, height, pix_fmt);
150 ALOGE("%s: commonStartDevice failed", __FUNCTION__);
EmulatedCameraDevice.cpp 329 status_t EmulatedCameraDevice::commonStartDevice(int width,
EmulatedFakeCameraDevice.cpp 139 EmulatedCameraDevice::commonStartDevice(width, height, pix_fmt);
180 ALOGE("%s: commonStartDevice failed", __FUNCTION__);

Completed in 199 milliseconds