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

/system/core/include/sysutils/
H A DSocketClient.h46 // decRef() when it's done with the client.
48 bool decRef(); // returns true at 0 (but note: SocketClient already deleted)
/system/core/include/system/
H A Dwindow.h66 void (*decRef)(struct android_native_base_t* base); member in struct:android_native_base_t
84 common.decRef(const_cast<android_native_base_t*>(&common));
312 common.decRef(const_cast<android_native_base_t*>(&common));
/system/core/libsysutils/src/
H A DSocketClient.cpp120 bool SocketClient::decRef() { function in class:SocketClient
H A DSocketListener.cpp58 (*it)->decRef();
229 c->decRef();
/system/netd/
H A DDnsProxyListener.cpp95 mClient->decRef();
239 mClient->decRef();

Completed in 61 milliseconds