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

  /frameworks/native/include/ui/
ANativeObjectBase.h 72 NATIVE_TYPE::common.incRef = incRef;
87 static void incRef(android_native_base_t* base) {
  /system/core/libsysutils/src/
SocketClient.cpp 187 void SocketClient::incRef() {
  /frameworks/native/opengl/libs/EGL/
egl_object.h 52 inline int32_t incRef() { return android_atomic_inc(&count); }
89 ref->incRef();
103 ref->incRef();
  /system/core/include/system/
window.h 78 void (*incRef)(struct android_native_base_t* base);
94 common.incRef(const_cast<android_native_base_t*>(&common));
348 common.incRef(const_cast<android_native_base_t*>(&common));

Completed in 323 milliseconds