Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dzsl_result_dispatcher.h73 status_t AddError(const ErrorMessage& error);
Dresult_dispatcher.h78 status_t AddError(const ErrorMessage& error);
Dzsl_result_dispatcher.cc163 status_t ZslResultDispatcher::AddError(const ErrorMessage& error) { in AddError()
Dresult_dispatcher.cc319 status_t ResultDispatcher::AddError(const ErrorMessage& error) { in AddError()
/hardware/google/camera/common/hal/common/
Dhal_types.h277 struct ErrorMessage { struct
297 ErrorMessage error; argument
/hardware/google/aemu/base/
DThread_win32.cpp70 Win32UnicodeString errorMessage(e.ErrorMessage()); in start()
/hardware/google/camera/common/hal/aidl_service/
Daidl_utils.cc476 const google_camera_hal::ErrorMessage& hal_error, NotifyMsg* aidl_msg) { in ConvertToAidlErrorMessage()