Searched refs:decRef (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/include/ui/
H A DANativeObjectBase.h73 NATIVE_TYPE::common.decRef = decRef;
91 static void decRef(android_native_base_t* base) { function in class:android::ANativeObjectBase
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp46 if (decRef() == 1) {
53 if (decRef() == 1) {
H A Degl_object.h55 inline int32_t decRef() { return android_atomic_dec(&count); } function in class:android::egl_object_t
112 if (ref->decRef() == 1) {
/frameworks/native/opengl/libagl/
H A Degl.cpp361 buffer->common.decRef(&buffer->common);
364 previousBuffer->common.decRef(&previousBuffer->common);
366 nativeWindow->common.decRef(&nativeWindow->common);
425 buffer->common.decRef(&buffer->common);
429 previousBuffer->common.decRef(&previousBuffer->common);
522 previousBuffer->common.decRef(&previousBuffer->common);
2073 native_buffer->common.decRef(&native_buffer->common);

Completed in 58 milliseconds