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

  /external/wpa_supplicant/wpa_gui-qt4/
userdatarequest.h 35 virtual void sendReply();
userdatarequest.cpp 26 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply()));
28 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply()));
85 void UserDataRequest::sendReply()
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
userdatarequest.h 35 virtual void sendReply();
userdatarequest.cpp 26 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply()));
28 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply()));
85 void UserDataRequest::sendReply()
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
userdatarequest.h 35 virtual void sendReply();
userdatarequest.cpp 26 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply()));
28 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply()));
85 void UserDataRequest::sendReply()
  /external/wpa_supplicant/wpa_gui/
userdatarequest.ui.h 57 void UserDataRequest::sendReply()
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
userdatarequest.ui.h 57 void UserDataRequest::sendReply()
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
userdatarequest.ui.h 57 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/base/include/binder/
IPCThreadState.h 89 status_t sendReply(const Parcel& reply, uint32_t flags);
  /frameworks/base/libs/binder/
IPCThreadState.cpp 652 status_t IPCThreadState::sendReply(const Parcel& reply, uint32_t flags)
1041 sendReply(reply, 0);
    [all...]

Completed in 234 milliseconds