Searched defs:LightRefBase (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpp/util/
H A DRefBase.h164 class LightRefBase class in namespace:android::RSC
167 inline LightRefBase() : mCount(0) { } function in class:android::RSC::LightRefBase
181 typedef LightRefBase<T> basetype;
184 inline ~LightRefBase() { }
/frameworks/rs/server/
H A DRefBase.h163 class LightRefBase class in namespace:android
166 inline LightRefBase() : mCount(0) { } function in class:android::LightRefBase
180 typedef LightRefBase<T> basetype;
183 inline ~LightRefBase() { }

Completed in 464 milliseconds