Home
last modified time | relevance | path

Searched defs:send (Results 26 – 50 of 1960) sorted by relevance

12345678910>>...79

/aosp_15_r20/developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/ui/chat/
DChatFragment.kt114 val send: ImageButton = view.findViewById(R.id.send) in <lambda>() constant
185 private fun send() { in <lambda>() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Ddebug.rs196 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in begin_debug_utils_label() method
221 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in end_debug_utils_label() method
245 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in insert_debug_utils_label() method
Dsync.rs39 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in set_event() method
65 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in wait_events() method
92 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in reset_event() method
Drender_pass.rs1480 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in begin_render_pass() method
1560 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in next_subpass() method
1578 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in end_render_pass() method
1603 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in begin_rendering() method
1851 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in end_rendering() method
1880 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in clear_attachments() method
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_stream_socket.hpp234 std::size_t send(const ConstBufferSequence& buffers) in send() function in asio::basic_stream_socket
271 std::size_t send(const ConstBufferSequence& buffers, in send() function in asio::basic_stream_socket
300 std::size_t send(const ConstBufferSequence& buffers, in send() function in asio::basic_stream_socket
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/intent/
DPendingIntentSender.kt23 fun send(pendingIntent: PendingIntent) in interface() method
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dbug130.go11 type I interface { send(chan <- int) } methodSpec
14 func (p *S) send(c chan <- int) { c <- p.v } func
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowMessenger.java27 protected void send(Message message) throws RemoteException { in send() method in ShadowMessenger
41 void send(Message message); in send() method
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/
Dbasic_stream_socket_ext.hpp241 std::size_t send(const ConstBufferSequence& buffers) in send() function in boost::asio::basic_stream_socket_ext
278 std::size_t send(const ConstBufferSequence& buffers, in send() function in boost::asio::basic_stream_socket_ext
307 std::size_t send(const ConstBufferSequence& buffers, in send() function in boost::asio::basic_stream_socket_ext
/aosp_15_r20/external/pigweed/pw_rpc/java/main/dev/pigweed/pw_rpc/
H A DChannel.java35 void send(byte[] packet) throws ChannelOutputException; in send() method
55 void send(byte[] data) throws ChannelOutputException { in send() method in Channel
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DPendingIntentSender.kt31 fun send(pi: PendingIntent?, launchTaskId: Int? = null) { in send() method
/aosp_15_r20/system/core/init/
H A Dkeychords_test.cpp118 bool EventHandler::send(struct input_event& e) { in send() function in android::init::__anon0ccc63c00111::EventHandler
123 bool EventHandler::send(uint16_t type, uint16_t code, uint16_t value) { in send() function in android::init::__anon0ccc63c00111::EventHandler
128 bool EventHandler::send(uint16_t code, bool value) { in send() function in android::init::__anon0ccc63c00111::EventHandler
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.66/boost/asio/
Dbasic_stream_socket_ext.hpp248 std::size_t send(const ConstBufferSequence& buffers) in send() function in boost::asio::basic_stream_socket_ext
285 std::size_t send(const ConstBufferSequence& buffers, in send() function in boost::asio::basic_stream_socket_ext
314 std::size_t send(const ConstBufferSequence& buffers, in send() function in boost::asio::basic_stream_socket_ext
/aosp_15_r20/trusty/user/base/experimental/lib/tidl/
Dipc_ql_tipc.cpp210 int send(handle_t fd, in send() function
254 int send(handle_t fd, in send() function
296 int send(handle_t fd, in send() function
/aosp_15_r20/external/scapy/scapy/
H A Dsupersocket.py41 def send(self, x): member in SuperSocket
113 def send(self, x): member in L3RawSocket
280 def send(self, x): member in TunTapInterface
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
H A DSocket.h70 bool send(MessageFactory<T, BUFSIZE>& req) { in send() function
85 bool send(MessageFactory<T, BUFSIZE>& req, const sockaddr_nl& sa) { in send() function
/aosp_15_r20/external/webrtc/pc/
H A Drtp_media_utils.cc17 RtpTransceiverDirection RtpTransceiverDirectionFromSendRecv(bool send, in RtpTransceiverDirectionFromSendRecv()
59 bool send) { in RtpTransceiverDirectionWithSendSet()
/aosp_15_r20/cts/hostsidetests/network-policy/app/src/com/android/cts/netpolicy/hostside/
H A DMyNotificationListenerService.java87 private void send(String reason, PendingIntent pendingIntent) { in send() method in MyNotificationListenerService.PendingIntentSender
111 private void send(String reason, Bundle extras) { in send() method in MyNotificationListenerService.PendingIntentSender
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_collections.py798 def send(self, value): member in TestOneTrickPonyABCs.test_Awaitable.MinimalCoro
850 def send(self, value): member in TestOneTrickPonyABCs.test_Coroutine.MinimalCoro
880 def send(self, value): member in TestOneTrickPonyABCs.test_Coroutine.CoroLike
892 def send(self, value): member in TestOneTrickPonyABCs.test_Coroutine.CoroLike
1176 def send(self, value): return value member in TestOneTrickPonyABCs.test_Generator.NonGen2
1180 def send(self, value): return value member in TestOneTrickPonyABCs.test_Generator.NonGen3
1194 def send(self, value): return value member in TestOneTrickPonyABCs.test_Generator.Gen
1198 def send(self, value): member in TestOneTrickPonyABCs.test_Generator.MinimalGen
1225 def send(self, value): return value member in TestOneTrickPonyABCs.test_Generator.FailOnClose
1231 def send(self, value): return value member in TestOneTrickPonyABCs.test_Generator.IgnoreGeneratorExit
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/
H A DWifiRepositoryImpl.kt166 private fun send( in <lambda>() method
258 private fun send( in <lambda>() method
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/d2d/
DCommunicatorTest.java140 Set<Communicator.Message> send = mMessagesCaptor.getValue(); in testSendMessage() local
163 Set<Communicator.Message> send = mMessagesCaptor.getValue(); in testReceiveMessage() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/Permission/SafetyCenter/PendingIntents/safety-center-pending-intents/android_common/turbine/
Dsafety-center-pending-intents.jar ... extends java.lang.Object { public static void send (android.app.PendingIntent) throws android. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Permission/SafetyCenter/PendingIntents/safety-center-pending-intents/android_common_apex30/turbine/
Dsafety-center-pending-intents.jar ... extends java.lang.Object { public static void send (android.app.PendingIntent) throws android. ...
/aosp_15_r20/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
/aosp_15_r20/external/scapy/scapy/arch/
H A Dlinux.py465 def send(self, x): member in L3PacketSocket
543 def send(self, x): member in L2Socket
617 def send(self, x): member in L2ListenSocket

12345678910>>...79