Searched refs:modemThreadHandle (Results 1 – 4 of 4) sorted by relevance
/device/google/barbet/dumpstate/ |
D | DumpstateDevice.cpp | 598 pthread_t modemThreadHandle = 0; in dumpstateBoard_1_1() local 605 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard_1_1() 700 if (modemThreadHandle) { in dumpstateBoard_1_1() 701 pthread_join(modemThreadHandle, NULL); in dumpstateBoard_1_1()
|
/device/google/coral/dumpstate/ |
D | DumpstateDevice.cpp | 596 pthread_t modemThreadHandle = 0; in dumpstateBoard_1_1() local 603 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard_1_1() 706 if (modemThreadHandle) { in dumpstateBoard_1_1() 707 pthread_join(modemThreadHandle, NULL); in dumpstateBoard_1_1()
|
/device/google/redfin/dumpstate/ |
D | DumpstateDevice.cpp | 622 pthread_t modemThreadHandle = 0; in dumpstateBoard_1_1() local 629 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard_1_1() 735 if (modemThreadHandle) { in dumpstateBoard_1_1() 736 pthread_join(modemThreadHandle, NULL); in dumpstateBoard_1_1()
|
/device/google/sunfish/dumpstate/ |
D | DumpstateDevice.cpp | 644 pthread_t modemThreadHandle = 0; in dumpstateBoard_1_1() local 651 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard_1_1() 731 if (modemThreadHandle) { in dumpstateBoard_1_1() 732 pthread_join(modemThreadHandle, NULL); in dumpstateBoard_1_1()
|