Home
last modified time | relevance | path

Searched refs:mutexDecoder (Results 1 – 2 of 2) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/
DIRtpSession.cpp154 std::lock_guard<std::mutex> guard(mutexDecoder); in SetRtpDecoderListener()
166 std::lock_guard<std::mutex> guard(mutexDecoder); in SetRtcpDecoderListener()
408 std::lock_guard<std::mutex> guard(mutexDecoder); in OnPeerInd()
480 std::lock_guard<std::mutex> guard(mutexDecoder); in OnRtpStatsTimerExpired()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/
DIRtpSession.h157 std::mutex mutexDecoder; variable