Home
last modified time | relevance | path

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

/device/google/bonito/dumpstate/
DDumpstateDevice.cpp110 static void *dumpModemThread(void *data) in dumpModemThread() function
337 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard()