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 67 class Settable {
69 Settable() : set_(false), val_() {}
70 explicit Settable(T val) : set_(true), val_(val) {}
95 void SetFrom(const Settable<T>& o) {
108 bool operator==(const Settable<T>& o) const {
113 bool operator!=(const Settable<T>& o) const {
127 class SettablePercent : public Settable<float> {
136 Settable<float>::Set(val);
141 static std::string ToStringIfSet(const char* key, const Settable<T>& val) {
205 Settable<bool> echo_cancellation
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
localvideosource.cc 292 const std::string& key, cricket::Settable<bool>* option) {

Completed in 192 milliseconds