Searched refs:dumpModemThread (Results 1 – 4 of 4) sorted by relevance
| /device/google/barbet/dumpstate/ |
| D | DumpstateDevice.cpp | 245 static void *dumpModemThread(void *data) in dumpModemThread() function 605 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard_1_1()
|
| /device/google/coral/dumpstate/ |
| D | DumpstateDevice.cpp | 246 static void *dumpModemThread(void *data) in dumpModemThread() function 603 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard_1_1()
|
| /device/google/sunfish/dumpstate/ |
| D | DumpstateDevice.cpp | 244 static void *dumpModemThread(void *data) in dumpModemThread() function 651 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard_1_1()
|
| /device/google/redfin/dumpstate/ |
| D | DumpstateDevice.cpp | 243 static void *dumpModemThread(void *data) in dumpModemThread() function 629 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard_1_1()
|