Searched refs:sendReply (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DServerOperation.java205 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
219 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
227 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
346 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
350 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
360 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
375 public synchronized boolean sendReply(int type) throws IOException { method in class:ServerOperation
H A DServerSession.java208 op.sendReply(response);
212 op.sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
214 op.sendReply(response);
220 *OK response in "sendReply")
248 op.sendReply(response);
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DMediaRouteProviderService.java203 sendReply(messenger, SERVICE_MSG_REGISTERED,
367 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_SUCCEEDED,
384 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_FAILED,
387 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_FAILED,
426 sendReply(client.mMessenger, SERVICE_MSG_DESCRIPTOR_CHANGED, 0, 0,
501 sendReply(messenger, SERVICE_MSG_GENERIC_FAILURE, requestId, 0, null, null);
507 sendReply(messenger, SERVICE_MSG_GENERIC_SUCCESS, requestId, 0, null, null);
511 static void sendReply(Messenger messenger, int what, method in class:MediaRouteProviderService
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DMediaRouteProviderService.java196 sendReply(messenger, SERVICE_MSG_REGISTERED,
360 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_SUCCEEDED,
377 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_FAILED,
380 sendReply(messenger, SERVICE_MSG_CONTROL_REQUEST_FAILED,
419 sendReply(client.mMessenger, SERVICE_MSG_DESCRIPTOR_CHANGED, 0, 0,
494 sendReply(messenger, SERVICE_MSG_GENERIC_FAILURE, requestId, 0, null, null);
500 sendReply(messenger, SERVICE_MSG_GENERIC_SUCCESS, requestId, 0, null, null);
504 static void sendReply(Messenger messenger, int what, method in class:MediaRouteProviderService
/frameworks/native/include/binder/
H A DIPCThreadState.h96 status_t sendReply(const Parcel& reply, uint32_t flags);
/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h96 status_t sendReply(const Parcel& reply, uint32_t flags);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp751 status_t IPCThreadState::sendReply(const Parcel& reply, uint32_t flags) function in class:android::IPCThreadState
1138 sendReply(reply, 0);

Completed in 1654 milliseconds