HomeSort by relevance Sort by last modified time
    Searched refs:android_native_base_t (Results 1 - 2 of 2) 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 67 typedef struct android_native_base_t struct
78 void (*incRef)(struct android_native_base_t* base);
79 void (*decRef)(struct android_native_base_t* base);
80 } android_native_base_t; typedef in typeref:struct:android_native_base_t
94 common.incRef(const_cast<android_native_base_t*>(&common));
97 common.decRef(const_cast<android_native_base_t*>(&common));
101 struct android_native_base_t common;
348 common.incRef(const_cast<android_native_base_t*>(&common));
351 common.decRef(const_cast<android_native_base_t*>(&common));
355 struct android_native_base_t common
    [all...]

Completed in 37 milliseconds