Searched refs:mDtmfMagic (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp123 uint32_t mDtmfMagic; member in class:__anon1612::AudioStream
177 mDtmfMagic = (dtmfType == -1) ? 0 : (0x8000 | dtmfType) << 16;
230 if (mDtmfMagic != 0) {
289 static_cast<int32_t>(htonl(mDtmfMagic | mSequence)),

Completed in 127 milliseconds