Searched refs:ClientCounterCallbackImpl (Results 1 – 1 of 1) sorted by relevance
33 class ClientCounterCallbackImpl : public ::android::os::BnClientCallback { class35 ClientCounterCallbackImpl() : mNumConnectedServices(0), mForcePersist(false) {} in ClientCounterCallbackImpl() function in android::binder::internal::ClientCounterCallbackImpl121 sp<ClientCounterCallbackImpl> mImpl;130 bool ClientCounterCallbackImpl::registerServiceLocked(const sp<IBinder>& service, in registerServiceLocked()167 std::map<std::string, ClientCounterCallbackImpl::Service>::iterator ClientCounterCallbackImpl::asse… in assertRegisteredService()179 void ClientCounterCallbackImpl::forcePersist(bool persist) { in forcePersist()188 bool ClientCounterCallbackImpl::tryUnregisterLocked() { in tryUnregisterLocked()204 void ClientCounterCallbackImpl::reRegisterLocked() { in reRegisterLocked()220 void ClientCounterCallbackImpl::maybeTryShutdownLocked() { in maybeTryShutdownLocked()269 void ClientCounterCallbackImpl::tryShutdownLocked() { in tryShutdownLocked()[all …]