Home
last modified time | relevance | path

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

/frameworks/base/obex/javax/obex/
DServerOperation.java212 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE); in ServerOperation()
221 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE); in ServerOperation()
229 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE); in ServerOperation()
254 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE); in continueOperation()
258 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE); in continueOperation()
268 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE); in continueOperation()
283 public synchronized boolean sendReply(int type) throws IOException { in sendReply() method in ServerOperation
DServerSession.java204 op.sendReply(response); in handlePutRequest()
208 op.sendReply(ResponseCodes.OBEX_HTTP_CONTINUE); in handlePutRequest()
210 op.sendReply(response); in handlePutRequest()
243 op.sendReply(response); in handleGetRequest()
/frameworks/native/include/binder/
DIPCThreadState.h90 status_t sendReply(const Parcel& reply, uint32_t flags);
/frameworks/native/libs/binder/
DIPCThreadState.cpp658 status_t IPCThreadState::sendReply(const Parcel& reply, uint32_t flags) in sendReply() function in android::IPCThreadState
1047 sendReply(reply, 0); in executeCommand()