Searched refs:AddError (Results 1 – 7 of 7) sorted by relevance
28 static void AddError(std::vector<uint8_t>* data) { in AddError() function47 AddError(&encoded); in TEST_F()
162 status_t ZslResultDispatcher::AddError(const ErrorMessage& error) { in AddError() function in android::google_camera_hal::ZslResultDispatcher167 return zsl_result_dispatcher_->AddError(error); in AddError()169 return normal_result_dispatcher_->AddError(error); in AddError()
72 status_t AddError(const ErrorMessage& error);
88 status_t AddError(const ErrorMessage& error) EXCLUDES(result_lock_);
325 status_t ResultDispatcher::AddError(const ErrorMessage& error) { in AddError() function in android::google_camera_hal::ResultDispatcher
331 result_dispatcher_->AddError(message.message.error); in Notify()347 result_dispatcher_->AddError(message.message.error); in NotifyBatch()
935 status_t res = result_dispatcher_->AddError(message.message.error); in NotifyHalMessage()