Home
last modified time | relevance | path

Searched defs:callId (Results 1 – 25 of 35) sorted by relevance

12

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java62 public static void onCallAdded(String callId, Call call) { in onCallAdded()
71 public static void onCallRemoved(String callId, Call call) { in onCallRemoved()
116 CallEvent(String callId, EventType event) { in CallEvent()
132 VideoCallEvent(String callId, EventType event) { in VideoCallEvent()
168 public CallCallback(String callId, int events) { in CallCallback()
268 String callId = getCallId(call); in onVideoCallChanged() local
376 public VideoCallCallback(String callId, int listeners) { in VideoCallCallback()
649 public static Call getCallById(String callId) { in getCallById()
660 private static CallCallback getCallCallbackById(String callId) { in getCallCallbackById()
671 private static InCallService.VideoCall getVideoCallById(String callId) { in getVideoCallById()
[all …]
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DBinlogHelper.java127 CallId callId) { in logSendInitialMetadata()
155 CallId callId, in logRecvInitialMetadata()
180 int seq, Status status, Metadata metadata, boolean isServer, CallId callId) { in logTrailingMetadata()
207 CallId callId) { in logOutboundMessage()
227 CallId callId) { in logInboundMessage()
263 CallId callId); in logSendInitialMetadata()
275 CallId callId, in logRecvInitialMetadata()
283 int seq, Status status, Metadata metadata, boolean isServer, CallId callId); in logTrailingMetadata()
293 CallId callId); in logOutboundMessage()
303 CallId callId); in logInboundMessage()
[all …]
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DCredentialsCache.java30 String callId; field in CredentialsCache.TimeoutTask
61 void cacheAuthorizationHeader(String callId, in cacheAuthorizationHeader()
114 public void removeAuthenticationHeader(String callId) { in removeAuthenticationHeader()
DAuthenticationHelper.java74 public abstract void removeCachedAuthenticationHeaders(String callId); in removeCachedAuthenticationHeaders()
DAuthenticationHelperImpl.java438 String callId = sipRequest.getCallId().getCallId(); in setAuthenticationHeaders() local
461 public void removeCachedAuthenticationHeaders(String callId) { in removeCachedAuthenticationHeaders()
/external/nist-sip/java/javax/sip/message/
DMessageFactory.java16 Request createRequest(URI requestURI, String method, CallIdHeader callId, in createRequest()
21 Request createRequest(URI requestURI, String method, CallIdHeader callId, in createRequest()
26 Request createRequest(URI requestURI, String method, CallIdHeader callId, in createRequest()
32 Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
37 Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
42 Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
/external/nist-sip/java/gov/nist/javax/sip/header/
DInReplyTo.java51 protected CallIdentifier callId; field in InReplyTo
75 public void setCallId(String callId) throws ParseException { in setCallId()
DHeaderFactoryExt.java78 public ReplacesHeader createReplacesHeader(String callId, String toTag, in createReplacesHeader()
234 public JoinHeader createJoinHeader(String callId, String toTag, in createJoinHeader()
DCallID.java136 public CallID(String callId) throws IllegalArgumentException { in CallID()
/external/nist-sip/java/gov/nist/javax/sip/message/
DMessageFactoryImpl.java122 String method, CallIdHeader callId, CSeqHeader cSeq, in createRequest()
179 CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, in createRequest()
232 CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, in createRequest()
286 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
343 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
390 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
545 String method, CallIdHeader callId, CSeqHeader cSeq, in createRequest()
598 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
654 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DMessageLog.java61 private String callId; field in MessageLog
90 String callId, in MessageLog()
123 String callId, in MessageLog()
DDefaultMessageLogFactory.java17 String firstLine, String tid, String callId, long tsHeaderValue) { in createLogRecord()
24 String firstLine, String tid, String callId, long timestampVal) { in createLogRecord()
DServerLog.java323 String callId, String firstLine, String status, String tid, long time, in logMessage()
346 String callId = null; in logMessage() local
371 String callId = null; in logMessage() local
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
DReferences.java15 private String callId; field in References
37 public void setCallId(String callId) { in setCallId()
DReplaces.java37 public String callId; field in Replaces
50 public Replaces(String callId) throws IllegalArgumentException { in Replaces()
DJoin.java37 public String callId; field in Join
50 public Join(String callId) throws IllegalArgumentException { in Join()
DReplacesHeader.java31 void setCallId(String callId) throws ParseException; in setCallId()
DJoinHeader.java199 public void setCallId(String callId) throws ParseException; in setCallId()
DReferencesHeader.java30 public void setCallId(String callId) throws ParseException; in setCallId()
/external/nist-sip/java/javax/sip/header/
DCallIdHeader.java9 void setCallId(String callId) throws ParseException; in setCallId()
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
DReferencesParser.java46 String callId = lexer.byteStringNoSemicolon(); in parse() local
DJoinParser.java50 String callId = lexer.byteStringNoSemicolon(); in parse() local
DReplacesParser.java52 String callId = lexer.byteStringNoSemicolon(); in parse() local
/external/nist-sip/java/gov/nist/javax/sip/
DLogRecordFactory.java35 String firstLine, String tid, String callId, long timestampVal); in createLogRecord()
/external/v8/src/inspector/
Dv8-inspector-session-impl.cc164 int callId, std::unique_ptr<protocol::Serializable> message) { in sendProtocolResponse()
173 void V8InspectorSessionImpl::fallThrough(int callId, const String16& method, in fallThrough()
322 int callId; in dispatchProtocolMessage() local

12