HomeSort by relevance Sort by last modified time
    Searched refs:Settable (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mediachannel.h 72 class Settable {
74 Settable() : set_(false), val_() {}
75 explicit Settable(T val) : set_(true), val_(val) {}
100 void SetFrom(const Settable<T>& o) {
113 bool operator==(const Settable<T>& o) const {
118 bool operator!=(const Settable<T>& o) const {
132 class SettablePercent : public Settable<float> {
141 Settable<float>::Set(val);
146 static std::string ToStringIfSet(const char* key, const Settable<T>& val) {
250 Settable<bool> echo_cancellation
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
videosource.cc 297 const std::string& key, cricket::Settable<bool>* option) {

Completed in 2409 milliseconds