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.java917 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile() local
918 if (callProfile.isVideoPaused() && !VideoProfile.isAudioOnly(videostate)) { in getVideoStateFromImsCallProfile()
919 videostate |= VideoProfile.STATE_PAUSED; in getVideoStateFromImsCallProfile()
921 videostate &= ~VideoProfile.STATE_PAUSED; in getVideoStateFromImsCallProfile()
923 return videostate; in getVideoStateFromImsCallProfile()
932 int videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType() local
935 videostate = VideoProfile.STATE_TX_ENABLED; in getVideoStateFromCallType()
938 videostate = VideoProfile.STATE_RX_ENABLED; in getVideoStateFromCallType()
941 videostate = VideoProfile.STATE_BIDIRECTIONAL; in getVideoStateFromCallType()
944 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()
[all …]