Home
last modified time | relevance | path

Searched refs:actionptr (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/common/
Daction_processor.cc108 void ActionProcessor::ActionComplete(AbstractAction* actionptr, in ActionComplete() argument
110 CHECK_EQ(actionptr, current_action_.get()); in ActionComplete()
112 delegate_->ActionCompleted(this, actionptr, code); in ActionComplete()
Daction_processor.h92 virtual void ActionComplete(AbstractAction* actionptr, ErrorCode code);