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 55 typedef struct android_native_base_t struct
66 void (*incRef)(struct android_native_base_t* base);
67 void (*decRef)(struct android_native_base_t* base);
68 } android_native_base_t; typedef in typeref:struct:android_native_base_t
82 common.incRef(const_cast<android_native_base_t*>(&common));
85 common.decRef(const_cast<android_native_base_t*>(&common));
89 struct android_native_base_t common;
337 common.incRef(const_cast<android_native_base_t*>(&common));
340 common.decRef(const_cast<android_native_base_t*>(&common));
344 struct android_native_base_t common
    [all...]

Completed in 62 milliseconds