Searched defs:rejected (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessiondescription.cc149 bool rejected,
151 contents_.push_back(ContentInfo(name, type, rejected, description));
147 AddContent(const std::string& name, const std::string& type, bool rejected, ContentDescription* description) argument
H A Dsessiondescription.h56 name(name), type(type), rejected(false), description(description) {}
59 bool rejected,
61 name(name), type(type), rejected(rejected), description(description) {}
64 bool rejected; member in struct:cricket::ContentInfo
145 bool rejected,
57 ContentInfo(const std::string& name, const std::string& type, bool rejected, ContentDescription* description) argument
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DOffer.java52 private boolean rejected = false; field in class:Offer
100 rejected = true;
183 * Return true if the agent rejected this offer.
185 * @return true if the agent rejected this offer.
188 return rejected;
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.cc1215 bool rejected = !options.has_audio || audio_content->rejected || local
1218 if (!rejected) {
1227 answer->AddContent(audio_content->name, audio_content->type, rejected,
1263 bool rejected = !options.has_video || video_content->rejected || local
1265 if (!rejected) {
1276 answer->AddContent(video_content->name, video_content->type, rejected,
1312 bool rejected = !options.has_data() || data_content->rejected || local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc1193 const std::string port = content_info->rejected ?
2018 bool rejected = false; local
2023 rejected = true;
2099 rejected,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4199 milliseconds