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

  /hardware/intel/img/hwcomposer/include/
BufferMapper.h 33 int incRef()
  /frameworks/native/include/ui/
ANativeObjectBase.h 72 NATIVE_TYPE::common.incRef = incRef;
87 static void incRef(android_native_base_t* base) {
  /external/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 37 void incRef() { ++refCount; }
50 this->entry->incRef();
54 entry->incRef();
59 temp->incRef();
70 entry->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/libsysutils/src/
SocketClient.cpp 227 void SocketClient::incRef() {
  /external/chromium_org/third_party/hwcplus/include/system/
window.h 77 void (*incRef)(struct android_native_base_t* base);
93 common.incRef(const_cast<android_native_base_t*>(&common));
356 common.incRef(const_cast<android_native_base_t*>(&common));
  /system/core/include/system/
window.h 84 void (*incRef)(struct android_native_base_t* base);
100 common.incRef(const_cast<android_native_base_t*>(&common));
384 common.incRef(const_cast<android_native_base_t*>(&common));
    [all...]

Completed in 136 milliseconds