Searched refs:_nextEmptyIndex (Results 1 – 2 of 2) sorted by relevance
19 _nextEmptyIndex(0) in DtmfInbandQueue()36 if (_nextEmptyIndex >= kDtmfInbandMax) in AddDtmf()42 int32_t index = _nextEmptyIndex; in AddDtmf()46 _nextEmptyIndex++; in AddDtmf()64 _nextEmptyIndex*sizeof(uint8_t)); in NextDtmf()66 _nextEmptyIndex*sizeof(uint16_t)); in NextDtmf()68 _nextEmptyIndex*sizeof(uint8_t)); in NextDtmf()70 _nextEmptyIndex--; in NextDtmf()78 return _nextEmptyIndex > 0; in PendingDtmf()85 _nextEmptyIndex = 0; in ResetDtmf()
42 uint8_t _nextEmptyIndex; variable