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

  /frameworks/native/include/ui/
ANativeObjectBase.h 73 NATIVE_TYPE::common.decRef = decRef;
91 static void decRef(android_native_base_t* base) {
  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 46 if (decRef() == 1) {
53 if (decRef() == 1) {
egl_object.h 55 inline int32_t decRef() { return android_atomic_dec(&count); }
112 if (ref->decRef() == 1) {
  /system/core/include/sysutils/
SocketClient.h 63 // decRef() when it's done with the client.
65 bool decRef(); // returns true at 0 (but note: SocketClient already deleted)
  /system/core/include/system/
window.h 67 void (*decRef)(struct android_native_base_t* base);
85 common.decRef(const_cast<android_native_base_t*>(&common));
340 common.decRef(const_cast<android_native_base_t*>(&common));
  /system/core/libsysutils/src/
SocketListener.cpp 65 (*it)->decRef();
239 c->decRef();
SocketClient.cpp 193 bool SocketClient::decRef() {
  /system/netd/
DnsProxyListener.cpp 99 mClient->decRef();
261 mClient->decRef();
  /frameworks/native/opengl/libagl/
egl.cpp 360 buffer->common.decRef(&buffer->common);
363 previousBuffer->common.decRef(&previousBuffer->common);
365 nativeWindow->common.decRef(&nativeWindow->common);
417 buffer->common.decRef(&buffer->common);
421 previousBuffer->common.decRef(&previousBuffer->common);
514 previousBuffer->common.decRef(&previousBuffer->common);
    [all...]
  /sdk/emulator/opengl/system/egl/
egl.cpp 305 nativeWindow->common.decRef(&nativeWindow->common);
    [all...]

Completed in 349 milliseconds