Home
last modified time | relevance | path

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

/device/google/crosshatch/dumpstate/
DDumpstateDevice.cpp414 pthread_t modemThreadHandle = 0; in dumpstateBoard_1_1() local
421 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard_1_1()
518 if (modemThreadHandle) { in dumpstateBoard_1_1()
519 pthread_join(modemThreadHandle, NULL); in dumpstateBoard_1_1()
/device/google/bonito/dumpstate/
DDumpstateDevice.cpp384 pthread_t modemThreadHandle = 0; in dumpstateBoard_1_1() local
391 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard_1_1()
485 if (modemThreadHandle) { in dumpstateBoard_1_1()
486 pthread_join(modemThreadHandle, NULL); in dumpstateBoard_1_1()
/device/google/coral/dumpstate/
DDumpstateDevice.cpp475 pthread_t modemThreadHandle = 0; in dumpstateBoard_1_1() local
482 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard_1_1()
578 if (modemThreadHandle) { in dumpstateBoard_1_1()
579 pthread_join(modemThreadHandle, NULL); in dumpstateBoard_1_1()
/device/google/bramble/dumpstate/
DDumpstateDevice.cpp483 pthread_t modemThreadHandle = 0; in dumpstateBoard_1_1() local
490 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard_1_1()
588 if (modemThreadHandle) { in dumpstateBoard_1_1()
589 pthread_join(modemThreadHandle, NULL); in dumpstateBoard_1_1()
/device/google/sunfish/dumpstate/
DDumpstateDevice.cpp524 pthread_t modemThreadHandle = 0; in dumpstateBoard_1_1() local
531 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard_1_1()
609 if (modemThreadHandle) { in dumpstateBoard_1_1()
610 pthread_join(modemThreadHandle, NULL); in dumpstateBoard_1_1()
/device/google/redfin/dumpstate/
DDumpstateDevice.cpp501 pthread_t modemThreadHandle = 0; in dumpstateBoard_1_1() local
508 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard_1_1()
610 if (modemThreadHandle) { in dumpstateBoard_1_1()
611 pthread_join(modemThreadHandle, NULL); in dumpstateBoard_1_1()
/device/google/barbet/dumpstate/
DDumpstateDevice.cpp605 pthread_t modemThreadHandle = 0; in dumpstateBoard_1_1() local
612 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard_1_1()
707 if (modemThreadHandle) { in dumpstateBoard_1_1()
708 pthread_join(modemThreadHandle, NULL); in dumpstateBoard_1_1()