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

/frameworks/base/obex/javax/obex/
H A DServerOperation.java212 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 { 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/base/include/binder/
H A DIPCThreadState.h82 status_t sendReply(const Parcel& reply, uint32_t flags);
/frameworks/base/libs/binder/
H A DIPCThreadState.cpp603 status_t IPCThreadState::sendReply(const Parcel& reply, uint32_t flags) function in class:android::IPCThreadState
988 sendReply(reply, 0);

Completed in 225 milliseconds