HomeSort by relevance Sort by last modified time
    Searched defs:LightRefBase (Results 1 - 9 of 9) sorted by null

  /frameworks/rs/cpp/util/
RefBase.h 164 class LightRefBase
167 inline LightRefBase() : mCount(0) { }
181 typedef LightRefBase<T> basetype;
184 inline ~LightRefBase() { }
  /frameworks/rs/server/
RefBase.h 163 class LightRefBase
166 inline LightRefBase() : mCount(0) { }
180 typedef LightRefBase<T> basetype;
183 inline ~LightRefBase() { }
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/util/
RefBase.h 164 class LightRefBase
167 inline LightRefBase() : mCount(0) { }
181 typedef LightRefBase<T> basetype;
184 inline ~LightRefBase() { }
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/server/
RefBase.h 163 class LightRefBase
166 inline LightRefBase() : mCount(0) { }
180 typedef LightRefBase<T> basetype;
183 inline ~LightRefBase() { }
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/util/
RefBase.h 164 class LightRefBase
167 inline LightRefBase() : mCount(0) { }
181 typedef LightRefBase<T> basetype;
184 inline ~LightRefBase() { }
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/server/
RefBase.h 163 class LightRefBase
166 inline LightRefBase() : mCount(0) { }
180 typedef LightRefBase<T> basetype;
183 inline ~LightRefBase() { }
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/util/
RefBase.h 164 class LightRefBase
167 inline LightRefBase() : mCount(0) { }
181 typedef LightRefBase<T> basetype;
184 inline ~LightRefBase() { }
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/server/
RefBase.h 163 class LightRefBase
166 inline LightRefBase() : mCount(0) { }
180 typedef LightRefBase<T> basetype;
183 inline ~LightRefBase() { }
  /system/core/include/utils/
RefBase.h 174 class LightRefBase
177 inline LightRefBase() : mCount(0) { }
191 typedef LightRefBase<T> basetype;
194 inline ~LightRefBase() { }
206 // This is a wrapper around LightRefBase that simply enforces a virtual
207 // destructor to eliminate the template requirement of LightRefBase
208 class VirtualLightRefBase : public LightRefBase<VirtualLightRefBase> {

Completed in 276 milliseconds