Searched refs:sendReply (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/obex/javax/obex/ |
D | ServerOperation.java | 214 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE); in ServerOperation() 223 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE); in ServerOperation() 231 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE); in ServerOperation() 256 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE); in continueOperation() 260 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE); in continueOperation() 270 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE); in continueOperation() 285 public synchronized boolean sendReply(int type) throws IOException { in sendReply() method in ServerOperation
|
D | ServerSession.java | 204 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/support/v7/mediarouter/src/android/support/v7/media/ |
D | MediaRouteProviderService.java | 149 sendReply(messenger, SERVICE_MSG_REGISTERED, in onRegisterClient() 312 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_SUCCEEDED, in onRouteControlRequest() 329 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_FAILED, in onRouteControlRequest() 332 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_FAILED, in onRouteControlRequest() 372 sendReply(client.mMessenger, SERVICE_MSG_DESCRIPTOR_CHANGED, 0, 0, in sendDescriptorChanged() 431 sendReply(messenger, SERVICE_MSG_GENERIC_FAILURE, requestId, 0, null, null); in sendGenericFailure() 437 sendReply(messenger, SERVICE_MSG_GENERIC_SUCCESS, requestId, 0, null, null); in sendGenericSuccess() 441 private static void sendReply(Messenger messenger, int what, in sendReply() method in MediaRouteProviderService
|
/frameworks/native/include/binder/ |
D | IPCThreadState.h | 91 status_t sendReply(const Parcel& reply, uint32_t flags);
|
/frameworks/native/libs/binder/ |
D | IPCThreadState.cpp | 699 status_t IPCThreadState::sendReply(const Parcel& reply, uint32_t flags) in sendReply() function in android::IPCThreadState 1096 sendReply(reply, 0); in executeCommand()
|