/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/rtsp/src/test/java/com/google/android/exoplayer2/source/rtsp/ |
D | RtspServer.java | 142 sendResponse(responseProvider.getOptionsResponse(), cSeq); in handleRtspMessage() 146 sendResponse(responseProvider.getDescribeResponse(request.uri, request.headers), cSeq); in handleRtspMessage() 150 sendResponse(responseProvider.getSetupResponse(request.uri, request.headers), cSeq); in handleRtspMessage() 154 sendResponse(responseProvider.getPlayResponse(), cSeq); in handleRtspMessage() 158 sendResponse(responseProvider.getTearDownResponse(), cSeq); in handleRtspMessage() 162 sendResponse(RtspTestUtils.RTSP_ERROR_METHOD_NOT_ALLOWED, cSeq); in handleRtspMessage() 166 private void sendResponse(RtspResponse response, String cSeq) { in sendResponse() method in RtspServer.MessageListener
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/rtsp/src/test/java/com/google/android/exoplayer2/source/rtsp/ |
D | RtspServer.java | 142 sendResponse(responseProvider.getOptionsResponse(), cSeq); in handleRtspMessage() 146 sendResponse(responseProvider.getDescribeResponse(request.uri, request.headers), cSeq); in handleRtspMessage() 150 sendResponse(responseProvider.getSetupResponse(request.uri, request.headers), cSeq); in handleRtspMessage() 154 sendResponse(responseProvider.getPlayResponse(), cSeq); in handleRtspMessage() 158 sendResponse(responseProvider.getTearDownResponse(), cSeq); in handleRtspMessage() 162 sendResponse(RtspTestUtils.RTSP_ERROR_METHOD_NOT_ALLOWED, cSeq); in handleRtspMessage() 166 private void sendResponse(RtspResponse response, String cSeq) { in sendResponse() method in RtspServer.MessageListener
|
/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/ |
D | KMAndroidSEApplet.java | 138 sendResponse(apdu, KMError.OK); in process() 144 sendResponse(apdu, KMError.OK); in process() 161 sendResponse(apdu, KMError.OK); in process() 167 sendResponse(apdu, KMError.OK); in process() 190 sendResponse(apdu, KMException.reason()); in process() 192 sendResponse(apdu, mapISOErrorToKMError(exp.getReason())); in process() 194 sendResponse(apdu, mapCryptoErrorToKMError(e.getReason())); in process() 196 sendResponse(apdu, KMError.GENERIC_UNKNOWN_ERROR); in process() 287 sendResponse(apdu, KMError.OK); in processSecureBootCmd() 293 sendResponse(apdu, KMError.OK); in processOEMUnlockProvisionCmd() [all …]
|
/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/ |
D | KMAndroidSEApplet.java | 138 sendResponse(apdu, KMError.OK); in process() 144 sendResponse(apdu, KMError.OK); in process() 161 sendResponse(apdu, KMError.OK); in process() 167 sendResponse(apdu, KMError.OK); in process() 190 sendResponse(apdu, KMException.reason()); in process() 192 sendResponse(apdu, mapISOErrorToKMError(exp.getReason())); in process() 194 sendResponse(apdu, mapCryptoErrorToKMError(e.getReason())); in process() 196 sendResponse(apdu, KMError.GENERIC_UNKNOWN_ERROR); in process() 287 sendResponse(apdu, KMError.OK); in processSecureBootCmd() 293 sendResponse(apdu, KMError.OK); in processOEMUnlockProvisionCmd() [all …]
|
/external/obex/src/com/android/obex/ |
D | ServerOperation.java | 189 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null); in ServerOperation() 257 mParent.sendResponse(ResponseCodes.OBEX_HTTP_UNAUTHORIZED, null); in handleObexPacket() 436 mParent.sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in sendReply() 442 mParent.sendResponse(type, sendHeader); in sendReply() 534 mParent.sendResponse(type, out.toByteArray()); in sendReply() 561 mParent.sendResponse(ResponseCodes.OBEX_HTTP_BAD_REQUEST, null); in sendReply() 578 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null); in sendReply() 639 mParent.sendResponse(ResponseCodes.OBEX_HTTP_OK, null); in handleRemoteAbort()
|
D | ServerSession.java | 144 sendResponse(ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED, null); in run() 182 sendResponse(code, null); in handleAbortRequest() 226 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handlePutRequest() 254 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleGetRequest() 266 public void sendResponse(int code, byte[] header) throws IOException { in sendResponse() method in ServerSession 373 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleSetPathRequest() 483 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleDisconnectRequest()
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowBluetoothGattServerTest.java | 95 shadowOf(server).sendResponse(device, 0, 0, 0, RESPONSE_VALUE1); in test_getResponses_afterSendResponses() 97 shadowOf(server).sendResponse(device, 0, 0, 0, RESPONSE_VALUE2); in test_getResponses_afterSendResponses() 105 shadowOf(server).sendResponse(device, 0, 0, 0, RESPONSE_VALUE1); in test_getResponses_afterClearResponses() 106 shadowOf(server).sendResponse(device, 0, 0, 0, RESPONSE_VALUE2); in test_getResponses_afterClearResponses() 113 shadowOf(server).sendResponse(device, 0, 0, 0, RESPONSE_VALUE1); in test_getResponses_acceptsNull() 115 shadowOf(server).sendResponse(device, 0, 0, 0, null); in test_getResponses_acceptsNull()
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowBluetoothGattServer.java | 58 protected boolean sendResponse( in sendResponse() method in ShadowBluetoothGattServer 61 return this.bluetoothGattServerReflector.sendResponse(device, requestId, status, offset, value); in sendResponse() 160 boolean sendResponse( in sendResponse() method
|
/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/bluetooth/ |
D | BluetoothGattServerSnippet.java | 154 bluetoothGattServer.sendResponse( in onCharacteristicReadRequest() 161 bluetoothGattServer.sendResponse( in onCharacteristicReadRequest() 176 bluetoothGattServer.sendResponse( in onCharacteristicWriteRequest() 186 bluetoothGattServer.sendResponse( in onExecuteWrite()
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | DialogFilter.java | 122 transaction.sendResponse(sipResponse); in sendRequestPendingResponse() 152 transaction.sendResponse(sipResponse); in sendBadRequestResponse() 183 transaction.sendResponse(sipResponse); in sendCallOrTransactionDoesNotExistResponse() 210 transaction.sendResponse(sipResponse); in sendLoopDetectedResponse() 245 transaction.sendResponse(sipResponse); in sendServerInternalErrorResponse() 588 sipProvider.sendResponse(notExist); in processRequest() 661 transaction.sendResponse(response); in processRequest() 723 transaction.sendResponse(sipRequest.createResponse(Response.OK)); in processRequest() 755 sipProvider.sendResponse(response); in processRequest() 966 sipProvider.sendResponse(errorResponse); in processRequest()
|
D | SipProviderImpl.java | 740 public void sendResponse(Response response) throws SipException { in sendResponse() method in SipProviderImpl
|
/external/nist-sip/java/javax/sip/ |
D | ServerTransaction.java | 6 void sendResponse(Response response) in sendResponse() method
|
D | SipProvider.java | 49 void sendResponse(Response response) throws SipException; in sendResponse() method
|
/external/flatbuffers/grpc/examples/swift/Greeter/Sources/server/ |
D | main.swift | 61 _ = context.sendResponse(Message<models_HelloReply>(builder: &builder))
|
/external/autotest/client/deps/graphics/graphics_test_extension/ |
D | background.js | 15 function onMessageHandler(message, sender, sendResponse) { argument
|
/external/autotest/client/site_tests/power_LoadTest/extension/ |
D | test.js | 48 function testListener(request, sender, sendResponse) { argument 60 sendResponse({"should_scroll": should_scroll,
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | SIPServerTransaction.java | 404 private void sendResponse(SIPResponse transactionResponse) throws IOException { in sendResponse() method in SIPServerTransaction 907 sendResponse(transactionResponse); in sendMessage() 1079 this.sendResponse(transactionResponse); in sendMessage() 1233 public void sendResponse(Response response) throws SipException { in sendResponse() method in SIPServerTransaction
|
/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/ |
D | KMKeymasterApplet.java | 966 public static void sendResponse(APDU apdu, short err) { in sendResponse() method in KMKeymasterApplet 1391 sendResponse(apdu, KMError.OK); in process() 1474 sendResponse(apdu, KMError.UNIMPLEMENTED); in process() 1485 sendResponse(apdu, KMException.reason()); in process() 1489 sendResponse(apdu, mapISOErrorToKMError(exp.getReason())); in process() 1493 sendResponse(apdu, mapCryptoErrorToKMError(e.getReason())); in process() 1497 sendResponse(apdu, KMError.GENERIC_UNKNOWN_ERROR); in process() 1594 sendResponse(apdu, KMError.OK); in processSendRootOfTrust() 1686 sendResponse(apdu, KMError.OK); in processEarlyBootEndedCmd() 1720 sendResponse(apdu, KMError.OK); in processDeviceLockedCmd() [all …]
|
D | KMRemotelyProvisionedComponentDevice.java | 395 KMKeymasterApplet.sendResponse(apdu, KMError.OK); in processBeginSendData() 454 KMKeymasterApplet.sendResponse(apdu, KMError.OK); in processUpdateKey() 509 KMKeymasterApplet.sendResponse(apdu, KMError.OK); in processUpdateEekChain() 551 KMKeymasterApplet.sendResponse(apdu, KMError.OK); in processUpdateChallenge()
|
/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/ |
D | KMKeymasterApplet.java | 970 public static void sendResponse(APDU apdu, short err) { in sendResponse() method in KMKeymasterApplet 1396 sendResponse(apdu, KMError.OK); in process() 1478 sendResponse(apdu, KMError.UNIMPLEMENTED); in process() 1489 sendResponse(apdu, KMException.reason()); in process() 1493 sendResponse(apdu, mapISOErrorToKMError(exp.getReason())); in process() 1497 sendResponse(apdu, mapCryptoErrorToKMError(e.getReason())); in process() 1501 sendResponse(apdu, KMError.GENERIC_UNKNOWN_ERROR); in process() 1598 sendResponse(apdu, KMError.OK); in processSendRootOfTrust() 1690 sendResponse(apdu, KMError.OK); in processEarlyBootEndedCmd() 1724 sendResponse(apdu, KMError.OK); in processDeviceLockedCmd() [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/rtsp/src/main/java/com/google/android/exoplayer2/source/rtsp/ |
D | RtspClient.java | 434 sendResponse( in sendMethodNotAllowedResponse() 475 private void sendResponse(RtspResponse response) { in sendResponse() method in RtspClient.MessageSender
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/rtsp/src/main/java/com/google/android/exoplayer2/source/rtsp/ |
D | RtspClient.java | 436 sendResponse( in sendMethodNotAllowedResponse() 477 private void sendResponse(RtspResponse response) { in sendResponse() method in RtspClient.MessageSender
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | GattServerFacade.java | 192 gattServer.sendResponse(bluetoothDevice, requestId, status, offset, value); in gattServerSendResponse()
|