Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DRpcSession.cpp249 LOG_ALWAYS_FATAL_IF(mShutdownListener == nullptr, "Shutdown listener not installed"); in shutdownAndWait()
250 mShutdownListener->waitForShutdown(_l, sp<RpcSession>::fromExisting(this)); in shutdownAndWait()
502 mShutdownListener = nullptr; in setupClient()
758 mEventListener = mShutdownListener = sp<WaitForShutdownListener>::make(); in initShutdownTrigger()
/frameworks/native/libs/binder/include/binder/
DRpcSession.h364 sp<WaitForShutdownListener> mShutdownListener; // used for client sessions variable