HomeSort by relevance Sort by last modified time
    Searched defs:participant (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/interface/
audio_conference_mixer_defines.h 30 // mixed will be set to true if the participant was mixed this mix iteration
43 // Container struct for participant statistics.
46 int32_t participant; member in struct:webrtc::ParticipantStatistics
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
TestConferenceEventPackageParser.java 39 * <participant>
44 * </participant>
64 private static final String PARTICIPANT_TAG = "participant";
99 Log.v(LOG_TAG, "Found participant.");
100 Bundle participant = parseParticipant(parser); local
101 conferenceState.mParticipants.put(participant.getString(
102 ImsConferenceState.ENDPOINT), participant); local
121 * Parses a participant record from a conference event package XML file.
124 * @return {@link Bundle} containing the participant information.
  /packages/services/Telephony/src/com/android/services/telephony/
ConferenceParticipantConnection.java 27 * Represents a participant in a conference call.
32 * The endpoint URI For the conference participant.
37 * The connection which owns this participant.
44 * @param participant The conference participant to create the instance for.
48 ConferenceParticipant participant) {
51 setAddress(participant.getHandle(), PhoneConstants.PRESENTATION_ALLOWED);
52 setCallerDisplayName(participant.getDisplayName(), PhoneConstants.PRESENTATION_ALLOWED);
54 mEndpoint = participant.getEndpoint();
59 * Changes the state of the conference participant
    [all...]
ImsConference.java 45 * in Telecom/InCall as a call. The conference participant information is received via the host
46 * connection via a conference event package. Conference participant connections do not represent
48 * participant, keyed by a unique endpoint {@link android.net.Uri}.
51 * connection and is responsible for managing the conference participant connections which represent
58 * are most concerned with handling destruction of a conference participant.
62 * Participant has been destroyed. Remove it from the conference.
64 * @param connection The participant which was destroyed.
68 ConferenceParticipantConnection participant =
70 removeConferenceParticipant(participant);
121 * destroyed, cleans up the conference participant connection
408 ConferenceParticipantConnection participant = entry.getValue(); local
    [all...]
  /external/smack/src/org/jivesoftware/smack/
Chat.java 44 private String participant; field in class:Chat
51 * @param participant the user to chat with.
54 Chat(ChatManager chatManager, String participant, String threadID) {
56 this.participant = participant;
77 return participant;
81 * Sends the specified text as a message to the other chat participant.
94 Message message = new Message(participant, Message.Type.chat);
101 * Sends a message to the other chat participant. The thread ID, recipient,
110 message.setTo(participant);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewModel.java 254 String participant = ""; local
262 participant = TextUtils.isEmpty(lastParticipant) ?
273 participant = TextUtils.isEmpty(firstUnread.name) ?
277 if (TextUtils.isEmpty(participant)) {
279 participant = lastParticipant;
284 if (showToHeader && !TextUtils.isEmpty(participant)) {
300 mContentDescription = context.getString(res, toHeader, participant,
345 * Removes the name and email address of the participant of this avatar.
353 * @param name the name of the participant of this avatar
354 * @param emailAddress the email address of the participant of this avatar; may not be nul
    [all...]
SendersView.java 399 // if the corresponding message from this participant is unread and no sender avatar
420 final ParticipantInfo participant = conversationInfo.participantInfos.get(i); local
422 if (!TextUtils.isEmpty(participant.name)) {
423 // use the participant name in place of unusable email addresses
424 final String senderEmail = TextUtils.isEmpty(participant.email) ?
425 participant.name : participant.email;
426 senderAvatarModel.populate(participant.name, senderEmail);
  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.cc 23 MixerParticipant* participant; member in struct:webrtc::__anon20470::ParticipantFramePair
65 stats->participant = frame.id_;
468 MixerParticipant& participant,
472 // participant is in the _participantList if it is being mixed.
473 SetAnonymousMixabilityStatus(participant, false);
479 IsParticipantInList(participant, &_participantList);
489 success = AddParticipantToList(participant, &_participantList);
491 success = RemoveParticipantFromList(participant, &_participantList);
495 "failed to %s participant",
517 MixerParticipant& participant,
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 80 * and a participant (caller) with an item:
148 * participant notices that bound has been updated (in either
297 static final class Participant extends ThreadLocal<Node> {
304 private final Participant participant; field in class:Exchanger
336 Node p = participant.get();
428 Node p = participant.get();
497 participant = new Participant();
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay_i.h 179 /* used for active and potential participant */
186 Boolean participant; member in struct:ieee802_1x_mka_participant
191 /* used for active participant */
ieee802_1x_kay.c 77 int (*body_tx)(struct ieee802_1x_mka_participant *participant,
79 int (*body_rx)(struct ieee802_1x_mka_participant *participant,
81 int (*body_length)(struct ieee802_1x_mka_participant *participant);
82 Boolean (*body_present)(struct ieee802_1x_mka_participant *participant);
254 struct ieee802_1x_mka_participant *participant; local
256 dl_list_for_each(participant, &kay->participant_list,
258 if (os_memcmp(participant->ckn.name, ckn,
259 participant->ckn.len) == 0)
260 return participant;
263 wpa_printf(MSG_DEBUG, "KaY: participant is not found")
275 struct ieee802_1x_mka_participant *participant; local
708 struct ieee802_1x_mka_participant *participant; local
2342 struct ieee802_1x_mka_participant *participant; local
2873 struct ieee802_1x_mka_participant *participant; local
2967 struct ieee802_1x_mka_participant *participant; local
3215 struct ieee802_1x_mka_participant *participant; local
3250 struct ieee802_1x_mka_participant *participant; local
3393 struct ieee802_1x_mka_participant *participant; local
3460 struct ieee802_1x_mka_participant *participant; local
3479 struct ieee802_1x_mka_participant *participant; local
3501 struct ieee802_1x_mka_participant *participant; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 652 milliseconds