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 - 7
of
7
) sorted by null
/frameworks/native/include/ui/
ANativeObjectBase.h
79
static inline TYPE* getSelf(
android_native_base_t
* base) {
82
static inline TYPE const * getSelf(
android_native_base_t
const* base) {
85
static void incRef(
android_native_base_t
* base) {
89
static void decRef(
android_native_base_t
* base) {
/frameworks/native/libs/nativewindow/include/vndk/
window.h
50
typedef struct
android_native_base_t
struct
61
void (*incRef)(struct
android_native_base_t
* base);
62
void (*decRef)(struct
android_native_base_t
* base);
63
}
android_native_base_t
;
typedef in typeref:struct:android_native_base_t
77
common.incRef(const_cast<
android_native_base_t
*>(&common));
80
common.decRef(const_cast<
android_native_base_t
*>(&common));
84
struct
android_native_base_t
common;
/system/core/libsystem/include/system/
window-deprecated.h
100
typedef struct
android_native_base_t
struct
111
void (*incRef)(struct
android_native_base_t
* base);
112
void (*decRef)(struct
android_native_base_t
* base);
113
}
android_native_base_t
;
typedef in typeref:struct:android_native_base_t
127
common.incRef(const_cast<
android_native_base_t
*>(&common));
130
common.decRef(const_cast<
android_native_base_t
*>(&common));
134
struct
android_native_base_t
common;
484
common.incRef(const_cast<
android_native_base_t
*>(&common));
487
common.decRef(const_cast<
android_native_base_t
*>(&common));
491
struct
android_native_base_t
common
[
all
...]
/external/deqp/framework/platform/android/
tcuAndroidInternals.cpp
133
static android::
android_native_base_t
* getAndroidNativeBase (android::GraphicBuffer* gb)
136
return pointerToOffset<android::
android_native_base_t
>(gb, 2 * DE_PTR_SIZE);
139
//!
android_native_base_t
::magic for ANativeWindowBuffer
151
//! access
android_native_base_t
::magic
152
static deUint32 getNativeBaseMagic (android::
android_native_base_t
* base)
157
//! access
android_native_base_t
::version
158
static deUint32 getNativeBaseVersion (android::
android_native_base_t
* base)
163
//! access
android_native_base_t
::incRef
164
static NativeBaseFunctions::incRefFunc getNativeBaseIncRefFunc (android::
android_native_base_t
* base)
169
//! access
android_native_base_t
::decRe
[
all
...]
tcuAndroidInternals.hpp
38
class
android_native_base_t
;
116
typedef void (*incRefFunc) (android::
android_native_base_t
* base);
117
typedef void (*decRefFunc) (android::
android_native_base_t
* base);
/frameworks/native/libs/nativewindow/include/system/
window.h
342
common.incRef(const_cast<
android_native_base_t
*>(&common));
345
common.decRef(const_cast<
android_native_base_t
*>(&common));
349
struct
android_native_base_t
common;
[
all
...]
/hardware/libhardware/tests/hwc/
cnativewindow.c
33
typedef struct
android_native_base_t
aBase;
Completed in 829 milliseconds