Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/
DPowerStateListener.cpp71 : mSocketPath(socketPath), mPowerStateMarkerFilePath(powerStateMarkerFilePath) {} in PowerStateListener()
126 if (!ForwardSocketToFile(fd, mPowerStateMarkerFilePath)) { in Listen()
128 << "path: " << mPowerStateMarkerFilePath; in Listen()
DPowerStateListener.h40 const std::string mPowerStateMarkerFilePath; variable