Home
last modified time | relevance | path

Searched defs:send (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/media/java/android/media/midi/
DMidiReceiver.java103 public void send(byte[] msg, int offset, int count) throws IOException { in send() method in MidiReceiver
123 public void send(byte[] msg, int offset, int count, long timestamp) in send() method in MidiReceiver
/frameworks/base/core/java/android/os/
DResultReceiver.java55 public void send(int resultCode, Bundle resultData) { in send() method in ResultReceiver.MyResultReceiver
81 public void send(int resultCode, Bundle resultData) { in send() method in ResultReceiver
DIMessenger.aidl24 void send(in Message msg); in send() method
DMessenger.java56 public void send(Message message) throws RemoteException { in send() method in Messenger
DHandler.java731 public void send(Message msg) { in send() method in Handler.MessengerImpl
/frameworks/support/v4/java/android/support/v4/os/
DResultReceiver.java61 public void send(int resultCode, Bundle resultData) { in send() method in ResultReceiver.MyResultReceiver
87 public void send(int resultCode, Bundle resultData) { in send() method in ResultReceiver
DIResultReceiver.aidl23 void send(int resultCode, in Bundle resultData); in send() method
/frameworks/base/core/java/android/app/
DPendingIntent.java645 public void send() throws CanceledException { in send() method in PendingIntent
659 public void send(int code) throws CanceledException { in send() method in PendingIntent
679 public void send(Context context, int code, @Nullable Intent intent) in send() method in PendingIntent
700 public void send(int code, @Nullable OnFinished onFinished, @Nullable Handler handler) in send() method in PendingIntent
738 public void send(Context context, int code, @Nullable Intent intent, in send() method in PendingIntent
781 public void send(Context context, int code, @Nullable Intent intent, in send() method in PendingIntent
828 public void send(Context context, int code, @Nullable Intent intent, in send() method in PendingIntent
/frameworks/base/core/java/com/android/internal/app/
DIAssistScreenshotReceiver.aidl23 void send(in Bitmap screenshot); in send() method
/frameworks/base/core/java/com/android/internal/os/
DIResultReceiver.aidl24 void send(int resultCode, in Bundle resultData); in send() method
/frameworks/base/core/java/android/content/
DIIntentSender.aidl25 void send(int code, in Intent intent, String resolvedType, in send() method
/frameworks/native/libs/binder/
DIResultReceiver.cpp39 virtual void send(int32_t resultCode) { in send() function in android::BpResultReceiver
DBpBinder.cpp110 Parcel send, reply; in getInterfaceDescriptor() local
138 Parcel send; in pingBinder() local
148 Parcel send; in dump() local
DBinder.cpp67 Parcel send; in shellCommand() local
/frameworks/native/cmds/cmd/
Dcmd.cpp44 virtual void send(int32_t /*resultCode*/) { in send() function in MyResultReceiver
/frameworks/support/v4/java/android/support/v4/app/
DNotificationManagerCompat.java656 public void send(INotificationSideChannel service) throws RemoteException; in send() method
673 public void send(INotificationSideChannel service) throws RemoteException { in send() method in NotificationManagerCompat.NotifyTask
708 public void send(INotificationSideChannel service) throws RemoteException { in send() method in NotificationManagerCompat.CancelTask
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/
DEventBus.java557 public void send(Event event) { in send() method in EventBus
610 public void send(InterprocessEvent event) { in send() method in EventBus
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
DHTTPRequest.java227 public void send(OutputStream out) throws IOException { in send() method in HTTPRequest
/frameworks/base/core/java/android/provider/
DBrowser.java224 Intent send = new Intent(Intent.ACTION_SEND); in sendString() local
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java208 public void send(int code, Intent intent, String resolvedType, IIntentReceiver finishedReceiver, in send() method in PendingIntentRecord
/frameworks/native/libs/binder/tests/
DbinderThroughputTest.cpp82 template <typename T> void send(const T& v) { in send() function in Pipe
/frameworks/base/telephony/java/android/telephony/
DPhoneStateListener.java552 private void send(int what, int arg1, int arg2, Object obj) { in send() method in PhoneStateListener.IPhoneStateListenerStub
/frameworks/av/media/libstagefright/rtsp/
DARTPWriter.cpp311 void ARTPWriter::send(const sp<ABuffer> &buffer, bool isRTCP) { in send() function in android::ARTPWriter
/frameworks/av/media/libmedia/
Dmediaplayer.cpp801 bool send = true; in notify() local
/frameworks/av/media/libstagefright/foundation/
DANetworkSession.cpp781 bool send, status_t err, const char *detail) { in notifyError()

12