Home
last modified time | relevance | path

Searched refs:SendRequest (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/apps/Messaging/src/android/support/v7/mms/
H A DSendRequest.java40 class SendRequest extends MmsRequest { class
47 SendRequest(final String locationUrl, final Uri pduUri, final PendingIntent sentIntent) { in SendRequest() method in SendRequest
149 public static final Parcelable.Creator<SendRequest> CREATOR
150 = new Parcelable.Creator<SendRequest>() {
151 public SendRequest createFromParcel(Parcel in) {
152 return new SendRequest(in);
155 public SendRequest[] newArray(int size) {
156 return new SendRequest[size];
160 private SendRequest(Parcel in) { in SendRequest() method in SendRequest
H A DMmsManager.java139 MmsService.startRequest(context, new SendRequest(locationUrl, contentUri, sentIntent)); in sendMultimediaMessage()
H A DMmsService.java452 if (request instanceof SendRequest) { in getRequestExecutor()
/aosp12/system/nvram/hal/
H A Dtesting_nvram_implementation.cpp51 bool SendRequest(const nvram::Request& request, nvram::Response* response);
72 if (!SendRequest(request, response)) { in Execute()
94 bool TestingNvramImplementation::SendRequest(const nvram::Request& request, in SendRequest() function in __anon0cb959ed0110::TestingNvramImplementation
/aosp12/frameworks/base/core/java/android/service/carrier/
H A DCarrierMessagingServiceWrapper.java173 @CarrierMessagingService.SendRequest int sendSmsFlag, in sendTextSms()
202 int destPort, @CarrierMessagingService.SendRequest int sendSmsFlag, in sendDataSms()
232 @CarrierMessagingService.SendRequest int sendSmsFlag, in sendMultipartTextSms()
H A DCarrierMessagingService.java147 public @interface SendRequest {} annotation in CarrierMessagingService
/aosp12/bionic/libc/bionic/
H A Dbionic_netlink.h45 bool SendRequest(int type);
H A Dbionic_netlink.cpp52 bool NetlinkConnection::SendRequest(int type) { in SendRequest() function in NetlinkConnection
H A Difaddrs.cpp315 getlink_success = nc.SendRequest(RTM_GETLINK) && nc.ReadResponses(__getifaddrs_callback, out); in getifaddrs()
318 nc.SendRequest(RTM_GETADDR) && nc.ReadResponses(__getifaddrs_callback, out); in getifaddrs()
H A Dnet_if.cpp112 bool okay = nc.SendRequest(RTM_GETLINK) && nc.ReadResponses(__if_nameindex_callback, &list); in if_nameindex()
/aosp12/packages/modules/adb/client/
H A Dfile_sync_client.cpp334 bool SendRequest(int id, const std::string& path) { in SendRequest() function in SyncConnection
456 return SendRequest(ID_STAT_V2, path); in SendStat()
461 return SendRequest(ID_LSTAT_V2, path); in SendLstat()
463 return SendRequest(ID_LSTAT_V1, path); in SendLstat()
523 return SendRequest(have_ls_v2_ ? ID_LIST_V2 : ID_LIST_V1, path); in SendLs()
734 if (!SendRequest(ID_SEND_V1, path_and_mode)) { in SendLargeFileLegacy()
966 return SendRequest(ID_QUIT, ""); // TODO: add a SendResponse? in SendQuit()
1095 if (!sc.SendRequest(ID_RECV_V1, rpath)) return false; in sync_recv_v1()
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel.cpp89 Status<void> SendRequest(const BorrowedHandle& socket_fd, in SendRequest() function
194 auto status = SendRequest(BorrowedHandle{channel_handle_.value()}, state, in SendAndReceive()
/aosp12/packages/services/Mms/src/com/android/mms/service/
H A DSendRequest.java53 public class SendRequest extends MmsRequest { class
59 public SendRequest(RequestManager manager, int subId, Uri contentUri, String locationUrl, in SendRequest() method in SendRequest
H A DMmsService.java212 final SendRequest request = new SendRequest(MmsService.this, subId, contentUri,