HomeSort by relevance Sort by last modified time
    Searched refs:android_native_base_t (Results 1 - 6 of 6) sorted by null

  /frameworks/native/libs/nativebase/include/nativebase/
nativebase.h 43 typedef struct android_native_base_t struct
54 void (*incRef)(struct android_native_base_t* base);
55 void (*decRef)(struct android_native_base_t* base);
56 } android_native_base_t; typedef in typeref:struct:android_native_base_t
78 common.incRef(const_cast<android_native_base_t*>(&common));
81 common.decRef(const_cast<android_native_base_t*>(&common));
85 struct android_native_base_t common;
  /external/deqp/framework/platform/android/
tcuAndroidInternals.cpp 133 static android::android_native_base_t* getAndroidNativeBase (android::GraphicBuffer* gb)
136 return pointerToOffset<android::android_native_base_t>(gb, 2 * DE_PTR_SIZE);
139 //! android_native_base_t::magic for ANativeWindowBuffer
151 //! access android_native_base_t::magic
152 static deUint32 getNativeBaseMagic (android::android_native_base_t* base)
157 //! access android_native_base_t::version
158 static deUint32 getNativeBaseVersion (android::android_native_base_t* base)
163 //! access android_native_base_t::incRef
164 static NativeBaseFunctions::incRefFunc getNativeBaseIncRefFunc (android::android_native_base_t* base)
169 //! access android_native_base_t::decRe
    [all...]
tcuAndroidInternals.hpp 38 class android_native_base_t;
116 typedef void (*incRefFunc) (android::android_native_base_t* base);
117 typedef void (*decRefFunc) (android::android_native_base_t* base);
  /frameworks/native/libs/ui/include/ui/
ANativeObjectBase.h 38 typename NATIVE_BASE = android_native_base_t>
  /frameworks/native/libs/nativewindow/include/system/
window.h 325 common.incRef(const_cast<android_native_base_t*>(&common));
328 common.decRef(const_cast<android_native_base_t*>(&common));
332 struct android_native_base_t common;
    [all...]
  /hardware/libhardware/tests/hwc/
cnativewindow.c 33 typedef struct android_native_base_t aBase;

Completed in 278 milliseconds