Searched defs:SET_ERR_L (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp36 #define SET_ERR_L(fmt, ...) setErrorStateLocked( \ macro
115 SET_ERR_L("Could not open camera: %s (%d)", strerror(-res), res);
121 SET_ERR_L("Could not open camera: "
135 SET_ERR_L("HAL reporting mismatched camera_info version (%x)"
149 SET_ERR_L("Unable to initialize HAL device: %s (%d)",
159 SET_ERR_L("Unable to start status tracking thread: %s (%d)",
171 SET_ERR_L("Unable to start request queue thread: %s (%d)",
224 SET_ERR_L("Can't stop streaming");
229 SET_ERR_L("Timeout waiting for HAL to drain");
480 SET_ERR_L("Unexpecte
[all...]

Completed in 1101 milliseconds