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/native/include/binder/
H A DIPCThreadState.h89 status_t sendReply(const Parcel& reply, uint32_t flags);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp652 status_t IPCThreadState::sendReply(const Parcel& reply, uint32_t flags) function in class:android::IPCThreadState
1045 sendReply(reply, 0);

Completed in 98 milliseconds