Home
last modified time | relevance | path

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

/frameworks/base/obex/javax/obex/
DServerOperation.java205 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE); in ServerOperation()
219 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE); in ServerOperation()
227 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE); in ServerOperation()
346 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE); in continueOperation()
350 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE); in continueOperation()
360 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE); in continueOperation()
375 public synchronized boolean sendReply(int type) throws IOException { in sendReply() method in ServerOperation
DServerSession.java208 op.sendReply(response); in handlePutRequest()
212 op.sendReply(ResponseCodes.OBEX_HTTP_CONTINUE); in handlePutRequest()
214 op.sendReply(response); in handlePutRequest()
248 op.sendReply(response); in handleGetRequest()
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h151 status_t sendReply(const Parcel& reply, uint32_t flags);
/frameworks/native/libs/binder/
DIPCThreadState.cpp821 status_t IPCThreadState::sendReply(const Parcel& reply, uint32_t flags) in sendReply() function in android::IPCThreadState
1231 sendReply(reply, 0); in executeCommand()