HomeSort by relevance Sort by last modified time
    Searched full:sendresponse (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/nist-sip/java/javax/sip/
ServerTransaction.java 6 void sendResponse(Response response)
SipProvider.java 49 void sendResponse(Response response) throws SipException;
  /system/bt/service/doc/
IBluetoothGattServerCallback.txt 45 * this request by calling IBluetoothGattServer.sendResponse with the given
48 * If |offset| is invalid then sendResponse should be called with
63 * this request by calling IBluetoothGattServer.sendResponse with the given
66 * If |offset| is invalid then sendResponse should be called with
79 * this request by calling IBluetoothGattServer.sendResponse with the given
83 * Response" procedure and sendResponse should not be called. If
87 * If |offset| is invalid, then sendResponse should be called with
99 * this request by calling IBluetoothGattServer.sendResponse with the given
103 * Response" procedure and sendResponse should not be called. If
107 * If |offset| is invalid, then sendResponse should be called wit
    [all...]
  /external/webrtc/webrtc/p2p/base/
stunserver.cc 55 SendResponse(response, remote_addr);
70 SendResponse(err_msg, addr);
73 void StunServer::SendResponse(
teststunserver.h 48 SendResponse(response, remote_addr);
stunserver.h 52 void SendResponse(const StunMessage& msg,
  /packages/apps/Stk/src/com/android/stk/
StkInputActivity.java 91 sendResponse(StkAppService.RES_ID_TIMEOUT);
128 sendResponse(StkAppService.RES_ID_INPUT, input, false);
209 sendResponse(StkAppService.RES_ID_END_SESSION);
227 sendResponse(StkAppService.RES_ID_BACKWARD, null, false);
233 void sendResponse(int resId) {
234 sendResponse(resId, null, false);
237 void sendResponse(int resId, String input, boolean help) {
248 CatLog.d(LOG_TAG, "sendResponse resID[" + resId + "] input[*****] help["
292 sendResponse(StkAppService.RES_ID_END_SESSION);
298 sendResponse(StkAppService.RES_ID_INPUT, "", true)
    [all...]
StkDialogActivity.java 100 sendResponse(StkAppService.RES_ID_CONFIRM, true);
105 sendResponse(StkAppService.RES_ID_CONFIRM, false);
117 sendResponse(StkAppService.RES_ID_BACKWARD);
232 sendResponse(StkAppService.RES_ID_CONFIRM, false);
264 private void sendResponse(int resId, boolean confirmed) {
275 CatLog.d(LOG_TAG, "sendResponse resID[" + resId + "] confirmed[" + confirmed + "]");
288 private void sendResponse(int resId) {
289 sendResponse(resId, true);
357 sendResponse(StkAppService.RES_ID_TIMEOUT);
ToneDialog.java 55 sendResponse(StkAppService.RES_ID_DONE);
124 sendResponse(StkAppService.RES_ID_END_SESSION);
140 sendResponse(StkAppService.RES_ID_END_SESSION);
151 sendResponse(StkAppService.RES_ID_END_SESSION);
167 private void sendResponse(int resId) {
StkMenuActivity.java 90 sendResponse(StkAppService.RES_ID_TIMEOUT);
137 sendResponse(StkAppService.RES_ID_MENU_SELECTION, item.id, false);
159 sendResponse(StkAppService.RES_ID_BACKWARD);
279 sendResponse(StkAppService.RES_ID_END_SESSION);
327 sendResponse(StkAppService.RES_ID_END_SESSION);
340 sendResponse(StkAppService.RES_ID_MENU_SELECTION, stkItem.id, true);
377 sendResponse(StkAppService.RES_ID_MENU_SELECTION, stkItem.id, true);
476 private void sendResponse(int resId) {
477 sendResponse(resId, 0, false);
480 private void sendResponse(int resId, int itemId, boolean help)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattServerCallback.java 52 * <p>An application must call {@link BluetoothGattServer#sendResponse}
67 * <p>An application must call {@link BluetoothGattServer#sendResponse}
88 * <p>An application must call {@link BluetoothGattServer#sendResponse}
103 * <p>An application must call {@link BluetoothGattServer#sendResponse}
124 * <p>An application must call {@link BluetoothGattServer#sendResponse}
  /prebuilts/go/darwin-x86/src/net/http/
filetransport.go 83 pr.sendResponse()
88 func (pr *populateResponse) sendResponse() {
120 pr.sendResponse()
  /prebuilts/go/linux-x86/src/net/http/
filetransport.go 83 pr.sendResponse()
88 func (pr *populateResponse) sendResponse() {
120 pr.sendResponse()
  /system/webservd/libwebserv/
response.cc 59 SendResponse();
98 SendResponse();
105 void ResponseImpl::SendResponse() {
response_impl.h 59 LIBWEBSERV_PRIVATE void SendResponse();
  /system/bt/service/example/heart_rate/
heart_rate_server.cpp 356 gatt_->SendResponse(server_if_, device_address, request_id, error,
370 gatt_->SendResponse(server_if_, device_address, request_id,
386 gatt_->SendResponse(server_if_, device_address, request_id, error,
403 gatt_->SendResponse(server_if_, device_address, request_id,
415 gatt_->SendResponse(server_if_, device_address, request_id,
427 gatt_->SendResponse(server_if_, device_address, request_id,
444 gatt_->SendResponse(server_if_, device_address, request_id,
456 gatt_->SendResponse(server_if_, device_address, request_id,
476 gatt_->SendResponse(server_if_, device_address, request_id,
486 gatt_->SendResponse(server_if_, device_address, request_id
    [all...]
  /system/bt/service/
gatt_server.h 51 // calling SendResponse below.
61 // calling SendResponse below.
71 // calling SendResponse, if the |need_response| parameter is true. Otherwise
72 // this is a "Write Without Reponse" procedure and SendResponse will fail.
87 // calling SendResponse, if the |need_response| parameter is true. Otherwise
88 // this is a "Write Without Response" procedure and SendResponse will fail.
103 // call "SendResponse" to complete the procedure.
174 bool SendResponse(const std::string& device_address, int request_id,
  /system/bt/service/test/
gatt_server_unittest.cpp 45 MOCK_METHOD4(SendResponse, bt_status_t(int, int, int, btgatt_response_t*));
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleServerService.java 310 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0,
330 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0, null);
344 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0,
363 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0, null);
376 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0, null);
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDebuggingManager.java 185 void sendResponse(String msg) {
252 mThread.sendResponse("OK");
259 mThread.sendResponse("NO");
268 mThread.sendResponse("NO");
276 mThread.sendResponse("NO");
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipHelper.java 362 transaction.sendResponse(response);
392 inviteTransaction.sendResponse(response);
414 inviteTransaction.sendResponse(response);
447 public void sendResponse(RequestEvent event, int responseCode)
457 getServerTransaction(event).sendResponse(response);
459 throw new SipException("sendResponse()", e);
488 inviteTransaction.sendResponse(response);
  /external/libchrome/dbus/
exported_object.cc 233 base::Bind(&ExportedObject::SendResponse,
250 base::Bind(&ExportedObject::SendResponse,
256 void ExportedObject::SendResponse(base::TimeTicks start_time,
  /external/autotest/client/deps/graphics/graphics_test_extension/
background.js 15 function onMessageHandler(message, sender, sendResponse) {
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 156 private void sendResponse(Transaction pair) {
167 Assert.fail("Invalid action for sendResponse: " + pair.mAction);
263 sendResponse(pair);
325 sendResponse(pair);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsService.java 343 mSocketRunnableObj.sendResponse("cameraOpened", "");
356 mSocketRunnableObj.sendResponse("cameraClosed", "");
395 mSocketRunnableObj.sendResponse(tag, null, jsonObj, null);
624 public void sendResponse(String tag, String str, JSONObject obj, ByteBuffer bbuf)
656 public void sendResponse(String tag, String str)
658 sendResponse(tag, str, null, null);
661 public void sendResponse(String tag, JSONObject obj)
663 sendResponse(tag, null, obj, null);
668 sendResponse(tag, null, null, bbuf);
671 public void sendResponse(LinkedList<MySensorEvent> events
    [all...]

Completed in 468 milliseconds

1 2 3 4