Home
last modified time | relevance | path

Searched refs:MAX_RETRY (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp45 constexpr int MAX_RETRY = 5; // Allow retry v4l2 open failures a few times. variable
152 } while (fd.get() < 0 && numAttempt <= MAX_RETRY); in open()
DExternalCameraDeviceSession.cpp50 constexpr int MAX_RETRY = 15; // Allow retry some ioctl failures a few times to account for some variable
1981 if (numAttempt == MAX_RETRY) { in configureV4l2StreamLocked()
2090 if (numAttempt == MAX_RETRY) { in configureV4l2StreamLocked()