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
/frameworks/native/include/ui/
ANativeObjectBase.h
73
NATIVE_TYPE::common.
decRef
=
decRef
;
91
static void
decRef
(android_native_base_t* base) {
/system/core/libsysutils/src/
SocketClient.cpp
200
bool SocketClient::
decRef
() {
/frameworks/native/opengl/libs/EGL/
egl_object.h
53
inline int32_t
decRef
() { return android_atomic_dec(&count); }
110
if (ref->
decRef
() == 1) {
/system/core/include/system/
window.h
79
void (*
decRef
)(struct android_native_base_t* base);
97
common.
decRef
(const_cast<android_native_base_t*>(&common));
360
common.
decRef
(const_cast<android_native_base_t*>(&common));
Completed in 495 milliseconds