Searched refs:decRef (Results 1 – 7 of 7) sorted by relevance
54 NATIVE_TYPE::common.decRef = decRef; in ANativeObjectBase()72 static void decRef(NATIVE_BASE* base) { in decRef() function
55 void (*decRef)(struct android_native_base_t* base); member81 common.decRef(const_cast<android_native_base_t*>(&common)); in decStrong()
55 inline size_t decRef() { return count.fetch_sub(1, std::memory_order_acq_rel); } in decRef() function111 if (ref->decRef() == 1) { in release()
38 if (decRef() == 1) { in terminate()45 if (decRef() == 1) { in destroy()
379 buffer->common.decRef(&buffer->common); in ~egl_window_surface_v2_t()382 previousBuffer->common.decRef(&previousBuffer->common); in ~egl_window_surface_v2_t()384 nativeWindow->common.decRef(&nativeWindow->common); in ~egl_window_surface_v2_t()448 buffer->common.decRef(&buffer->common); in disconnect()452 previousBuffer->common.decRef(&previousBuffer->common); in disconnect()539 previousBuffer->common.decRef(&previousBuffer->common); in swapBuffers()2137 native_buffer->common.decRef(&native_buffer->common); in eglDestroyImageKHR()
341 common.decRef(const_cast<android_native_base_t*>(&common)); in decStrong()