HomeSort by relevance Sort by last modified time
    Searched defs:decRef (Results 1 - 4 of 4) sorted by null

  /frameworks/native/include/ui/
ANativeObjectBase.h 73 NATIVE_TYPE::common.decRef = decRef;
91 static void decRef(android_native_base_t* base) {
  /system/core/libsysutils/src/
SocketClient.cpp 193 bool SocketClient::decRef() {
  /frameworks/native/opengl/libs/EGL/
egl_object.h 53 inline int32_t decRef() { return android_atomic_dec(&count); }
110 if (ref->decRef() == 1) {
  /system/core/include/system/
window.h 79 void (*decRef)(struct android_native_base_t* base);
97 common.decRef(const_cast<android_native_base_t*>(&common));
351 common.decRef(const_cast<android_native_base_t*>(&common));

Completed in 597 milliseconds