OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleSessionDescription
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/voip/src/java/android/net/sip/
SipAudioCall.java
25
import android.net.sip.
SimpleSessionDescription
.Media;
735
private
SimpleSessionDescription
createOffer() {
736
SimpleSessionDescription
offer =
737
new
SimpleSessionDescription
(mSessionId, getLocalIp());
749
private
SimpleSessionDescription
createAnswer(String offerSd) {
751
SimpleSessionDescription
offer =
752
new
SimpleSessionDescription
(offerSd);
753
SimpleSessionDescription
answer =
754
new
SimpleSessionDescription
(mSessionId, getLocalIp());
811
private
SimpleSessionDescription
createHoldOffer()
[
all
...]
SimpleSessionDescription.java
32
*
SimpleSessionDescription
description = new
SimpleSessionDescription
(
57
public class
SimpleSessionDescription
{
64
* connection field ("c="). See {@link
SimpleSessionDescription
} for an
67
public
SimpleSessionDescription
(long sessionId, String address) {
82
public
SimpleSessionDescription
(String message) {
232
* can only be created by {@link
SimpleSessionDescription
#newMedia}. Since
234
* methods are implemented. See {@link
SimpleSessionDescription
} for an
350
* {@link
SimpleSessionDescription
} for an example of its usage.
Completed in 182 milliseconds