Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/media/java/android/media/midi/
H A 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
/aosp14/frameworks/base/core/java/android/os/
H A 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
H A DIMessenger.aidl24 void send(in Message msg); in send() method
H A DMessenger.java58 public void send(Message message) throws RemoteException { in send() method in Messenger
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DIResultReceiver.aidl24 void send(int resultCode, in Bundle resultData); in send() method
/aosp14/frameworks/base/core/java/android/app/
H A DPendingIntent.java157 public void send(int resultCode, Bundle resultData) throws RemoteException { in send() method in PendingIntent.CancelListerInfo
879 public void send() throws CanceledException { in send() method in PendingIntent
894 public void send(int code) throws CanceledException { in send() method in PendingIntent
915 public void send(Context context, int code, @Nullable Intent intent) in send() method in PendingIntent
933 public void send(@Nullable Bundle options) throws CanceledException { in send() method in PendingIntent
954 public void send(int code, @Nullable OnFinished onFinished, @Nullable Handler handler) in send() method in PendingIntent
989 public void send(Context context, int code, @Nullable Intent intent, in send() method in PendingIntent
1029 public void send(Context context, int code, @Nullable Intent intent, in send() method in PendingIntent
1070 public void send(Context context, int code, @Nullable Intent intent, in send() method in PendingIntent
/aosp14/frameworks/base/media/packages/BluetoothMidiService/tests/unit/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiEncoderTest.java68 void send(byte[] data) throws IOException { in send() method in BluetoothMidiEncoderTest.EncoderChecker
72 void send(byte[] data, long timestamp) throws IOException { in send() method in BluetoothMidiEncoderTest.EncoderChecker
H A DMidiFramerTest.java67 void send(byte[] data) throws IOException { in send() method in MidiFramerTest.FramerChecker
/aosp14/frameworks/base/services/core/java/com/android/server/signedconfig/
H A DSignedConfigEvent.java34 public void send() { in send() method in SignedConfigEvent
/aosp14/frameworks/base/core/java/android/content/
H A DIIntentSender.aidl25 void send(int code, in Intent intent, String resolvedType, in IBinder whitelistToken, in send() method
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DSavedDatasetsInfoCallbackImpl.java84 private void send(int resultCode, Bundle bundle) { in send() method in SavedDatasetsInfoCallbackImpl
/aosp14/frameworks/base/tests/AmSlam/src/test/amslam/
H A DPongReceiver.java29 void onPingPongResponse(long send, long bounce, long recv, String remote); in onPingPongResponse()
H A DMainActivity.java118 public void onPingPongResponse(long send, long bounce, long recv, String remote) { in onPingPongResponse()
/aosp14/system/core/init/
H A Dkeychords_test.cpp118 bool EventHandler::send(struct input_event& e) { in send() function in android::init::__anoneb9747b80110::EventHandler
123 bool EventHandler::send(uint16_t type, uint16_t code, uint16_t value) { in send() function in android::init::__anoneb9747b80110::EventHandler
128 bool EventHandler::send(uint16_t code, bool value) { in send() function in android::init::__anoneb9747b80110::EventHandler
/aosp14/system/core/trusty/libtrusty-rs/src/
H A Dlib.rs116 pub fn send(&mut self, buf: &[u8]) -> Result<()> { in send() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/data/repository/
H A DPowerRepository.kt55 fun send() { regex
/aosp14/frameworks/base/media/java/android/media/session/
H A DParcelableListBinder.java108 public static <T extends Parcelable> void send(@NonNull IBinder binder, @NonNull List<T> list) in send() method in ParcelableListBinder
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardClockRepository.kt58 fun send() { regex
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DSyncResultReceiver.java122 public void send(int resultCode, Bundle resultData) { in send() method in SyncResultReceiver
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DSyncTransactionQueue.java181 void send() { in send() method in SyncTransactionQueue.SyncCallback
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java915 private void send(@NonNull IResultReceiver receiver, int value) { in send() method in AutofillManagerService
923 private void send(@NonNull IResultReceiver receiver, @NonNull Bundle value) { in send() method in AutofillManagerService
931 private void send(@NonNull IResultReceiver receiver, @Nullable String value) { in send() method in AutofillManagerService
935 private void send(@NonNull IResultReceiver receiver, @Nullable String[] value) { in send() method in AutofillManagerService
939 private void send(@NonNull IResultReceiver receiver, @Nullable Parcelable value) { in send() method in AutofillManagerService
943 private void send(@NonNull IResultReceiver receiver, boolean value) { in send() method in AutofillManagerService
947 private void send(@NonNull IResultReceiver receiver, int value1, int value2) { in send() method in AutofillManagerService
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoControlsService.kt292 fun send(c: Control) { regex
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DWindowMagnificationGestureHandlerTest.java354 private void send(MotionEvent event) { in send() method in WindowMagnificationGestureHandlerTest
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaButtonReceiverHolder.java191 public boolean send(Context context, KeyEvent keyEvent, String callingPackageName, in send() method in MediaButtonReceiverHolder
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/data/repository/
H A DUserRepository.kt188 fun send(selectionStatus: SelectionStatus) { regex

12