HomeSort by relevance Sort by last modified time
    Searched refs:processCaptureResult (Results 1 - 8 of 8) sorted by null

  /hardware/interfaces/camera/device/3.2/
ICameraDeviceCallback.hal 36 * processCaptureResult:
40 * processCaptureResult() may be invoked multiple times by the HAL in
45 * metadata or buffers for. Only one call to processCaptureResult
52 * one of the processCaptureResult calls, even in case of errors producing
53 * some of the output. A call to processCaptureResult() with neither
109 processCaptureResult(vec<CaptureResult> results);
  /hardware/interfaces/camera/device/3.2/default/
CameraDeviceSession.h 191 void processCaptureResult(CaptureResult& result);
196 // calling any methods. processCaptureResult and notify will compete for this lock
233 // processCaptureResult and notify must check this flag after acquiring mLock to make
278 // processCaptureRequest, processCaptureResult, notify will compete for this lock
CameraDeviceSession.cpp 689 auto ret = mCallback->processCaptureResult(results);
691 ALOGE("%s: processCaptureResult transaction failed: %s",
706 void CameraDeviceSession::ResultBatcher::processCaptureResult(CaptureResult& result) {
    [all...]
  /hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
ExternalCameraDeviceSession.h 206 Status processCaptureResult(std::shared_ptr<HalRequest>&);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 486 hardware::Return<void> processCaptureResult(
505 // lock to ensure only one processCaptureResult is called at a time.
    [all...]
Camera3Device.cpp     [all...]
  /hardware/interfaces/camera/device/3.4/default/
ExternalCameraDeviceSession.cpp 700 //TODO: refactor with processCaptureResult
743 Status ExternalCameraDeviceSession::processCaptureResult(std::shared_ptr<HalRequest>& req) {
823 auto status = mCallback->processCaptureResult(results);
825 ALOGE("%s: processCaptureResult ERROR : %s", __FUNCTION__,
    [all...]
  /hardware/interfaces/camera/provider/2.4/vts/functional/
VtsHalCameraProviderV2_4TargetTest.cpp 536 virtual Return<void> processCaptureResult(
538 ALOGI("processCaptureResult callback");
554 Return<void> processCaptureResult(const hidl_vec<CaptureResult>& results) override;
    [all...]

Completed in 177 milliseconds