/aosp14/frameworks/base/media/java/android/media/midi/ |
H A D | MidiReceiver.java | 103 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 D | ResultReceiver.java | 55 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 D | IMessenger.aidl | 24 void send(in Message msg); in send() method
|
H A D | Messenger.java | 58 public void send(Message message) throws RemoteException { in send() method in Messenger
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | IResultReceiver.aidl | 24 void send(int resultCode, in Bundle resultData); in send() method
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | PendingIntent.java | 157 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 D | BluetoothMidiEncoderTest.java | 68 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 D | MidiFramerTest.java | 67 void send(byte[] data) throws IOException { in send() method in MidiFramerTest.FramerChecker
|
/aosp14/frameworks/base/services/core/java/com/android/server/signedconfig/ |
H A D | SignedConfigEvent.java | 34 public void send() { in send() method in SignedConfigEvent
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | IIntentSender.aidl | 25 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 D | SavedDatasetsInfoCallbackImpl.java | 84 private void send(int resultCode, Bundle bundle) { in send() method in SavedDatasetsInfoCallbackImpl
|
/aosp14/frameworks/base/tests/AmSlam/src/test/amslam/ |
H A D | PongReceiver.java | 29 void onPingPongResponse(long send, long bounce, long recv, String remote); in onPingPongResponse()
|
H A D | MainActivity.java | 118 public void onPingPongResponse(long send, long bounce, long recv, String remote) { in onPingPongResponse()
|
/aosp14/system/core/init/ |
H A D | keychords_test.cpp | 118 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 D | lib.rs | 116 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 D | PowerRepository.kt | 55 fun send() { regex
|
/aosp14/frameworks/base/media/java/android/media/session/ |
H A D | ParcelableListBinder.java | 108 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 D | KeyguardClockRepository.kt | 58 fun send() { regex
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | SyncResultReceiver.java | 122 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 D | SyncTransactionQueue.java | 181 void send() { in send() method in SyncTransactionQueue.SyncCallback
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | AutofillManagerService.java | 915 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 D | NekoControlsService.kt | 292 fun send(c: Control) { regex
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
H A D | WindowMagnificationGestureHandlerTest.java | 354 private void send(MotionEvent event) { in send() method in WindowMagnificationGestureHandlerTest
|
/aosp14/frameworks/base/services/core/java/com/android/server/media/ |
H A D | MediaButtonReceiverHolder.java | 191 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 D | UserRepository.kt | 188 fun send(selectionStatus: SelectionStatus) { regex
|