Searched refs:TTYState (Results 1 - 3 of 3) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DTTYState.h1 //===-- TTYState.h ----------------------------------------------*- C++ -*-===//
20 class TTYState class
23 TTYState();
24 ~TTYState();
53 uint32_t NumStates() const { return sizeof(m_ttystates)/sizeof(TTYState); }
58 TTYState m_ttystates[2];
H A DTTYState.cpp1 //===-- TTYState.cpp --------------------------------------------*- C++ -*-===//
14 #include "TTYState.h"
19 TTYState::TTYState() : function in class:TTYState
27 TTYState::~TTYState()
32 TTYState::GetTTYState (int fd, bool saveProcessGroup)
55 TTYState::SetTTYState () const
/external/qemu/ui/
H A Dconsole.c85 enum TTYState { enum
180 enum TTYState state;

Completed in 272 milliseconds