Searched refs:send (Results 1 - 25 of 68) sorted by relevance

123

/frameworks/base/core/java/android/os/
H A DIMessenger.aidl24 void send(in Message msg);
H A DResultReceiver.java24 * then pass to others and send through IPC, and receive results they
25 * supply with {@link #send}.
48 public void send(int resultCode, Bundle resultData) { method in class:ResultReceiver.MyResultReceiver
74 public void send(int resultCode, Bundle resultData) { method in class:ResultReceiver
86 mReceiver.send(resultCode, resultData);
H A DMessenger.java20 * Reference to a Handler, which others can use to send messages to it.
43 * @param message The Message to send. Usually retrieved through
49 public void send(Message message) throws RemoteException { method in class:Messenger
50 mTarget.send(message);
/frameworks/base/core/java/com/android/internal/os/
H A DIResultReceiver.aidl24 void send(int resultCode, in Bundle resultData);
/frameworks/base/core/java/android/content/
H A DIIntentSender.aidl24 int send(int code, in Intent intent, String resolvedType,
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_transport.h43 int send(void *data, size_t len);
75 int send(GLMessage *msg);
H A Dgltrace_transport.cpp110 int TCPStream::send(void *buf, size_t len) { function in class:android::gltrace::TCPStream
154 int n = mStream->send((void *)mStringBuffer.data(), mStringBuffer.size());
166 int BufferedOutputStream::send(GLMessage *msg) { function in class:android::gltrace::BufferedOutputStream
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DIntentSenderTest.java35 is.send();
55 is.send(Activity.RESULT_CANCELED, finish, null);
64 is.send();
82 is.send(Activity.RESULT_CANCELED, finish, null);
H A DSubActivityScreen.java54 apr.send(this, RESULT_OK, res);
/frameworks/rs/
H A DrsFifoSocket.cpp46 ::send(sv[0], &d, sizeof(d), 0);
47 ::send(sv[1], &d, sizeof(d), 0);
57 size_t ret = ::send(sv[0], data, bytes, 0);
103 size_t ret = ::send(sv[1], data, bytes, 0);
/frameworks/base/core/java/android/nfc/cardemulation/
H A DHostApduService.java190 * MSG_RESPONSE_APDU is sent to NfcService to send
254 mNfcService.send(responseMsg);
271 mNfcService.send(msg);
288 mNfcService.send(msg);
316 mMessenger.send(responseMsg);
347 mMessenger.send(unhandledMsg);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java371 // new send request. So when WAKE_LOCK_TIMEOUT occurs
622 send(rr);
632 send(rr);
657 send(rr);
677 send(rr);
698 send(rr);
718 send(rr);
739 send(rr);
760 send(rr);
781 send(r
2214 send(RILRequest rr) { method in class:RIL
[all...]
H A DSMSDispatcher.java80 /** Permission required to send SMS to short codes without user confirmation. */
90 /** SMS send complete. */
102 /** Don't send SMS (user did not confirm). */
135 /** Delay before next send attempt on a failed SMS, in milliseconds. */
306 tracker.mSentIntent.send(RESULT_ERROR_LIMIT_EXCEEDED);
308 Rlog.e(TAG, "failed to send RESULT_ERROR_LIMIT_EXCEEDED");
325 * Called when SMS send completes. Broadcasts a sentIntent on success.
330 * an SmsResponse instance if send was successful. ar.userObj
344 if (DBG) Rlog.d(TAG, "SMS send complete. Broadcasting intent: " + sentIntent);
367 sentIntent.send(mContex
[all...]
/frameworks/native/libs/binder/
H A DBpBinder.cpp109 Parcel send, reply; local
112 INTERFACE_TRANSACTION, send, &reply);
137 Parcel send; local
139 status_t err = transact(PING_TRANSACTION, send, &reply);
147 Parcel send; local
149 send.writeFileDescriptor(fd);
151 send.writeInt32(numArgs);
153 send.writeString16(args[i]);
155 status_t err = transact(DUMP_TRANSACTION, send, &reply);
/frameworks/base/core/java/android/app/
H A DPendingIntent.java93 * {@link #send()} is called on it, it will be automatically
94 * canceled for you and any future attempt to send through it will fail.
126 * Exception thrown when trying to send through a PendingIntent that
143 * Callback interface for discovering when a send operation has
152 * Called when a send operation as completed.
156 * @param resultCode The final result code determined by the send.
216 * of the intent that can be supplied when the actual send happens.
247 * of the intent that can be supplied when the actual send happens.
321 * {@link #send(Context, int, Intent)} and {@link #FLAG_UPDATE_CURRENT}, etc.
339 * of the intent that can be supplied when the actual send happen
567 public void send() throws CanceledException { method in class:PendingIntent
581 public void send(int code) throws CanceledException { method in class:PendingIntent
600 public void send(Context context, int code, Intent intent) method in class:PendingIntent
621 public void send(int code, OnFinished onFinished, Handler handler) method in class:PendingIntent
657 public void send(Context context, int code, Intent intent, method in class:PendingIntent
698 public void send(Context context, int code, Intent intent, method in class:PendingIntent
[all...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DMessengerService.java34 msg.replyTo.send(reply);
H A DMessengerTest.java68 mServiceMessenger.send(msg);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTakeScreenshotService.java45 callback.send(reply);
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DWebViewContextMenu.java118 Intent send = new Intent(Intent.ACTION_SEND);
119 send.setType("text/plain");
120 ResolveInfo ri = pm.resolveActivity(send, PackageManager.MATCH_DEFAULT_ONLY);
125 Intent send = new Intent(Intent.ACTION_SEND);
126 send.setType("text/plain");
127 send.putExtra(Intent.EXTRA_TEXT, url);
130 mActivity.startActivity(Intent.createChooser(send, mActivity.getText(
/frameworks/base/location/java/android/location/
H A DSettingInjectorService.java204 messenger.send(message);
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h121 void send(const sp<ABuffer> &buffer, bool isRTCP);
H A DARTPWriter.cpp305 send(buffer, true /* isRTCP */);
311 void ARTPWriter::send(const sp<ABuffer> &buffer, bool isRTCP) { function in class:android::ARTPWriter
567 send(buffer, true /* isRTCP */);
604 send(buffer, false /* isRTCP */);
651 send(buffer, false /* isRTCP */);
717 send(buffer, false /* isRTCP */);
825 send(buffer, false /* isRTCP */);
/frameworks/base/core/java/android/provider/
H A DBrowser.java195 * @param string the string to send
214 Intent send = new Intent(Intent.ACTION_SEND);
215 send.setType("text/plain");
216 send.putExtra(Intent.EXTRA_TEXT, stringToSend);
219 Intent i = Intent.createChooser(send, chooserDialogTitle);
/frameworks/base/core/java/com/android/internal/http/multipart/
H A DPart.java305 public void send(OutputStream out) throws IOException { method in class:Part
306 LOG.trace("enter send(OutputStream out)");
320 * #send(OutputStream) as well
386 parts[i].send(out);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java93 intent.send(mContext, Activity.RESULT_OK, fillIn);
164 tracker.mSentIntent.send(SmsManager.RESULT_ERROR_NO_SERVICE);

Completed in 2914 milliseconds

123