Home
last modified time | relevance | path

Searched defs:setMediaQualityThreshold (Results 1 – 25 of 26) sorted by relevance

12

/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/
DIImsTextSession.aidl30 oneway void setMediaQualityThreshold(in MediaQualityThreshold threshold); in setMediaQualityThreshold() method
DIImsVideoSession.aidl35 oneway void setMediaQualityThreshold(in MediaQualityThreshold threshold); in setMediaQualityThreshold() method
DImsTextSession.java68 public void setMediaQualityThreshold(final MediaQualityThreshold threshold) { in setMediaQualityThreshold() method in ImsTextSession
DImsVideoSession.java100 public void setMediaQualityThreshold(final MediaQualityThreshold threshold) { in setMediaQualityThreshold() method in ImsVideoSession
DImsMediaSession.java121 void setMediaQualityThreshold(final MediaQualityThreshold threshold); in setMediaQualityThreshold() method
DIImsAudioSession.aidl38 oneway void setMediaQualityThreshold(in MediaQualityThreshold threshold); in setMediaQualityThreshold() method
DImsAudioSession.java71 public void setMediaQualityThreshold(final MediaQualityThreshold threshold) { in setMediaQualityThreshold() method in ImsAudioSession
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/
DBaseSession.cpp72 void BaseSession::setMediaQualityThreshold(const MediaQualityThreshold& threshold) in setMediaQualityThreshold() function in BaseSession
DBaseStreamGraph.cpp233 bool BaseStreamGraph::setMediaQualityThreshold(MediaQualityThreshold* threshold) in setMediaQualityThreshold() function in BaseStreamGraph
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/
DTextLocalSession.java92 public void setMediaQualityThreshold(final MediaQualityThreshold threshold) { in setMediaQualityThreshold() method in TextLocalSession
DVideoLocalSession.java117 public void setMediaQualityThreshold(final MediaQualityThreshold threshold) { in setMediaQualityThreshold() method in VideoLocalSession
DAudioLocalSession.java169 public void setMediaQualityThreshold(final MediaQualityThreshold threshold) { in setMediaQualityThreshold() method in AudioLocalSession
DTextSession.java128 public void setMediaQualityThreshold(MediaQualityThreshold threshold) { in setMediaQualityThreshold() method in TextSession
DVideoSession.java158 public void setMediaQualityThreshold(MediaQualityThreshold threshold) { in setMediaQualityThreshold() method in VideoSession
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/text/
DTextStreamGraphRtcp.cpp169 bool TextStreamGraphRtcp::setMediaQualityThreshold(MediaQualityThreshold* threshold) in setMediaQualityThreshold() function in TextStreamGraphRtcp
DTextStreamGraphRtpRx.cpp196 bool TextStreamGraphRtpRx::setMediaQualityThreshold(MediaQualityThreshold* threshold) in setMediaQualityThreshold() function in TextStreamGraphRtpRx
DTextManager.cpp131 void TextManager::setMediaQualityThreshold(const int sessionId, MediaQualityThreshold* threshold) in setMediaQualityThreshold() function in TextManager
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/
DVideoStreamGraphRtcp.cpp168 bool VideoStreamGraphRtcp::setMediaQualityThreshold(MediaQualityThreshold* threshold) in setMediaQualityThreshold() function in VideoStreamGraphRtcp
DVideoStreamGraphRtpRx.cpp210 bool VideoStreamGraphRtpRx::setMediaQualityThreshold(MediaQualityThreshold* threshold) in setMediaQualityThreshold() function in VideoStreamGraphRtpRx
DVideoStreamGraphRtpTx.cpp237 bool VideoStreamGraphRtpTx::setMediaQualityThreshold(MediaQualityThreshold* threshold) in setMediaQualityThreshold() function in VideoStreamGraphRtpTx
DVideoManager.cpp153 void VideoManager::setMediaQualityThreshold(const int sessionId, MediaQualityThreshold* threshold) in setMediaQualityThreshold() function in VideoManager
/packages/modules/ImsMedia/test/imsmediahal/src/com/android/telephony/testimsmediahal/
DIImsMediaSessionImpl.java129 public void setMediaQualityThreshold(MediaQualityThreshold threshold) { in setMediaQualityThreshold() method in IImsMediaSessionImpl
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/
DAudioSession.cpp558 void AudioSession::setMediaQualityThreshold(const MediaQualityThreshold& threshold) in setMediaQualityThreshold() function in AudioSession
DAudioManager.cpp212 void AudioManager::setMediaQualityThreshold(int sessionId, MediaQualityThreshold* threshold) in setMediaQualityThreshold() function in AudioManager
DMediaQualityAnalyzer.cpp123 void MediaQualityAnalyzer::setMediaQualityThreshold(const MediaQualityThreshold& threshold) in setMediaQualityThreshold() function in MediaQualityAnalyzer

12