| 42 | |
| 43 | void SetMaxAllowedChannels(int channels); |
| 44 | void SetNumActiveChannels(int channels) { mActiveChannels = MIN(mNumChannels, channels); } |
| 45 | int NumActiveChannels() const { return mActiveChannels; } |
| 46 | int RecentNumActiveChannels() const { return mRecentActiveChannels; } |
| 47 | int NumTotalChannels() const { return mNumChannels; } |
no outgoing calls
no test coverage detected