Searched refs:requestRestart (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedCameraDevice.h | 368 bool requestRestart(int width, int height, uint32_t pixelFormat, 495 void requestRestart(int width, int height, uint32_t pixelFormat,
|
D | EmulatedCameraDevice.cpp | 323 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
|
D | EmulatedCamera.cpp | 428 if (!camera_dev->requestRestart(conf_width, conf_height, conf_fmt, in startRecording() 530 if (!camera_dev->requestRestart(width, height, org_fmt, in takePicture()
|