Searched refs:CANCEL_AF_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
36 const nsecs_t OMXCameraAdapter::CANCEL_AF_TIMEOUT = seconds_to_nanoseconds(1); member in Ti::Camera::OMXCameraAdapter332 ret = mCancelAFCond.waitRelative(mCancelAFMutex, CANCEL_AF_TIMEOUT); in cancelAutoFocus()
1176 static const nsecs_t CANCEL_AF_TIMEOUT; variable