HomeSort by relevance Sort by last modified time
    Searched full:sender (Results 451 - 475 of 1480) sorted by null

<<11121314151617181920>>

  /external/google-breakpad/src/client/mac/crash_generation/
Inspector.h 124 // For proper communication with the system, the sender (which will inherit
129 // (ensuring that children like the sender will inherit it), and saves the
  /external/iproute2/include/linux/
if_arp.h 152 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */
153 unsigned char ar_sip[4]; /* sender IP address */
  /external/kernel-headers/original/uapi/linux/
if_arp.h 152 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */
153 unsigned char ar_sip[4]; /* sender IP address */
  /external/libbrillo/brillo/dbus/
dbus_object_test_helpers.h 29 ResponseSender sender) {
30 itf->HandleMethodCall(method_call, sender);
  /external/libchrome/dbus/
exported_object.h 47 // message. |sender| is the callback that's used to send a response.
51 typedef base::Callback<void (MethodCall* method_call, ResponseSender sender)>
  /external/libnl/include/linux/
if_arp.h 141 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */
142 unsigned char ar_sip[4]; /* sender IP address */
  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentLanguage.java 59 * sender does not consider it to be specific to any natural language,
60 * or that the sender does not know for which language it is intended.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
FrameReader.java 40 * @param inFinished true if the sender will not send further frames.
42 * @param associatedStreamId the stream that triggered the sender to create
  /external/webrtc/webrtc/call/
rtc_event_log.proto 128 // required - Sender SSRC used for sending RTCP (such as receiver reports).
228 // required - Sender SSRC used for sending RTCP (such as receiver reports).
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDVideoCallView.m 159 - (void)onCameraSwitch:(id)sender {
163 - (void)onHangup:(id)sender {
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet.h 59 int64_t sender_timestamp_us_; // Time the packet left the Sender.
61 bool paced_; // True if sent through paced sender.
  /external/webrtc/webrtc/modules/video_coding/
codec_database.h 51 // Sender Side
55 // Sets the sender side codec and initiates the desired codec given the
  /frameworks/base/media/java/android/media/midi/
MidiReceiver.java 95 * The communication should be considered corrupt. The sender should reestablish
114 * The communication should be considered corrupt. The sender should reestablish
  /packages/apps/CellBroadcastReceiver/
AndroidManifest.xml 111 <!-- Require sender permissions to prevent SMS spoofing -->
122 <!-- Require sender permission for querying latest area info broadcast -->
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ProcessDownloadedMmsAction.java 358 final ParticipantData sender = ParticipantData.getFromId( local
361 toastMessage.getConversationId(), sender, toastMessage); local
441 "Downloaded an MMS without sender address; using unknown sender.");
444 final ParticipantData sender = ParticipantData.getFromRawPhoneBySimLocale(from, local
447 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, sender);
450 + messageId + " has different sender (participantId = "
455 db, sender.getNormalizedDestination());
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
ConversationInfo.java 42 // mailboxes we typically populate the participant list with the sender of each message
49 // mailboxes we typically populate the participant list with the sender of each message
  /packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
BluetoothMapMessagesListing.java 143 public void setSender(String sender) {
144 mSender = sender;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_arp.h 148 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */
149 unsigned char ar_sip[4]; /* sender IP address */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_arp.h 148 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */
149 unsigned char ar_sip[4]; /* sender IP address */
  /prebuilts/go/darwin-x86/src/runtime/
sigqueue.go 103 // Wait for updates to be available from signal sender.
122 // Incorporate updates from sender into local copy.
  /prebuilts/go/linux-x86/src/runtime/
sigqueue.go 103 // Wait for updates to be available from signal sender.
122 // Incorporate updates from sender into local copy.
  /system/core/metricsd/uploader/
upload_service.h 33 #include "uploader/sender.h"
166 std::unique_ptr<Sender> sender_;
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
MessageNotificationState.java 210 // Avatar uri of sender
213 // Contact uri of sender
409 String sender; local
414 sender = (convInfo.mGroupConversationName.length() >
419 sender = messageLineInfo.mAuthorFullName;
426 sender, text, mAttachmentUri, mAttachmentType));
427 if (sender != null) {
431 senders.append(sender);
504 // When the message is part of a group, the sender's first name
531 // the sender's avatar and then finish building the notification on a callback
    [all...]
  /external/iproute2/tc/
f_rsvp.c 30 fprintf(stderr, " [ sender SRC[/PORT | GPI ] ]\n");
206 } else if (matches(*argv, "sender") == 0 ||
211 fprintf(stderr, "Illegal \"sender\"\n");
380 fprintf(f, "sender ");
393 fprintf(f, "sender [NONE]%s ", sprint_spi(&pinfo->spi, 0, b2));
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl_unittest.cc 218 bool sender = module->impl_->SSRC() == kSenderSsrc; local
223 nack.From(sender ? kReceiverSsrc : kSenderSsrc);
224 nack.To(sender ? kSenderSsrc : kReceiverSsrc);
298 // Sender module should send a SR.
341 // Sender module should send a response to the last received RTRR (DLRR).

Completed in 932 milliseconds

<<11121314151617181920>>