Home
last modified time | relevance | path

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

/frameworks/opt/net/voip/src/java/android/net/rtp/
DAudioGroup.java95 private final Map<AudioStream, Long> mStreams;
107 mStreams = new HashMap<AudioStream, Long>(); in AudioGroup()
113 public AudioStream[] getStreams() { in getStreams()
115 return mStreams.keySet().toArray(new AudioStream[mStreams.size()]); in getStreams()
147 synchronized void add(AudioStream stream) { in add()
168 synchronized void remove(AudioStream stream) { in remove()
198 for (AudioStream stream : getStreams()) { in clear()
DAudioStream.java45 public class AudioStream extends RtpStream { class
58 public AudioStream(InetAddress address) throws SocketException { in AudioStream() method in AudioStream
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp96 class AudioStream class
99 AudioStream();
100 ~AudioStream();
107 void encode(int tick, AudioStream *chain);
146 AudioStream *mNext;
151 AudioStream::AudioStream() in AudioStream() function in __anon5fc701100111::AudioStream
159 AudioStream::~AudioStream() in ~AudioStream()
167 bool AudioStream::set(int mode, int socket, sockaddr_storage *remote, in set()
228 void AudioStream::sendDtmf(int event) in sendDtmf()
236 bool AudioStream::mix(int32_t *output, int head, int tail, int sampleRate) in mix()
[all …]
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipAudioCall.java23 import android.net.rtp.AudioStream;
182 private AudioStream mAudioStream;
365 mAudioStream = new AudioStream(InetAddress.getByName( in transferToNewSession()
632 mAudioStream = new AudioStream(InetAddress.getByName(
703 mAudioStream = new AudioStream(InetAddress.getByName(
940 public AudioStream getAudioStream() {
1019 AudioStream stream = mAudioStream;
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd338 <li>{@link android.net.rtp.AudioStream}, a subclass of {@link
341 mixing the device speaker, microphone, and {@link android.net.rtp.AudioStream}.</li>
343 you define for an {@link android.net.rtp.AudioStream}.</li>
350 <li>{@link android.net.rtp.AudioStream} specifies a remote endpoint and consists
353 or more {@link android.net.rtp.AudioStream}s. The {@link android.net.rtp.AudioGroup} mixes
354 all the {@link android.net.rtp.AudioStream}s and optionally interacts with the device
/frameworks/base/docs/html/
Dsitemap.txt4035 http://developer.android.com/reference/android/net/rtp/AudioStream.html
/frameworks/base/api/
Dcurrent.txt18855 method public android.net.rtp.AudioStream[] getStreams();
18864 public class AudioStream extends android.net.rtp.RtpStream {
18865 ctor public AudioStream(java.net.InetAddress) throws java.net.SocketException;
Dsystem-current.txt20432 method public android.net.rtp.AudioStream[] getStreams();
20441 public class AudioStream extends android.net.rtp.RtpStream {
20442 ctor public AudioStream(java.net.InetAddress) throws java.net.SocketException;