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

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
userdatarequest.h 29 virtual void sendReply();
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 212 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
221 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
229 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
254 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
258 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
268 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
283 public synchronized boolean sendReply(int type) throws IOException {
ServerSession.java 204 op.sendReply(response);
208 op.sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
210 op.sendReply(response);
216 *OK response in "sendReply")
243 op.sendReply(response);
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderService.java 304 sendReply(messenger, SERVICE_MSG_REGISTERED,
467 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_SUCCEEDED,
484 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_FAILED,
487 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_FAILED,
527 sendReply(client.mMessenger, SERVICE_MSG_DESCRIPTOR_CHANGED, 0, 0,
586 sendReply(messenger, SERVICE_MSG_GENERIC_FAILURE, requestId, 0, null, null);
592 sendReply(messenger, SERVICE_MSG_GENERIC_SUCCESS, requestId, 0, null, null);
596 private static void sendReply(Messenger messenger, int what,
  /frameworks/native/include/binder/
IPCThreadState.h 89 status_t sendReply(const Parcel& reply, uint32_t flags);
  /frameworks/native/libs/binder/
IPCThreadState.cpp 656 status_t IPCThreadState::sendReply(const Parcel& reply, uint32_t flags)
1049 sendReply(reply, 0);
    [all...]

Completed in 99 milliseconds