HomeSort by relevance Sort by last modified time
    Searched refs:candidate (Results 201 - 225 of 807) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
PeerConnectionClient.java 182 * Callback fired once local Ice candidate is generated.
184 public void onIceCandidate(final IceCandidate candidate);
644 public void addRemoteIceCandidate(final IceCandidate candidate) {
650 queuedRemoteCandidates.add(candidate);
652 peerConnection.addIceCandidate(candidate);
871 for (IceCandidate candidate : queuedRemoteCandidates) {
872 peerConnection.addIceCandidate(candidate);
    [all...]
RoomParametersFetcher.java 119 } else if (messageType.equals("candidate")) {
120 IceCandidate candidate = new IceCandidate( local
123 message.getString("candidate"));
124 iceCandidates.add(candidate);
CallActivity.java 550 public void onRemoteIceCandidate(final IceCandidate candidate) {
556 "Received ICE candidate for non-initilized peer connection.");
559 peerConnectionClient.addRemoteIceCandidate(candidate);
603 public void onIceCandidate(final IceCandidate candidate) {
608 appRtcClient.sendLocalIceCandidate(candidate);
  /external/webrtc/webrtc/tools/rtcbot/test/
simple_offer_answer.js 11 // Note: This test does not performs ice candidate exchange and
  /frameworks/native/cmds/dumpsys/
dumpsys.cpp 57 for (const auto& candidate : skipped) {
58 if (candidate == service) {
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp     [all...]
  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
element.py     [all...]
  /art/compiler/optimizing/
ssa_liveness_analysis.h 433 LiveRange* candidate = FindRangeAtOrAfter(position, range_search_start_); local
434 range_search_start_ = candidate;
435 return (candidate != nullptr && candidate->GetStart() <= position);
440 LiveRange* candidate = FindRangeAtOrAfter(position, first_range_); local
441 return candidate != nullptr && candidate->GetStart() <= position;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 1357 int candidate=m_namespaceDeclSetElements.elementAt(-- wouldBeAt); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
MtpHostTestActivity.java 227 for (final UsbDevice candidate : mUsbManager.getDeviceList().values()) {
228 if (isMtpDevice(candidate)) {
229 device = candidate;
  /external/chromium-trace/catapult/catapult_build/
dev_server.py 121 candidate = os.path.join(mapped_path, rel)
122 if os.path.exists(candidate):
123 app = FileAppWithGZipHandling(candidate)
  /external/webrtc/talk/app/webrtc/
webrtcsession.h 97 // New Ice candidate have been found.
98 virtual void OnIceCandidate(const IceCandidateInterface* candidate) = 0;
392 // Returns the media index for a local ice candidate given the content name.
400 // Uses |candidate| in this session.
401 bool UseCandidate(const IceCandidateInterface* candidate);
441 // Returns true if we are ready to push down the remote candidate.
443 // description should be used. Output |valid| is true if the candidate media
445 bool ReadyToUseRemoteCandidate(const IceCandidateInterface* candidate,
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecController.java 447 final Integer candidate = candidates.remove(0); local
453 if (sendPollMessage(sourceAddress, candidate, retryCount)) {
454 allocated.add(candidate);
  /packages/apps/Settings/src/com/android/settings/
HomeSettings.java 181 final ResolveInfo candidate = homeActivities.get(i); local
182 final ActivityInfo info = candidate.activityInfo;
190 if (mustSupportManagedProfile && !launcherHasManagedProfilesFeature(candidate)) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothDevicePairer.java 66 * bonding with a candidate device, we stop the process. We don't want to
503 BluetoothDevice candidate = getAutoPairDevice(); local
504 if (null != candidate) {
505 mTarget = candidate;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
OnePaneController.java 133 * Returns true if the candidate URI is the URI for the default inbox for the given account.
134 * @param candidate the URI to check
135 * @param account the account whose default Inbox the candidate might be
136 * @return true if the candidate is indeed the default inbox for the given account.
138 private static boolean isDefaultInbox(FolderUri candidate, Account account) {
139 return (candidate != null && account != null)
140 && candidate.equals(account.settings.defaultInbox);
  /prebuilts/tools/common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/
jopt-simple-4.9.jar 
  /prebuilts/tools/common/offline-m2/net/sf/jopt-simple/jopt-simple/4.9/
jopt-simple-4.9.jar 
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 856 * Appends message if the given name is similar to the candidate.
859 * @param name the (trimmed) name to be test against the candidate, not null
860 * @param candidate the candidate name (not null)
863 final String candidate) {
864 if (name.equals(candidate)) {
872 // then suggest the candidate adapter class name.
873 if (name.regionMatches(true, 0, candidate, 0, PKG_LEN + 5)) {
875 messageBuffer.append(candidate);
    [all...]
  /external/libchrome/base/process/
process_metrics.h 356 // Checks whether the candidate string is a valid disk name, [hsv]d[a-z]+
359 BASE_EXPORT bool IsValidDiskName(const std::string& candidate);
  /external/skia/src/ports/
SkFontMgr_android.cpp 257 static int match_score(const SkFontStyle& pattern, const SkFontStyle& candidate) {
259 score += SkTAbs((pattern.width() - candidate.width()) * 100);
260 score += SkTAbs((pattern.isItalic() == candidate.isItalic()) ? 0 : 1000);
261 score += SkTAbs(pattern.weight() - candidate.weight());
  /external/webrtc/webrtc/p2p/base/
tcpport.h 50 Connection* CreateConnection(const Candidate& address,
121 TCPConnection(TCPPort* port, const Candidate& candidate,
transport.h 31 #include "webrtc/p2p/base/candidate.h"
46 typedef std::vector<Candidate> Candidates;
114 Candidate local_candidate; // The local candidate for this connection.
115 Candidate remote_candidate; // The remote candidate for this connection.
238 bool AddRemoteCandidates(const std::vector<Candidate>& candidates,
241 // If candidate is not acceptable, returns false and sets error.
243 virtual bool VerifyCandidate(const Candidate& candidate,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_FindMVpred_s.s 168 ;// out the candidate MV if neccesary
182 ;// Store the candidate MV's into the pDstMVPredME,
192 ; Find the median of the 3 candidate MV's
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_FindMVpred_s.s 168 ;// out the candidate MV if neccesary
182 ;// Store the candidate MV's into the pDstMVPredME,
192 ; Find the median of the 3 candidate MV's

Completed in 1843 milliseconds

1 2 3 4 5 6 7 891011>>