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

  /hardware/intel/img/hwcomposer/include/
BufferMapper.h 38 int decRef()
  /frameworks/native/include/ui/
ANativeObjectBase.h 73 NATIVE_TYPE::common.decRef = decRef;
91 static void decRef(android_native_base_t* base) {
  /external/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 38 bool decRef() { --refCount; return (refCount == 0); }
60 entry->decRef();
66 if (entry->decRef())
71 this->entry->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/libsysutils/src/
SocketClient.cpp 233 bool SocketClient::decRef() {
  /external/chromium_org/third_party/hwcplus/include/system/
window.h 78 void (*decRef)(struct android_native_base_t* base);
96 common.decRef(const_cast<android_native_base_t*>(&common));
359 common.decRef(const_cast<android_native_base_t*>(&common));
  /system/core/include/system/
window.h 85 void (*decRef)(struct android_native_base_t* base);
103 common.decRef(const_cast<android_native_base_t*>(&common));
387 common.decRef(const_cast<android_native_base_t*>(&common));
    [all...]

Completed in 201 milliseconds