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

  /frameworks/native/include/ui/
ANativeObjectBase.h 81 static inline TYPE* getSelf(android_native_base_t* base) {
84 static inline TYPE const * getSelf(android_native_base_t const* base) {
87 static void incRef(android_native_base_t* base) {
91 static void decRef(android_native_base_t* base) {
  /system/core/include/system/
window.h 73 typedef struct android_native_base_t struct
84 void (*incRef)(struct android_native_base_t* base);
85 void (*decRef)(struct android_native_base_t* base);
86 } android_native_base_t; typedef in typeref:struct:android_native_base_t
100 common.incRef(const_cast<android_native_base_t*>(&common));
103 common.decRef(const_cast<android_native_base_t*>(&common));
107 struct android_native_base_t common;
401 common.incRef(const_cast<android_native_base_t*>(&common));
404 common.decRef(const_cast<android_native_base_t*>(&common));
408 struct android_native_base_t common
    [all...]
  /external/deqp/framework/platform/android/
tcuAndroidInternals.cpp 125 static android::android_native_base_t* getAndroidNativeBase (android::GraphicBuffer* gb)
128 return pointerToOffset<android::android_native_base_t>(gb, 2 * DE_PTR_SIZE);
131 //! android_native_base_t::magic for ANativeWindowBuffer
143 //! access android_native_base_t::magic
144 static deUint32 getNativeBaseMagic (android::android_native_base_t* base)
149 //! access android_native_base_t::version
150 static deUint32 getNativeBaseVersion (android::android_native_base_t* base)
155 //! access android_native_base_t::incRef
156 static NativeBaseFunctions::incRefFunc getNativeBaseIncRefFunc (android::android_native_base_t* base)
161 //! access android_native_base_t::decRe
    [all...]
tcuAndroidInternals.hpp 38 class android_native_base_t;
117 typedef void (*incRefFunc) (android::android_native_base_t* base);
118 typedef void (*decRefFunc) (android::android_native_base_t* base);
  /hardware/libhardware/tests/hwc/
cnativewindow.c 33 typedef struct android_native_base_t aBase;

Completed in 159 milliseconds