Home
last modified time | relevance | path

Searched defs:callId (Results 1 – 25 of 45) 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.java135 long callId, in logClientHeader()
178 long callId, in logServerHeader()
208 long callId, in logTrailer()
250 long callId) { in logRpcMessage()
270 void logHalfClose(long seq, GrpcLogEntry.Logger logger, long callId) { in logHalfClose()
281 void logCancel(long seq, GrpcLogEntry.Logger logger, long callId) { in logCancel()
315 long callId, in logClientHeader()
327 long callId, in logServerHeader()
340 long callId, in logTrailer()
354 long callId); in logRpcMessage()
[all …]
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/
DParcelCallSender.java44 abstract void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) in prepareCall()
48 long callId, int blockId, int totalBytes, byte[] bytes, int retries) throws RemoteException { in prepareCallAndRetry()
72 abstract byte[] call(long callId, int blockId, byte[] bytes) throws RemoteException; in call()
74 private byte[] callAndRetry(long callId, int blockId, byte[] bytes, int retries) in callAndRetry()
98 abstract byte[] fetchResponse(long callId, int blockId) throws RemoteException; in fetchResponse()
100 private byte[] fetchResponseAndRetry(long callId, int blockId, int retries) in fetchResponseAndRetry()
199 private byte[] fetchReturnBytes(int totalBytes, long callId, byte[] initialBytes) in fetchReturnBytes()
DParcelCallReceiver.java46 public byte[] prepareResponse(long callId, Parcel responseParcel) { in prepareResponse()
73 public void prepareCall(long callId, int blockId, int numBytes, byte[] paramBytes) { in prepareCall()
103 public Parcel getPreparedCall(long callId, int blockId, byte[] paramBytes) { in getPreparedCall()
137 public byte[] getPreparedResponse(long callId, int blockId) { in getPreparedResponse()
DCrossProfileCallbackExceptionParcelCallSender.java35 void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) throws RemoteException { in prepareCall()
45 byte[] call(long callId, int blockId, byte[] bytes) throws RemoteException { in call()
55 byte[] fetchResponse(long callId, int blockId) throws RemoteException { in fetchResponse()
DCrossProfileCallbackParcelCallSender.java38 void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) throws RemoteException { in prepareCall()
48 byte[] call(long callId, int blockId, byte[] bytes) throws RemoteException { in call()
58 byte[] fetchResponse(long callId, int blockId) throws RemoteException { in fetchResponse()
DCrossProfileParcelCallSender.java50 void prepareCall(long callId, int blockId, int numBytes, byte[] params) throws RemoteException { in prepareCall()
55 byte[] call(long callId, int blockId, byte[] params) throws RemoteException { in call()
61 byte[] fetchResponse(long callId, int blockId) throws RemoteException { in fetchResponse()
/external/connectedappssdk/sdk/src/main/aidl/com/google/android/enterprise/connectedapps/
DICrossProfileCallback.aidl19 void prepareResult(long callId, int blockId, int numBytes, in byte[] params); in prepareResult()
20 void onResult(long callId, int blockId, int methodIdentifier, in byte[] params); in onResult()
21 void onException(long callId, int blockId, in byte[] params); in onException()
DICrossProfileService.aidl30 void prepareCall(long callId, int blockId, int numBytes, in byte[] params); in prepareCall()
37 …byte[] call(long callId, int blockId, long crossProfileTypeIdentifier, int methodIdentifier, in by… in call()
40 byte[] fetchResponse(long callId, int blockId); in fetchResponse()
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
DTestStringCrossProfileCallback.java30 public void prepareResult(long callId, int blockId, int numBytes, byte[] params) {} in prepareResult()
33 public void onResult(long callId, int blockId, int methodIdentifier, byte[] paramsBytes) in onResult()
44 public void onException(long callId, int blockId, byte[] paramsBytes) throws RemoteException { in onException()
DTestICrossProfileCallback.java37 public void prepareResult(long callId, int blockId, int numBytes, byte[] params) in prepareResult()
41 public void onResult(long callId, int blockId, int methodIdentifier, byte[] params) in onResult()
51 public void onException(long callId, int blockId, byte[] params) throws RemoteException { in onException()
DTestService.java65 public void prepareCall(long callId, int blockId, int numBytes, byte[] paramsBytes) {} in prepareCall()
69 long callId, in call()
99 public byte[] fetchResponse(long callId, int blockId) { in fetchResponse()
/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/clientauthutils/
DCredentialsCache.java30 String callId; field in CredentialsCache.TimeoutTask
61 void cacheAuthorizationHeader(String callId, in cacheAuthorizationHeader()
114 public void removeAuthenticationHeader(String callId) { in removeAuthenticationHeader()
/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/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/internal/
DParcelCallSenderTest.java42 void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) in prepareCall()
52 byte[] call(long callId, int blockId, byte[] bytes) throws RemoteException { in call()
62 byte[] fetchResponse(long callId, int blockId) throws RemoteException { in fetchResponse()
/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()
/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()
/external/nist-sip/java/javax/sip/header/
DCallIdHeader.java9 void setCallId(String callId) throws ParseException; in setCallId()

12