OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decRef
(Results
1 - 15
of
15
) sorted by null
/frameworks/native/include/ui/
ANativeObjectBase.h
73
NATIVE_TYPE::common.
decRef
=
decRef
;
91
static void
decRef
(android_native_base_t* base) {
/frameworks/native/opengl/libs/EGL/
egl_object.cpp
44
if (
decRef
() == 1) {
51
if (
decRef
() == 1) {
egl_object.h
53
inline int32_t
decRef
() { return android_atomic_dec(&count); }
110
if (ref->
decRef
() == 1) {
/system/core/include/sysutils/
SocketClient.h
63
//
decRef
() when it's done with the client.
65
bool
decRef
(); // returns true at 0 (but note: SocketClient already deleted)
/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));
/system/core/libsysutils/src/
SocketListener.cpp
65
(*it)->
decRef
();
239
c->
decRef
();
SocketClient.cpp
200
bool SocketClient::
decRef
() {
/system/netd/
DnsProxyListener.cpp
164
mClient->
decRef
();
364
mClient->
decRef
();
501
mClient->
decRef
();
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_android.c
96
dri2_surf->buffer->common.
decRef
(&dri2_surf->buffer->common);
244
dri2_surf->window->common.
decRef
(&dri2_surf->window->common);
/external/mesa3d/src/egl/drivers/dri2/
platform_android.c
96
dri2_surf->buffer->common.
decRef
(&dri2_surf->buffer->common);
244
dri2_surf->window->common.
decRef
(&dri2_surf->window->common);
/hardware/libhardware/tests/hwc/
cnativewindow.c
442
buf->common.
decRef
= cnw_dec_ref;
530
win->base.common.
decRef
= cnw_dec_ref;
/frameworks/native/opengl/libagl/
egl.cpp
362
buffer->common.
decRef
(&buffer->common);
365
previousBuffer->common.
decRef
(&previousBuffer->common);
367
nativeWindow->common.
decRef
(&nativeWindow->common);
425
buffer->common.
decRef
(&buffer->common);
429
previousBuffer->common.
decRef
(&previousBuffer->common);
522
previousBuffer->common.
decRef
(&previousBuffer->common);
[
all
...]
/device/generic/goldfish/opengl/system/egl/
egl.cpp
304
nativeWindow->common.
decRef
(&nativeWindow->common);
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/
native_android.cpp
355
asurf->buf->common.
decRef
(&asurf->buf->common);
497
asurf->win->common.
decRef
(&asurf->win->common);
/external/mesa3d/src/gallium/state_trackers/egl/android/
native_android.cpp
355
asurf->buf->common.
decRef
(&asurf->buf->common);
497
asurf->win->common.
decRef
(&asurf->win->common);
Completed in 322 milliseconds