Searched defs:processCaptureResult (Results 1 - 3 of 3) sorted by path

/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.cpp689 auto ret = mCallback->processCaptureResult(results);
691 ALOGE("%s: processCaptureResult transaction failed: %s",
706 void CameraDeviceSession::ResultBatcher::processCaptureResult(CaptureResult& result) { function in class:android::hardware::camera::device::V3_2::implementation::CameraDeviceSession::ResultBatcher
1364 // configure_streams right after the processCaptureResult call so we need to finish
1463 d->mResultBatcher.processCaptureResult(result);
/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDeviceSession.cpp700 //TODO: refactor with processCaptureResult
743 Status ExternalCameraDeviceSession::processCaptureResult(std::shared_ptr<HalRequest>& req) { function in class:android::hardware::camera::device::V3_4::implementation::ExternalCameraDeviceSession
823 auto status = mCallback->processCaptureResult(results);
825 ALOGE("%s: processCaptureResult ERROR : %s", __FUNCTION__,
1848 Status st = parent->processCaptureResult(req);
/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp536 virtual Return<void> processCaptureResult(
538 ALOGI("processCaptureResult callback");
554 Return<void> processCaptureResult(const hidl_vec<CaptureResult>& results) override;
918 Return<void> CameraHidlTest::DeviceCb::processCaptureResult( function in class:CameraHidlTest::DeviceCb

Completed in 109 milliseconds