Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/include/core-impl/
DStreamSwitcher.h91 StreamDescriptor::State getStatePriorToClosing() const override { return mStatePriorToClosing; } in getStatePriorToClosing()
97 mStatePriorToClosing = statePriorToClosing; in onClose()
100 StreamDescriptor::State mStatePriorToClosing = StreamDescriptor::State::STANDBY; variable
DStream.h189 mStatePriorToClosing = prevState; in setClosed()
191 return mStatePriorToClosing; in setClosed()
218 StreamDescriptor::State mStatePriorToClosing = StreamDescriptor::State::STANDBY; variable