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.h55 inline size_t decRef() { return count.fetch_sub(1, std::memory_order_acq_rel); } in decRef() function
111 if (ref->decRef() == 1) { in release()
/frameworks/native/opengl/libagl/
Degl.cpp358 buffer->common.decRef(&buffer->common); in ~egl_window_surface_v2_t()
361 previousBuffer->common.decRef(&previousBuffer->common); in ~egl_window_surface_v2_t()
363 nativeWindow->common.decRef(&nativeWindow->common); in ~egl_window_surface_v2_t()
427 buffer->common.decRef(&buffer->common); in disconnect()
431 previousBuffer->common.decRef(&previousBuffer->common); in disconnect()
518 previousBuffer->common.decRef(&previousBuffer->common); in swapBuffers()
2095 native_buffer->common.decRef(&native_buffer->common); in eglDestroyImageKHR()