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

/frameworks/native/include/ui/
H A DANativeObjectBase.h71 NATIVE_TYPE::common.decRef = decRef;
89 static void decRef(android_native_base_t* base) { function in class:android::ANativeObjectBase
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp38 if (decRef() == 1) {
45 if (decRef() == 1) {
H A Degl_object.h55 inline size_t decRef() { return count.fetch_sub(1, std::memory_order_acq_rel); } function in class:android::egl_object_t
111 if (ref->decRef() == 1) {
/frameworks/native/libs/nativewindow/include/vndk/
H A Dwindow.h62 void (*decRef)(struct android_native_base_t* base); member in struct:android_native_base_t
80 common.decRef(const_cast<android_native_base_t*>(&common));
/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h345 common.decRef(const_cast<android_native_base_t*>(&common));
/frameworks/native/opengl/libagl/
H A Degl.cpp359 buffer->common.decRef(&buffer->common);
362 previousBuffer->common.decRef(&previousBuffer->common);
364 nativeWindow->common.decRef(&nativeWindow->common);
428 buffer->common.decRef(&buffer->common);
432 previousBuffer->common.decRef(&previousBuffer->common);
519 previousBuffer->common.decRef(&previousBuffer->common);
2118 native_buffer->common.decRef(&native_buffer->common);

Completed in 6957 milliseconds