Searched refs:BurstModuleState (Results 1 – 1 of 1) sorted by relevance
46 private static enum BurstModuleState { enum in BurstFacadeImpl57 private final AtomicReference<BurstModuleState> mBurstModuleState =58 new AtomicReference<BurstModuleState>(BurstModuleState.IDLE);88 mBurstModuleState.set(BurstModuleState.IDLE);130 mBurstModuleState.compareAndSet(BurstModuleState.IDLE, in startBurst()131 BurstModuleState.RUNNING)) { in startBurst()171 if (mBurstModuleState.compareAndSet(BurstModuleState.RUNNING, in stopBurst()172 BurstModuleState.STOPPING)) { in stopBurst()