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

/system/update_engine/common/
H A Daction_processor.cc107 void ActionProcessor::ActionComplete(AbstractAction* actionptr, argument
109 CHECK_EQ(actionptr, current_action_);
111 delegate_->ActionCompleted(this, actionptr, code);
H A Daction_processor.h89 void ActionComplete(AbstractAction* actionptr, ErrorCode code);

Completed in 76 milliseconds