OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:incRef
(Results
1 - 4
of
4
) sorted by null
/system/core/libsysutils/src/
SocketClient.cpp
114
void SocketClient::
incRef
() {
/frameworks/base/include/ui/egl/
android_natives.h
73
NATIVE_TYPE::common.
incRef
=
incRef
;
88
static void
incRef
(android_native_base_t* base) {
/frameworks/base/opengl/libs/EGL/
egl_object.h
53
inline int32_t
incRef
() { return android_atomic_inc(&count); }
89
ref->
incRef
();
103
ref->
incRef
();
/system/core/include/system/
window.h
65
void (*
incRef
)(struct android_native_base_t* base);
81
common.
incRef
(const_cast<android_native_base_t*>(&common));
309
common.
incRef
(const_cast<android_native_base_t*>(&common));
Completed in 32 milliseconds