Searched refs:commonSource (Results 1 – 1 of 1) sorted by relevance
135 final SourceState commonSource = getCommonSourceState(true); in trackProcState() local136 if (commonSource != null) { in trackProcState()137 commonSource.trackProcState(processState, seq, now); in trackProcState()145 final SourceState commonSource = getCommonSourceState(true); in start() local146 if (commonSource != null) { in start()147 commonSource.start(now); in start()168 final SourceState commonSource = getCommonSourceState(false); in stop() local169 if (commonSource != null) { in stop()170 commonSource.stop(now); in stop()228 final SourceState commonSource = getCommonSourceState(true); in startActive() local[all …]