Searched refs:SET_ERR_L (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.cpp | 36 #define SET_ERR_L(fmt, ...) setErrorStateLocked( \ macro 115 SET_ERR_L("Could not open camera session: %s (%d)", strerror(-res), res); in initialize() 121 SET_ERR_L("Could not retrive camera characteristics: %s (%d)", strerror(-res), res); in initialize() 169 SET_ERR_L("Unable to start status tracking thread: %s (%d)", in initializeCommonLocked() 188 SET_ERR_L("Unable to start request queue thread: %s (%d)", in initializeCommonLocked() 249 SET_ERR_L("Can't stop streaming"); in disconnect() 254 SET_ERR_L("Timeout waiting for HAL to drain"); in disconnect() 695 SET_ERR_L("Unexpected status: %d", mStatus); in checkStatusOkToCaptureLocked() 819 SET_ERR_L("Can't transition to active in %f seconds!", in submitRequestsHelper() 1086 SET_ERR_L("Unexpected status: %d", mStatus); in clearStreamingRequest() [all …]
|