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

  /frameworks/native/libs/ui/include/ui/
ANativeObjectBase.h 54 NATIVE_TYPE::common.decRef = decRef;
72 static void decRef(NATIVE_BASE* base) {
  /hardware/intel/img/hwcomposer/merrifield/include/
BufferMapper.h 38 int decRef()
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
BufferMapper.h 38 int decRef()
  /frameworks/native/libs/nativebase/include/nativebase/
nativebase.h 55 void (*decRef)(struct android_native_base_t* base);
81 common.decRef(const_cast<android_native_base_t*>(&common));
  /system/core/libsysutils/src/
SocketClient.cpp 253 bool SocketClient::decRef() {
  /frameworks/native/opengl/libs/EGL/
egl_object.h 55 inline size_t decRef() { return count.fetch_sub(1, std::memory_order_acq_rel); }
111 if (ref->decRef() == 1) {
  /external/deqp/framework/platform/android/
tcuAndroidInternals.hpp 120 decRefFunc decRef;

Completed in 338 milliseconds