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

/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp121 uint32_t mDtmfMagic; member in class:__anon1172::AudioStream
175 mDtmfMagic = (dtmfType == -1) ? 0 : (0x8000 | dtmfType) << 16;
228 if (mDtmfMagic != 0) {
287 htonl(mDtmfMagic | mSequence),

Completed in 85 milliseconds