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

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

Completed in 1210 milliseconds