Home
last modified time | relevance | path

Searched defs:AddResult (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/google/camera/common/hal/utils/
H A Dzsl_result_dispatcher.cc130 status_t ZslResultDispatcher::AddResult(std::unique_ptr<CaptureResult> result) { in AddResult() function in android::google_camera_hal::ZslResultDispatcher
H A Dresult_dispatcher.cc197 status_t ResultDispatcher::AddResult(std::unique_ptr<CaptureResult> result) { in AddResult() function in android::google_camera_hal::ResultDispatcher
/aosp12/system/libvintf/
H A Dcheck_vintf.cpp414 void AddResult(std::optional<android::base::Error>* retError, const android::base::Result<T>& other, in AddResult() function