OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:decRef
(Results
1 - 4
of
4
) sorted by null
/system/core/libsysutils/src/
SocketClient.cpp
120
bool SocketClient::
decRef
() {
/frameworks/base/include/ui/egl/
android_natives.h
74
NATIVE_TYPE::common.
decRef
=
decRef
;
92
static void
decRef
(android_native_base_t* base) {
/frameworks/base/opengl/libs/EGL/
egl_object.h
54
inline int32_t
decRef
() { return android_atomic_dec(&count); }
110
if (ref->
decRef
() == 1) {
/system/core/include/system/
window.h
66
void (*
decRef
)(struct android_native_base_t* base);
84
common.
decRef
(const_cast<android_native_base_t*>(&common));
312
common.
decRef
(const_cast<android_native_base_t*>(&common));
Completed in 142 milliseconds