HomeSort by relevance Sort by last modified time
    Searched refs:oneshot_ (Results 1 - 2 of 2) sorted by null

  /system/core/init/
action.h 67 bool oneshot() const { return oneshot_; }
82 bool oneshot_; member in class:Action
action.cpp 65 Action::Action(bool oneshot) : oneshot_(oneshot) {

Completed in 503 milliseconds