Searched defs:AddResult (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/google/camera/common/hal/utils/ | ||
H A D | zsl_result_dispatcher.cc | 130 status_t ZslResultDispatcher::AddResult(std::unique_ptr<CaptureResult> result) { in AddResult() function in android::google_camera_hal::ZslResultDispatcher |
H A D | result_dispatcher.cc | 197 status_t ResultDispatcher::AddResult(std::unique_ptr<CaptureResult> result) { in AddResult() function in android::google_camera_hal::ResultDispatcher |
/aosp12/system/libvintf/ | ||
H A D | check_vintf.cpp | 414 void AddResult(std::optional<android::base::Error>* retError, const android::base::Result<T>& other, in AddResult() function |