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

  /frameworks/base/include/ui/egl/
android_natives.h 76 static inline TYPE* getSelf(NATIVE_TYPE* self) {
79 static inline TYPE const* getSelf(NATIVE_TYPE const* self) {
82 static inline TYPE* getSelf(android_native_base_t* base) {
83 return getSelf(reinterpret_cast<NATIVE_TYPE*>(base));
85 static inline TYPE const * getSelf(android_native_base_t const* base) {
86 return getSelf(reinterpret_cast<NATIVE_TYPE const*>(base));
89 EGLNativeBase* self = getSelf(base);
93 EGLNativeBase* self = getSelf(base);
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypeData.java 55 * See UninitData.getSelf().
57 public TypeData getSelf() { return this; }
467 public TypeData getSelf() {

Completed in 239 milliseconds