Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/powerpolicy/client/include/
H A DPowerPolicyClientBase.h84 std::thread mConnectionThread; variable
/aosp12/packages/services/Car/cpp/powerpolicy/client/src/
H A DPowerPolicyClientBase.cpp81 mConnectionThread = std::thread([this]() { in init()