Home
last modified time | relevance | path

Searched refs:requestRestart (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedCameraDevice.h368 bool requestRestart(int width, int height, uint32_t pixelFormat,
495 void requestRestart(int width, int height, uint32_t pixelFormat,
DEmulatedCameraDevice.cpp323 bool EmulatedCameraDevice::requestRestart(int width, int height, in requestRestart() function in android::EmulatedCameraDevice
331 mCameraThread->requestRestart(width, height, pixelFormat, in requestRestart()
594 void EmulatedCameraDevice::CameraThread::requestRestart(int width, in requestRestart() function in android::EmulatedCameraDevice::CameraThread
DEmulatedCamera.cpp428 if (!camera_dev->requestRestart(conf_width, conf_height, conf_fmt, in startRecording()
530 if (!camera_dev->requestRestart(width, height, org_fmt, in takePicture()