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

  /device/generic/goldfish/camera/
EmulatedCameraDevice.h 363 bool requestRestart(int width, int height, uint32_t pixelFormat,
487 void requestRestart(int width, int height, uint32_t pixelFormat,
EmulatedCameraDevice.cpp 312 bool EmulatedCameraDevice::requestRestart(int width, int height,
320 mCameraThread->requestRestart(width, height, pixelFormat,
569 void EmulatedCameraDevice::CameraThread::requestRestart(int width,
EmulatedCamera.cpp 433 if (!camera_dev->requestRestart(conf_width, conf_height, conf_fmt,
535 if (!camera_dev->requestRestart(width, height, org_fmt,
    [all...]

Completed in 196 milliseconds