Searched refs:getStatePriorToClosing (Results 1 – 2 of 2) sorted by relevance
83 virtual StreamDescriptor::State getStatePriorToClosing() const = 0;91 StreamDescriptor::State getStatePriorToClosing() const override { return mStatePriorToClosing; } in getStatePriorToClosing() function
42 if (validateStreamState && !isValidClosingStreamState(mStream->getStatePriorToClosing())) { in closeCurrentStream()