Home
last modified time | relevance | path

Searched refs:count_set_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/drm/mediacas/plugins/clearkey/
Decm.h290 inline bool has_count() const { return count_set_; } in has_count()
296 count_set_ = true; in set_count()
334 bool count_set_; variable
Decm.cpp117 EcmContainer::EcmContainer() : count_(0), count_set_(false) {} in EcmContainer()
139 count_set_ = true; in Add()