Searched refs:decRef (Results 1 - 5 of 5) sorted by relevance

/system/core/include/sysutils/
H A DSocketClient.h63 // decRef() when it's done with the client.
65 bool decRef(); // returns true at 0 (but note: SocketClient already deleted)
/system/core/include/system/
H A Dwindow.h79 void (*decRef)(struct android_native_base_t* base); member in struct:android_native_base_t
97 common.decRef(const_cast<android_native_base_t*>(&common));
352 common.decRef(const_cast<android_native_base_t*>(&common));
/system/core/libsysutils/src/
H A DSocketListener.cpp65 (*it)->decRef();
239 c->decRef();
H A DSocketClient.cpp193 bool SocketClient::decRef() { function in class:SocketClient
/system/netd/
H A DDnsProxyListener.cpp101 mClient->decRef();
264 mClient->decRef();

Completed in 56 milliseconds