Home
last modified time | relevance | path

Searched refs:ErrorMessage (Results 1 – 6 of 6) sorted by relevance

/hardware/google/camera/common/hal/utils/
Dzsl_result_dispatcher.h70 status_t AddError(const ErrorMessage& error);
Dresult_dispatcher.h63 status_t AddError(const ErrorMessage& error);
Dzsl_result_dispatcher.cc156 status_t ZslResultDispatcher::AddError(const ErrorMessage& error) { in AddError()
Dresult_dispatcher.cc270 status_t ResultDispatcher::AddError(const ErrorMessage& error) { in AddError()
/hardware/google/camera/common/hal/common/
Dhal_types.h249 struct ErrorMessage { struct
268 ErrorMessage error; argument
/hardware/google/camera/common/hal/hidl_service/
Dhidl_utils.cc462 const google_camera_hal::ErrorMessage& hal_error, ErrorMsg* hidl_error) { in ConvertToHidlErrorMessage()