Searched refs:fdModem (Results 1 – 6 of 6) sorted by relevance
/device/google/barbet/dumpstate/ |
D | DumpstateDevice.cpp | 247 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/ |
D | DumpstateDevice.cpp | 248 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/ |
D | DumpstateDevice.cpp | 245 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/ |
D | DumpstateDevice.cpp | 246 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/ |
D | Dumpstate.h | 44 void dumpLogSection(int fd, int fdModem);
|
/device/google/gs-common/gear/dumpstate/ |
D | Dumpstate.h | 44 void dumpLogSection(int fd, int fdModem);
|