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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.h 142 bool has_codec() const { return has_codec_; } function in class:cricket::BaseChannel
143 void set_has_codec(bool has_codec) { has_codec_ = has_codec; }
channel.cc 749 bool send = enabled() && has_codec() && writable();
1007 bool send = enabled() && has_codec() && writable();
    [all...]

Completed in 78 milliseconds