Home
last modified time | relevance | path

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

/chre-3.4.0/platform/linux/
Dpal_wwan.cc34 std::thread gCellInfosThread; variable
60 if (gCellInfosThread.joinable()) { in stopCellInfoThread()
61 gCellInfosThread.join(); in stopCellInfoThread()
72 gCellInfosThread = std::thread(sendCellInfoResult); in chrePalWwanRequestCellInfo()