Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp36 #define SET_ERR_L(fmt, ...) setErrorStateLocked( \ macro
117 SET_ERR_L("Could not open camera: %s (%d)", strerror(-res), res); in initialize()
123 SET_ERR_L("Could not open camera: " in initialize()
137 SET_ERR_L("HAL reporting mismatched camera_info version (%x)" in initialize()
151 SET_ERR_L("Unable to initialize HAL device: %s (%d)", in initialize()
161 SET_ERR_L("Unable to start status tracking thread: %s (%d)", in initialize()
181 SET_ERR_L("Unable to start request queue thread: %s (%d)", in initialize()
248 SET_ERR_L("Can't stop streaming"); in disconnect()
253 SET_ERR_L("Timeout waiting for HAL to drain"); in disconnect()
521 SET_ERR_L("Unexpected status: %d", mStatus); in checkStatusOkToCaptureLocked()
[all …]