Home
last modified time | relevance | path

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

/frameworks/native/libs/nativebase/include/nativebase/
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;
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h338 common.incRef(const_cast<android_native_base_t*>(&common)); in incStrong()
341 common.decRef(const_cast<android_native_base_t*>(&common)); in decStrong()
345 struct android_native_base_t common;
/frameworks/native/libs/ui/include_vndk/ui/
DANativeObjectBase.h38 typename NATIVE_BASE = android_native_base_t>
/frameworks/native/libs/ui/include/ui/
DANativeObjectBase.h38 typename NATIVE_BASE = android_native_base_t>