HomeSort by relevance Sort by last modified time
    Searched defs:sendReply (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 20 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply()));
22 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply()));
79 void UserDataRequest::sendReply()
  /frameworks/base/obex/javax/obex/
ServerOperation.java 214 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
223 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
231 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
256 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
260 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
270 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
285 public synchronized boolean sendReply(int type) throws IOException {
  /frameworks/native/libs/binder/
IPCThreadState.cpp 694 status_t IPCThreadState::sendReply(const Parcel& reply, uint32_t flags)
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderService.java 149 sendReply(messenger, SERVICE_MSG_REGISTERED,
312 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_SUCCEEDED,
329 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_FAILED,
332 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_FAILED,
372 sendReply(client.mMessenger, SERVICE_MSG_DESCRIPTOR_CHANGED, 0, 0,
431 sendReply(messenger, SERVICE_MSG_GENERIC_FAILURE, requestId, 0, null, null);
437 sendReply(messenger, SERVICE_MSG_GENERIC_SUCCESS, requestId, 0, null, null);
441 private static void sendReply(Messenger messenger, int what,

Completed in 951 milliseconds