Searched refs:onDeviceError (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDeviceSession.cpp | 1814 auto onDeviceError = [&](auto... args) { in threadLoop() local 1823 return onDeviceError("%s: do not support V4L2 format %c%c%c%c", __FUNCTION__, in threadLoop() 1833 return onDeviceError("%s: failed to send buffer request!", __FUNCTION__); in threadLoop() 1843 return onDeviceError("%s: V4L2 buffer map failed", __FUNCTION__); in threadLoop() 1862 return onDeviceError("%s: failed to process capture request error!", __FUNCTION__); in threadLoop() 1876 return onDeviceError("%s: failed to process buffer request error!", __FUNCTION__); in threadLoop() 1906 return onDeviceError("%s: createJpegLocked failed with %d", in threadLoop() 1948 return onDeviceError("%s: crop and scale failed!", __FUNCTION__); in threadLoop() 1957 return onDeviceError("%s: format coversion failed!", __FUNCTION__); in threadLoop() 1966 return onDeviceError("%s: unknown output format %x", __FUNCTION__, halBuf.format); in threadLoop() [all …]
|