/aosp_15_r20/developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/ui/chat/ |
D | ChatFragment.kt | 114 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/ |
D | debug.rs | 196 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
|
D | sync.rs | 39 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
|
D | render_pass.rs | 1480 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 D | basic_stream_socket.hpp | 234 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/ |
D | PendingIntentSender.kt | 23 fun send(pendingIntent: PendingIntent) in interface() method
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | bug130.go | 11 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 D | ShadowMessenger.java | 27 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/ |
D | basic_stream_socket_ext.hpp | 241 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 D | Channel.java | 35 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/ |
D | PendingIntentSender.kt | 31 fun send(pi: PendingIntent?, launchTaskId: Int? = null) { in send() method
|
/aosp_15_r20/system/core/init/ |
H A D | keychords_test.cpp | 118 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/ |
D | basic_stream_socket_ext.hpp | 248 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/ |
D | ipc_ql_tipc.cpp | 210 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 D | supersocket.py | 41 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 D | Socket.h | 70 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 D | rtp_media_utils.cc | 17 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 D | MyNotificationListenerService.java | 87 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/ |
D | test_collections.py | 798 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 D | WifiRepositoryImpl.kt | 166 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/ |
D | CommunicatorTest.java | 140 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/ |
D | safety-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/ |
D | safety-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 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
|
/aosp_15_r20/external/scapy/scapy/arch/ |
H A D | linux.py | 465 def send(self, x): member in L3PacketSocket 543 def send(self, x): member in L2Socket 617 def send(self, x): member in L2ListenSocket
|