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.java631 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile() local
632 if (callProfile.isVideoPaused() && !VideoProfile.isAudioOnly(videostate)) { in getVideoStateFromImsCallProfile()
633 videostate |= VideoProfile.STATE_PAUSED; in getVideoStateFromImsCallProfile()
635 videostate &= ~VideoProfile.STATE_PAUSED; in getVideoStateFromImsCallProfile()
637 return videostate; in getVideoStateFromImsCallProfile()
646 int videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType() local
649 videostate = VideoProfile.STATE_TX_ENABLED; in getVideoStateFromCallType()
652 videostate = VideoProfile.STATE_RX_ENABLED; in getVideoStateFromCallType()
655 videostate = VideoProfile.STATE_BIDIRECTIONAL; in getVideoStateFromCallType()
658 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()
[all …]