Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.6/default/
DExternalCameraOfflineSession.cpp117 auto onDeviceError = [&](auto... args) { in threadLoop() local
126 return onDeviceError("%s: do not support V4L2 format %c%c%c%c", __FUNCTION__, in threadLoop()
136 return onDeviceError("%s: failed to send buffer request!", __FUNCTION__); in threadLoop()
146 return onDeviceError("%s: V4L2 buffer map failed", __FUNCTION__); in threadLoop()
165 return onDeviceError("%s: failed to process capture request error!", __FUNCTION__); in threadLoop()
179 return onDeviceError("%s: failed to process buffer request error!", __FUNCTION__); in threadLoop()
209 return onDeviceError("%s: createJpegLocked failed with %d", in threadLoop()
251 return onDeviceError("%s: crop and scale failed!", __FUNCTION__); in threadLoop()
260 return onDeviceError("%s: format coversion failed!", __FUNCTION__); in threadLoop()
269 return onDeviceError("%s: unknown output format %x", __FUNCTION__, halBuf.format); in threadLoop()
[all …]
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1433 auto onDeviceError = [&](auto... args) { in threadLoop() local
1442 return onDeviceError("%s: do not support V4L2 format %c%c%c%c", __FUNCTION__, in threadLoop()
1452 return onDeviceError("%s: failed to send buffer request!", __FUNCTION__); in threadLoop()
1462 return onDeviceError("%s: V4L2 buffer map failed", __FUNCTION__); in threadLoop()
1481 return onDeviceError("%s: failed to process capture request error!", __FUNCTION__); in threadLoop()
1495 return onDeviceError("%s: failed to process buffer request error!", __FUNCTION__); in threadLoop()
1525 return onDeviceError("%s: createJpegLocked failed with %d", in threadLoop()
1567 return onDeviceError("%s: crop and scale failed!", __FUNCTION__); in threadLoop()
1576 return onDeviceError("%s: format coversion failed!", __FUNCTION__); in threadLoop()
1585 return onDeviceError("%s: unknown output format %x", __FUNCTION__, halBuf.format); in threadLoop()
[all …]