Searched refs:is_activated_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/cast/common/
H A Dtransport_encryption_handler.cc40 : key_(), encryptor_(), iv_mask_(), is_activated_(false) {}
46 is_activated_ = false;
53 is_activated_ = true;
67 if (!is_activated_)
83 if (!is_activated_) {
H A Dtransport_encryption_handler.h39 bool is_activated() const { return is_activated_; }
45 bool is_activated_; member in class:media::cast::TransportEncryptionHandler

Completed in 25 milliseconds