Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.h354 status_t constructCaptureResult(CaptureResult& result,
DCameraDeviceSession.cpp1345 status_t CameraDeviceSession::constructCaptureResult(CaptureResult& result, in constructCaptureResult() function in android::hardware::camera::device::V3_2::implementation::CameraDeviceSession
1576 status_t ret = d->constructCaptureResult(result, &shadowResult); in sProcessCaptureResult()
/hardware/interfaces/camera/device/3.4/default/
DCameraDeviceSession.cpp538 status_t ret = d->constructCaptureResult(result.v3_2, &shadowResult); in sProcessCaptureResult_3_4()