Home
last modified time | relevance | path

Searched refs:modemThreadHandle (Results 1 – 4 of 4) sorted by relevance

/device/google/barbet/dumpstate/
DDumpstateDevice.cpp598 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/
DDumpstateDevice.cpp596 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/
DDumpstateDevice.cpp622 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/
DDumpstateDevice.cpp644 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()