Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DNPCComponent.java33 private int[] mQueuedCommands; field in NPCComponent
78 mQueuedCommands = new int[COMMAND_QUEUE_SIZE]; in NPCComponent()
456 result = mQueuedCommands[mQueueTop]; in nextCommand()
464 result = mQueuedCommands[mQueueTop]; in advanceQueue()
473 mQueuedCommands[mQueueBottom] = hotspot; in queueCommand()