Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.cpp29 #define SET_ERR(fmt, ...) states.setErrIntf.setErrorState( \ macro
200 SET_ERR("Failed to set frame number %d in metadata", frameNumber); in insertResultLocked()
205 SET_ERR("Failed to set request ID in metadata for frame %d", frameNumber); in insertResultLocked()
244 SET_ERR("Failed to override result metadata: %s (%d)", strerror(-res), res); in sendPartialCaptureResult()
295 SET_ERR("Out-of-order reprocess capture result metadata submitted! " in sendCaptureResult()
303 SET_ERR("Out-of-order ZSL still capture result metadata submitted! " in sendCaptureResult()
311 SET_ERR("Out-of-order capture result metadata submitted! " in sendCaptureResult()
334 SET_ERR("No timestamp provided by HAL for frame %d!", in sendCaptureResult()
344 SET_ERR("No timestamp provided by HAL for physical camera %s frame %d!", in sendCaptureResult()
356 SET_ERR("Unable to correct capture result metadata for frame %d: %s (%d)", in sendCaptureResult()
[all …]
DCamera3Device.cpp36 #define SET_ERR(fmt, ...) setErrorState( \ macro
2021 SET_ERR("Camera access permission lost mid-operation: %s (%d)", in notifyStatus()
3373 SET_ERR("RequestThread: Unable to remove triggers " in sendRequestsBatch()
3384 SET_ERR("RequestThread: Unable to submit capture request %d to HAL device: %s (%d)", in sendRequestsBatch()
3721 SET_ERR("RequestThread: Unable to insert triggers " in prepareHalRequests()
3752 SET_ERR("RequestThread: Unable to insert fake trigger IDs " in prepareHalRequests()
3767 SET_ERR("RequestThread: Unable to remove fwk-only keys from request" in prepareHalRequests()
3779 SET_ERR("RequestThread: Unable to correct capture requests " in prepareHalRequests()
3787 SET_ERR("RequestThread: Unable to remove fwk-only keys from request" in prepareHalRequests()
3807 SET_ERR("RequestThread: Unable to correct capture requests " in prepareHalRequests()
[all …]
/frameworks/av/services/camera/libcameraservice/device3/aidl/
DAidlCamera3Device.cpp36 #define SET_ERR(fmt, ...) setErrorState( \ macro
197 SET_ERR("Session iface returned is null"); in initialize()
486 SET_ERR("Switch to offline failed: %s (%d)", strerror(-ret), ret); in switchToOffline()
492 SET_ERR("HAL must not be calling requestStreamBuffers call"); in switchToOffline()
504 SET_ERR("stream ID %d not found!", id); in switchToOffline()
511 SET_ERR("stream ID %d must not be switched to offline!", id); in switchToOffline()
522 SET_ERR("Offline stream %d # of remaining buffer mismatch: (%zu,%d) (service/HAL)", in switchToOffline()
532 SET_ERR("Input stream %d still has %zu outstanding buffer!", in switchToOffline()
543 SET_ERR("Output stream %d still has %zu outstanding buffer!", in switchToOffline()
557 SET_ERR("Offline request frame number %d not found!", offlineReq.frameNumber); in switchToOffline()
[all …]
DAidlCamera3OutputUtils.cpp29 #define SET_ERR(fmt, ...) states.setErrIntf.setErrorState( \ macro
310 SET_ERR("%s: popInflightRequestBuffer failed for stream %d: %s (%d)", in requestStreamBuffers()
/frameworks/av/services/camera/libcameraservice/device3/hidl/
DHidlCamera3Device.cpp33 #define SET_ERR(fmt, ...) setErrorState( \ macro
540 SET_ERR("Switch to offline failed: %s (%d)", strerror(-ret), ret); in switchToOffline()
546 SET_ERR("HAL must not be calling requestStreamBuffers call"); in switchToOffline()
558 SET_ERR("stream ID %d not found!", id); in switchToOffline()
565 SET_ERR("stream ID %d must not be switched to offline!", id); in switchToOffline()
576 SET_ERR("Offline stream %d # of remaining buffer mismatch: (%zu,%d) (service/HAL)", in switchToOffline()
586 SET_ERR("Input stream %d still has %zu outstanding buffer!", in switchToOffline()
597 SET_ERR("Output stream %d still has %zu outstanding buffer!", in switchToOffline()
611 SET_ERR("Offline request frame number %d not found!", offlineReq.frameNumber); in switchToOffline()
619 SET_ERR("Offline request # of remaining buffer mismatch: (%d,%d) (service/HAL)", in switchToOffline()
DHidlCamera3OutputUtils.cpp21 #define SET_ERR(fmt, ...) states.setErrIntf.setErrorState( \ macro