Home
last modified time | relevance | path

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

/frameworks/native/include/ui/
DANativeObjectBase.h73 NATIVE_TYPE::common.decRef = decRef; in ANativeObjectBase()
91 static void decRef(android_native_base_t* base) { in decRef() function
/frameworks/native/opengl/libs/EGL/
Degl_object.cpp47 if (decRef() == 1) { in terminate()
54 if (decRef() == 1) { in destroy()
Degl_object.h54 inline int32_t decRef() { return android_atomic_dec(&count); } in decRef() function
111 if (ref->decRef() == 1) { in release()
/frameworks/native/opengl/libagl/
Degl.cpp362 buffer->common.decRef(&buffer->common); in ~egl_window_surface_v2_t()
365 previousBuffer->common.decRef(&previousBuffer->common); in ~egl_window_surface_v2_t()
367 nativeWindow->common.decRef(&nativeWindow->common); in ~egl_window_surface_v2_t()
431 buffer->common.decRef(&buffer->common); in disconnect()
435 previousBuffer->common.decRef(&previousBuffer->common); in disconnect()
528 previousBuffer->common.decRef(&previousBuffer->common); in swapBuffers()
2104 native_buffer->common.decRef(&native_buffer->common); in eglDestroyImageKHR()