Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/ims/
DImsCallProfile.java318 int videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromImsCallProfile() local
321 videostate = VideoProfile.STATE_TX_ENABLED; in getVideoStateFromImsCallProfile()
324 videostate = VideoProfile.STATE_RX_ENABLED; in getVideoStateFromImsCallProfile()
327 videostate = VideoProfile.STATE_BIDIRECTIONAL; in getVideoStateFromImsCallProfile()
330 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromImsCallProfile()
333 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromImsCallProfile()
336 if (callProfile.isVideoPaused() && !VideoProfile.isAudioOnly(videostate)) { in getVideoStateFromImsCallProfile()
337 videostate |= VideoProfile.STATE_PAUSED; in getVideoStateFromImsCallProfile()
339 videostate &= ~VideoProfile.STATE_PAUSED; in getVideoStateFromImsCallProfile()
341 return videostate; in getVideoStateFromImsCallProfile()