Home
last modified time | relevance | path

Searched refs:android_native_base_t (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/libs/nativebase/include/nativebase/
H A Dnativebase.h43 typedef struct android_native_base_t struct
54 void (*incRef)(struct android_native_base_t* base); argument
55 void (*decRef)(struct android_native_base_t* base); argument
56 } android_native_base_t; typedef
78 common.incRef(const_cast<android_native_base_t*>(&common)); in incStrong()
81 common.decRef(const_cast<android_native_base_t*>(&common)); in decStrong()
85 struct android_native_base_t common;
/aosp12/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h357 common.incRef(const_cast<android_native_base_t*>(&common)); in incStrong()
360 common.decRef(const_cast<android_native_base_t*>(&common)); in decStrong()
364 struct android_native_base_t common;
/aosp12/frameworks/native/libs/ui/include/ui/
H A DANativeObjectBase.h38 typename NATIVE_BASE = android_native_base_t>
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DANativeObjectBase.h38 typename NATIVE_BASE = android_native_base_t>
/aosp12/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c33 typedef struct android_native_base_t aBase;