OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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 {
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
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,
/frameworks/native/include/binder/
IPCThreadState.h
91
status_t
sendReply
(const Parcel& reply, uint32_t flags);
/frameworks/native/libs/binder/
IPCThreadState.cpp
694
status_t IPCThreadState::
sendReply
(const Parcel& reply, uint32_t flags)
[
all
...]
Completed in 116 milliseconds