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 44 if (decRef() == 1) {
51 if (decRef() == 1) {
egl_object.h 53 inline int32_t decRef() { return android_atomic_dec(&count); }
110 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 79 void (*decRef)(struct android_native_base_t* base);
97 common.decRef(const_cast<android_native_base_t*>(&common));
351 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 155 mClient->decRef();
343 mClient->decRef();
471 mClient->decRef();
  /frameworks/native/opengl/libagl/
egl.cpp 362 buffer->common.decRef(&buffer->common);
365 previousBuffer->common.decRef(&previousBuffer->common);
367 nativeWindow->common.decRef(&nativeWindow->common);
425 buffer->common.decRef(&buffer->common);
429 previousBuffer->common.decRef(&previousBuffer->common);
522 previousBuffer->common.decRef(&previousBuffer->common);
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 304 nativeWindow->common.decRef(&nativeWindow->common);
    [all...]

Completed in 1903 milliseconds