Searched defs:sendReply (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DServerOperation.java200 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
209 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
217 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
336 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
340 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
350 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
365 public synchronized boolean sendReply(int type) throws IOException { method in class:ServerOperation
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderService.java193 sendReply(messenger, SERVICE_MSG_REGISTERED,
356 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_SUCCEEDED,
373 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_FAILED,
376 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_FAILED,
415 sendReply(client.mMessenger, SERVICE_MSG_DESCRIPTOR_CHANGED, 0, 0,
493 sendReply(messenger, SERVICE_MSG_GENERIC_FAILURE, requestId, 0, null, null);
499 sendReply(messenger, SERVICE_MSG_GENERIC_SUCCESS, requestId, 0, null, null);
503 static void sendReply(Messenger messenger, int what, method in class:MediaRouteProviderService
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp712 status_t IPCThreadState::sendReply(const Parcel& reply, uint32_t flags) function in class:android::IPCThreadState
1097 sendReply(reply, 0);

Completed in 115 milliseconds