Searched refs:mExecutingCommands (Results 1 – 1 of 1) sorted by relevance
157 private Set<ExecutableCommand> mExecutingCommands; field in CommandScheduler344 mExecutingCommands.remove(this); in commandFinished()1094 mExecutingCommands = new HashSet<>(); in CommandScheduler()1322 mExecutingCommands.add(cmd); in processReadyCommands()1894 mExecutingCommands.add(execCmd); in execCommand()2573 return mReadyCommands.size() + mExecutingCommands.size() + mSleepingCommands.size(); in getAllCommandsSize()2578 for (ExecutableCommand cmd : mExecutingCommands) { in getAllCommands()2621 return mExecutingCommands.size(); in getExecutingCommandCount()