Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java747 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile() local
748 if (callProfile.isVideoPaused() && !VideoProfile.isAudioOnly(videostate)) { in getVideoStateFromImsCallProfile()
749 videostate |= VideoProfile.STATE_PAUSED; in getVideoStateFromImsCallProfile()
751 videostate &= ~VideoProfile.STATE_PAUSED; in getVideoStateFromImsCallProfile()
753 return videostate; in getVideoStateFromImsCallProfile()
762 int videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType() local
765 videostate = VideoProfile.STATE_TX_ENABLED; in getVideoStateFromCallType()
768 videostate = VideoProfile.STATE_RX_ENABLED; in getVideoStateFromCallType()
771 videostate = VideoProfile.STATE_BIDIRECTIONAL; in getVideoStateFromCallType()
774 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()
[all …]