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.java937 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile() local
938 if (callProfile.isVideoPaused() && !VideoProfile.isAudioOnly(videostate)) { in getVideoStateFromImsCallProfile()
939 videostate |= VideoProfile.STATE_PAUSED; in getVideoStateFromImsCallProfile()
941 videostate &= ~VideoProfile.STATE_PAUSED; in getVideoStateFromImsCallProfile()
943 return videostate; in getVideoStateFromImsCallProfile()
952 int videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType() local
955 videostate = VideoProfile.STATE_TX_ENABLED; in getVideoStateFromCallType()
958 videostate = VideoProfile.STATE_RX_ENABLED; in getVideoStateFromCallType()
961 videostate = VideoProfile.STATE_BIDIRECTIONAL; in getVideoStateFromCallType()
964 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()
[all …]