Home
last modified time | relevance | path

Searched refs:AddError (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/rebootescrow/aidl/default/
DHadamardUtilsTest.cpp28 static void AddError(std::vector<uint8_t>* data) { in AddError() function
47 AddError(&encoded); in TEST_F()
/hardware/google/camera/common/hal/utils/
Dzsl_result_dispatcher.cc156 status_t ZslResultDispatcher::AddError(const ErrorMessage& error) { in AddError() function in android::google_camera_hal::ZslResultDispatcher
161 return zsl_result_dispatcher_->AddError(error); in AddError()
163 return normal_result_dispatcher_->AddError(error); in AddError()
Dzsl_result_dispatcher.h70 status_t AddError(const ErrorMessage& error);
Dresult_dispatcher.h63 status_t AddError(const ErrorMessage& error);
Dresult_dispatcher.cc270 status_t ResultDispatcher::AddError(const ErrorMessage& error) { in AddError() function in android::google_camera_hal::ResultDispatcher
/hardware/google/camera/common/hal/google_camera_hal/
Dzsl_snapshot_capture_session.cc762 status_t res = result_dispatcher_->AddError(message.message.error); in NotifyHalMessage()
Dhdrplus_capture_session.cc665 status_t res = result_dispatcher_->AddError(message.message.error); in NotifyHalMessage()
Drgbird_capture_session.cc1116 status_t res = result_dispatcher_->AddError(message.message.error); in NotifyHalMessage()