HomeSort by relevance Sort by last modified time
    Searched refs:m_currentState (Results 1 - 4 of 4) sorted by null

  /external/lldb/tools/debugserver/source/
TTYState.cpp 84 m_currentState(~0)
107 if (ValidStateIndex(m_currentState) && (idx == m_currentState) && m_ttystates[idx].IsValid())
114 m_currentState = idx;
TTYState.h 57 mutable uint32_t m_currentState;
  /external/lldb/include/lldb/Host/
Terminal.h 247 mutable uint32_t m_currentState; ///< The currently active TTY state index.
  /external/lldb/source/Host/common/
Terminal.cpp 243 m_currentState(UINT32_MAX)
276 if (m_currentState < num_states && (idx == m_currentState) && m_ttystates[idx].IsValid())
283 m_currentState = idx;

Completed in 2187 milliseconds