Loading libs/binder/RpcSession.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -484,6 +484,9 @@ status_t RpcSession::setupClient(const std::function<status_t(const std::vector< mProtocolVersion = oldProtocolVersion; mConnections = {}; // clear mStartedSetup so that we can reuse this RpcSession mStartedSetup = false; }); if (status_t status = connectAndInit({}, false /*incoming*/); status != OK) return status; Loading Loading
libs/binder/RpcSession.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -484,6 +484,9 @@ status_t RpcSession::setupClient(const std::function<status_t(const std::vector< mProtocolVersion = oldProtocolVersion; mConnections = {}; // clear mStartedSetup so that we can reuse this RpcSession mStartedSetup = false; }); if (status_t status = connectAndInit({}, false /*incoming*/); status != OK) return status; Loading