Searched refs:modemThreadHandle (Results 1 – 7 of 7) sorted by relevance
/device/google/crosshatch/dumpstate/ |
D | DumpstateDevice.cpp | 414 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/ |
D | DumpstateDevice.cpp | 384 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/ |
D | DumpstateDevice.cpp | 475 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/ |
D | DumpstateDevice.cpp | 483 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/ |
D | DumpstateDevice.cpp | 524 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/ |
D | DumpstateDevice.cpp | 501 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/ |
D | DumpstateDevice.cpp | 605 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()
|