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

  /frameworks/native/libs/ui/include/ui/
ANativeObjectBase.h 53 NATIVE_TYPE::common.incRef = incRef;
68 static void incRef(NATIVE_BASE* base) {
  /hardware/intel/img/hwcomposer/merrifield/include/
BufferMapper.h 33 int incRef()
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
BufferMapper.h 33 int incRef()
  /frameworks/native/libs/nativebase/include/nativebase/
nativebase.h 54 void (*incRef)(struct android_native_base_t* base);
78 common.incRef(const_cast<android_native_base_t*>(&common));
  /system/core/libsysutils/src/
SocketClient.cpp 247 void SocketClient::incRef() {
  /frameworks/native/opengl/libs/EGL/
egl_object.h 54 inline void incRef() { count.fetch_add(1, std::memory_order_relaxed); }
90 ref->incRef();
104 ref->incRef();
  /external/deqp/framework/platform/android/
tcuAndroidInternals.hpp 119 incRefFunc incRef;

Completed in 887 milliseconds