Searched refs:mAudioStream (Results 1 – 2 of 2) sorted by relevance
182 private AudioStream mAudioStream; field in SipAudioCall361 if (mAudioStream != null) { in transferToNewSession()362 mAudioStream.join(null); in transferToNewSession()365 mAudioStream = new AudioStream(InetAddress.getByName( in transferToNewSession()632 mAudioStream = new AudioStream(InetAddress.getByName(703 mAudioStream = new AudioStream(InetAddress.getByName(740 "audio", mAudioStream.getLocalPort(), 1, "RTP/AVP");770 "audio", mAudioStream.getLocalPort(), 1, "RTP/AVP");823 "audio", mAudioStream.getLocalPort(), 1, "RTP/AVP");824 AudioCodec codec = mAudioStream.getCodec();[all …]
1330 private final int mAudioStream; field in MediaControllerCompat.PlaybackInfo1337 mAudioStream = stream; in PlaybackInfo()1365 return mAudioStream; in getAudioStream()