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

/frameworks/base/obex/javax/obex/
H A DServerOperation.java214 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 { method in class:ServerOperation
H A DServerSession.java204 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/
H A DMediaRouteProviderService.java149 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, method in class:MediaRouteProviderService
/frameworks/native/include/binder/
H A DIPCThreadState.h91 status_t sendReply(const Parcel& reply, uint32_t flags);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp699 status_t IPCThreadState::sendReply(const Parcel& reply, uint32_t flags) function in class:android::IPCThreadState
1096 sendReply(reply, 0);

Completed in 1548 milliseconds