Home
last modified time | relevance | path

Searched refs:ClientCounterCallbackImpl (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/native/libs/binder/
H A DLazyServiceRegistrar.cpp33 class ClientCounterCallbackImpl : public ::android::os::BnClientCallback { class
35 ClientCounterCallbackImpl() : mNumConnectedServices(0), mForcePersist(false) {} in ClientCounterCallbackImpl() function in android::binder::internal::ClientCounterCallbackImpl
121 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 …]