Home
last modified time | relevance | path

Searched defs:Ref (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_object.h127 typedef egl_object_t::LocalRef<egl_surface_t, EGLSurface> Ref; typedef
192 typedef egl_object_t::LocalRef<egl_context_t, EGLContext> Ref; typedef
/frameworks/base/libs/androidfw/
DStringPool.cpp33 StringPool::Ref::Ref() : entry_(nullptr) { in Ref() function in android::StringPool::Ref
36 StringPool::Ref::Ref(const StringPool::Ref& rhs) : entry_(rhs.entry_) { in Ref() function in android::StringPool::Ref
42 StringPool::Ref::Ref(StringPool::Entry* entry) : entry_(entry) { in Ref() function in android::StringPool::Ref
/frameworks/base/tools/aapt2/format/binary/
DResEntryWriter.h175 using Ref = ResEntryValueRef<compact_entry>; variable
/frameworks/base/libs/androidfw/include/androidfw/
DStringPool.h134 friend class Ref; variable