Home
last modified time | relevance | path

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

/device/google/barbet/dumpstate/
DDumpstateDevice.cpp247 long fdModem = (long)data; in dumpModemThread() local
369 ssize_t result = TEMP_FAILURE_RETRY(write(fdModem, buffer.data(), bytes_read)); in dumpModemThread()
604 int fdModem = handle->data[1]; in dumpstateBoard_1_1() local
605 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard_1_1()
/device/google/coral/dumpstate/
DDumpstateDevice.cpp248 long fdModem = (long)data; in dumpModemThread() local
362 ssize_t result = TEMP_FAILURE_RETRY(write(fdModem, buffer.data(), bytes_read)); in dumpModemThread()
602 int fdModem = handle->data[1]; in dumpstateBoard_1_1() local
603 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard_1_1()
/device/google/redfin/dumpstate/
DDumpstateDevice.cpp245 long fdModem = (long)data; in dumpModemThread() local
367 ssize_t result = TEMP_FAILURE_RETRY(write(fdModem, buffer.data(), bytes_read)); in dumpModemThread()
628 int fdModem = handle->data[1]; in dumpstateBoard_1_1() local
629 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard_1_1()
/device/google/sunfish/dumpstate/
DDumpstateDevice.cpp246 long fdModem = (long)data; in dumpModemThread() local
368 ssize_t result = TEMP_FAILURE_RETRY(write(fdModem, buffer.data(), bytes_read)); in dumpModemThread()
650 int fdModem = handle->data[1]; in dumpstateBoard_1_1() local
651 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard_1_1()
/device/google/gs-common/gear/dumpstate_v3/
DDumpstate.h44 void dumpLogSection(int fd, int fdModem);
/device/google/gs-common/gear/dumpstate/
DDumpstate.h44 void dumpLogSection(int fd, int fdModem);