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

/system/core/include/sysutils/
H A DSocketClient.h69 // decRef() when it's done with the client.
71 bool decRef(); // returns true at 0 (but note: SocketClient already deleted)
/system/core/libsysutils/src/
H A DSocketListener.cpp66 (*it)->decRef();
248 c->decRef();
270 ret = c->decRef();
304 c->decRef();
329 c->decRef();
H A DSocketClient.cpp236 bool SocketClient::decRef() { function in class:SocketClient
/system/core/include/system/
H A Dwindow.h86 void (*decRef)(struct android_native_base_t* base); member in struct:android_native_base_t
104 common.decRef(const_cast<android_native_base_t*>(&common));
408 common.decRef(const_cast<android_native_base_t*>(&common));
/system/core/logd/
H A DLogTimes.cpp69 mClient->decRef();
104 client->decRef();
/system/netd/server/
H A DDnsProxyListener.cpp219 mClient->decRef();
402 mClient->decRef();
524 mClient->decRef();

Completed in 709 milliseconds