HomeSort by relevance Sort by last modified time
    Searched defs:participant (Results 1 - 16 of 16) 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
  /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 289 String participant = ""; local
297 participant = TextUtils.isEmpty(lastParticipant) ?
308 participant = TextUtils.isEmpty(firstUnread.name) ?
312 if (TextUtils.isEmpty(participant)) {
314 participant = lastParticipant;
319 if (showToHeader && !TextUtils.isEmpty(participant)) {
329 mContentDescription = context.getString(res, toHeader, participant,
  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.cc 23 MixerParticipant* participant; member in struct:webrtc::__anon19760::ParticipantFramePair
62 stats->participant = frame.id_;
459 MixerParticipant& participant,
463 // participant is in the _participantList if it is being mixed.
464 SetAnonymousMixabilityStatus(participant, false);
470 IsParticipantInList(participant, &_participantList);
480 success = AddParticipantToList(participant, &_participantList);
482 success = RemoveParticipantFromList(participant, &_participantList);
486 "failed to %s participant",
508 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 424 milliseconds