Searched refs:m_currentState (Results 1 - 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DTTYState.cpp84 m_currentState(~0)
107 if (ValidStateIndex(m_currentState) && (idx == m_currentState) && m_ttystates[idx].IsValid())
114 m_currentState = idx;
H A DTTYState.h57 mutable uint32_t m_currentState; member in class:TTYStateSwitcher
/external/lldb/include/lldb/Host/
H A DTerminal.h247 mutable uint32_t m_currentState; ///< The currently active TTY state index. member in class:lldb_private::TerminalStateSwitcher
/external/lldb/source/Host/common/
H A DTerminal.cpp243 m_currentState(UINT32_MAX)
276 if (m_currentState < num_states && (idx == m_currentState) && m_ttystates[idx].IsValid())
283 m_currentState = idx;

Completed in 99 milliseconds