OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:incRef
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/include/ui/egl/
android_natives.h
73
NATIVE_TYPE::common.
incRef
=
incRef
;
88
static void
incRef
(android_native_base_t* base) {
/system/core/include/sysutils/
SocketClient.h
47
void
incRef
();
/frameworks/base/opengl/libs/EGL/
egl_object.h
53
inline int32_t
incRef
() { return android_atomic_inc(&count); }
89
ref->
incRef
();
103
ref->
incRef
();
egl_display.cpp
66
object->
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));
/system/core/libsysutils/src/
SocketClient.cpp
114
void SocketClient::
incRef
() {
/system/netd/
DnsProxyListener.cpp
149
cli->
incRef
();
191
cli->
incRef
();
/development/tools/emulator/opengl/system/egl/
egl.cpp
266
nativeWindow->common.
incRef
(&nativeWindow->common);
311
buffer->common.
incRef
(&buffer->common);
345
buffer->common.
incRef
(&buffer->common);
[
all
...]
/frameworks/base/opengl/libagl/
egl.cpp
348
nativeWindow->common.
incRef
(&nativeWindow->common);
388
buffer->common.
incRef
(&buffer->common);
545
buffer->common.
incRef
(&buffer->common);
[
all
...]
/frameworks/base/opengl/libagl2/src/
egl.cpp
329
nativeWindow->common.
incRef
(&nativeWindow->common);
375
buffer->common.
incRef
(&buffer->common);
534
buffer->common.
incRef
(&buffer->common);
[
all
...]
/external/mesa3d/test/
egl.cpp
397
nativeWindow->common.
incRef
(&nativeWindow->common);
438
buffer->common.
incRef
(&buffer->common);
597
buffer->common.
incRef
(&buffer->common);
[
all
...]
Completed in 628 milliseconds