Searched refs:nSpeed (Results 1 - 5 of 5) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/ |
H A D | uart_wrapper.cpp | 37 extern "C" int32_t SetSerialExt(int32_t fd, int32_t nSpeed, int32_t nBits, uint8_t nEvent, int32_t nStop) in SetSerialExt() argument 39 return static_cast<int32_t>(SetSerial(static_cast<int>(fd), static_cast<int>(nSpeed), in SetSerialExt()
|
H A D | uart.cpp | 371 int SetSerial(int fd, int nSpeed, int nBits, char nEvent, int nStop) {
argument 393 speed_t speed = nSpeed;
404 int SetSerial(int fd, int nSpeed, int nBits, char nEvent, int nStop) {
argument 413 newttys1.c_cflag = GetUartSpeed(nSpeed);
|
H A D | uart.h | 96 int SetSerial(int fd, int nSpeed, int nBits, char nEvent, int nStop);
|
/developtools/hdc/src/common/ |
H A D | uart.cpp | 136 int HdcUARTBase::SetSerial(int fd, int nSpeed, int nBits, char nEvent, int nStop)
in SetSerial() argument 138 WRITE_LOG(LOG_DEBUG, "mac SetSerial rate = %d", nSpeed);
in SetSerial() 160 speed_t speed = nSpeed;
in SetSerial() 171 WRITE_LOG(LOG_DEBUG, " SetSerial OK rate = %d", nSpeed);
in SetSerial() 175 int HdcUARTBase::SetSerial(int fd, int nSpeed, int nBits, char nEvent, int nStop)
in SetSerial() argument 187 newttys1.c_cflag = GetUartSpeed(nSpeed);
in SetSerial() 224 WRITE_LOG(LOG_DEBUG, " SetSerial OK rate = %d", nSpeed);
in SetSerial()
|
H A D | uart.h | 193 int SetSerial(int fd, int nSpeed, int nBits, char nEvent, int nStop);
|
Completed in 5 milliseconds