OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_native_base_t
(Results
1 - 4
of
4
) 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) {
/external/chromium_org/third_party/hwcplus/include/system/
window.h
66
typedef struct
android_native_base_t
struct
77
void (*incRef)(struct
android_native_base_t
* base);
78
void (*decRef)(struct
android_native_base_t
* base);
79
}
android_native_base_t
;
typedef in typeref:struct:android_native_base_t
93
common.incRef(const_cast<
android_native_base_t
*>(&common));
96
common.decRef(const_cast<
android_native_base_t
*>(&common));
100
struct
android_native_base_t
common;
356
common.incRef(const_cast<
android_native_base_t
*>(&common));
359
common.decRef(const_cast<
android_native_base_t
*>(&common));
363
struct
android_native_base_t
common
[
all
...]
/system/core/include/system/
window.h
73
typedef struct
android_native_base_t
struct
84
void (*incRef)(struct
android_native_base_t
* base);
85
void (*decRef)(struct
android_native_base_t
* base);
86
}
android_native_base_t
;
typedef in typeref:struct:android_native_base_t
100
common.incRef(const_cast<
android_native_base_t
*>(&common));
103
common.decRef(const_cast<
android_native_base_t
*>(&common));
107
struct
android_native_base_t
common;
384
common.incRef(const_cast<
android_native_base_t
*>(&common));
387
common.decRef(const_cast<
android_native_base_t
*>(&common));
391
struct
android_native_base_t
common
[
all
...]
/hardware/libhardware/tests/hwc/
cnativewindow.c
33
typedef struct
android_native_base_t
aBase;
Completed in 62 milliseconds