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

  /system/core/libsysutils/src/
SocketClient.cpp 114 void SocketClient::incRef() {
  /frameworks/base/include/ui/egl/
android_natives.h 73 NATIVE_TYPE::common.incRef = incRef;
88 static void incRef(android_native_base_t* base) {
  /frameworks/base/opengl/libs/EGL/
egl_object.h 53 inline int32_t incRef() { return android_atomic_inc(&count); }
90 ref->incRef();
104 ref->incRef();
  /system/core/include/system/
window.h 65 void (*incRef)(struct android_native_base_t* base);
81 common.incRef(const_cast<android_native_base_t*>(&common));
309 common.incRef(const_cast<android_native_base_t*>(&common));

Completed in 876 milliseconds