HomeSort by relevance Sort by last modified time
    Searched refs:android_native_base_t (Results 1 - 3 of 3) 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;
357 common.incRef(const_cast<android_native_base_t*>(&common));
360 common.decRef(const_cast<android_native_base_t*>(&common));
364 struct android_native_base_t common
    [all...]
  /hardware/libhardware/tests/hwc/
cnativewindow.c 33 typedef struct android_native_base_t aBase;

Completed in 119 milliseconds