OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:participantlist
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Dialer/InCallUI/res/layout/
conference_manager_fragment.xml
28
android:id="@+id/
participantList
"
/external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.cc
800
const MixerParticipantList&
participantList
) const {
802
"IsParticipantInList(participant,
participantList
)");
803
for (MixerParticipantList::const_iterator iter =
participantList
.begin();
804
iter !=
participantList
.end();
815
MixerParticipantList*
participantList
) const {
817
"AddParticipantToList(participant,
participantList
)");
818
participantList
->push_back(participant);
826
MixerParticipantList*
participantList
) const {
828
"RemoveParticipantFromList(participant,
participantList
)");
829
for (MixerParticipantList::iterator iter =
participantList
->begin()
[
all
...]
audio_conference_mixer_impl.h
126
const MixerParticipantList&
participantList
) const;
132
MixerParticipantList*
participantList
) const;
135
MixerParticipantList*
participantList
) const;
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
ConferenceManagerFragment.java
75
mConferenceParticipantList = (ListView) parent.findViewById(R.id.
participantList
);
/packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleDatabaseOperations.java
[
all
...]
Completed in 566 milliseconds