Home
last modified time | relevance | path

Searched refs:fdModem (Results 1 – 7 of 7) sorted by relevance

/device/google/wahoo/dumpstate/
DDumpstateDevice.cpp103 void DumpstateDevice::dumpModem(int fd, int fdModem) in dumpModem() argument
199 ssize_t result = TEMP_FAILURE_RETRY(write(fdModem, buffer.data(), bytes_read)); in dumpModem()
261 int fdModem = handle->data[1]; in dumpstateBoard() local
262 dumpModem(fd, fdModem); in dumpstateBoard()
DDumpstateDevice.h44 void dumpModem(int fd, int fdModem);
/device/google/crosshatch/dumpstate/
DDumpstateDevice.cpp110 void DumpstateDevice::dumpModem(int fd, int fdModem) in dumpModem() argument
215 ssize_t result = TEMP_FAILURE_RETRY(write(fdModem, buffer.data(), bytes_read)); in dumpModem()
415 int fdModem = handle->data[1]; in dumpstateBoard() local
416 dumpModem(fd, fdModem); in dumpstateBoard()
DDumpstateDevice.h45 void dumpModem(int fd, int fdModem);
/device/google/bonito/dumpstate/
DDumpstateDevice.cpp112 long fdModem = (long)data; in dumpModemThread() local
220 ssize_t result = TEMP_FAILURE_RETRY(write(fdModem, buffer.data(), bytes_read)); in dumpModemThread()
336 int fdModem = handle->data[1]; in dumpstateBoard() local
337 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard()
/device/google/coral/dumpstate/
DDumpstateDevice.cpp115 void DumpstateDevice::dumpModem(int fd, int fdModem) in dumpModem() argument
225 ssize_t result = TEMP_FAILURE_RETRY(write(fdModem, buffer.data(), bytes_read)); in dumpModem()
468 int fdModem = handle->data[1]; in dumpstateBoard() local
469 dumpModem(fd, fdModem); in dumpstateBoard()
DDumpstateDevice.h45 void dumpModem(int fd, int fdModem);