Home
last modified time | relevance | path

Searched defs:android_native_base_t (Results 1 – 1 of 1) 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