Searched refs:sendReply (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DServerOperation.java200 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
209 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
217 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
336 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
340 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
350 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
365 public synchronized boolean sendReply(int type) throws IOException { method in class:ServerOperation
H A DServerSession.java208 op.sendReply(response);
212 op.sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
214 op.sendReply(response);
220 *OK response in "sendReply")
248 op.sendReply(response);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderService.java193 sendReply(messenger, SERVICE_MSG_REGISTERED,
357 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_SUCCEEDED,
374 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_FAILED,
377 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_FAILED,
416 sendReply(client.mMessenger, SERVICE_MSG_DESCRIPTOR_CHANGED, 0, 0,
491 sendReply(messenger, SERVICE_MSG_GENERIC_FAILURE, requestId, 0, null, null);
497 sendReply(messenger, SERVICE_MSG_GENERIC_SUCCESS, requestId, 0, null, null);
501 static void sendReply(Messenger messenger, int what, method in class:MediaRouteProviderService
/frameworks/native/include/binder/
H A DIPCThreadState.h96 status_t sendReply(const Parcel& reply, uint32_t flags);
/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h96 status_t sendReply(const Parcel& reply, uint32_t flags);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp712 status_t IPCThreadState::sendReply(const Parcel& reply, uint32_t flags) function in class:android::IPCThreadState
1097 sendReply(reply, 0);

Completed in 145 milliseconds