Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecConfig.h267 struct Watcher { struct
268 ~Watcher() = default;
290 Watcher(C2Param::Index index, const CCodecConfig *parent) in Watcher() function
306 Watcher<T> watch(C2Param::Index index = T::PARAM_TYPE) const {
310 return Watcher<T>(index, this);
DCCodec.cpp1580 Config::Watcher<C2StreamInitDataInfo::output> initData = in onMessageReceived()