Home
last modified time | relevance | path

Searched refs:m_ttystates (Results 1 – 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/
DTTYState.cpp96 return m_ttystates[idx].GetTTYState(fd, saveProcessGroup); in GetState()
107 if (ValidStateIndex(m_currentState) && (idx == m_currentState) && m_ttystates[idx].IsValid()) in SetState()
112 if (m_ttystates[idx].SetTTYState()) in SetState()
DTTYState.h53 uint32_t NumStates() const { return sizeof(m_ttystates)/sizeof(TTYState); } in NumStates()
58 TTYState m_ttystates[2]; variable
/external/lldb/source/Host/common/
DTerminal.cpp260 return sizeof(m_ttystates)/sizeof(TerminalState); in GetNumberOfStates()
276 if (m_currentState < num_states && (idx == m_currentState) && m_ttystates[idx].IsValid()) in Restore()
281 if (m_ttystates[idx].Restore()) in Restore()
303 return m_ttystates[idx].Save(fd, save_process_group); in Save()
/external/lldb/include/lldb/Host/
DTerminal.h248 TerminalState m_ttystates[2]; ///< The array of TTY states that holds saved TTY info. variable