Searched defs:decRef (Results 1 - 2 of 2) 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.h55 inline int32_t decRef() { return android_atomic_dec(&count); } function in class:android::egl_object_t
112 if (ref->decRef() == 1) {

Completed in 41 milliseconds