Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/pixelstats/
H A DWlcReporter.cpp64 WlcReporter::WlcReporter(const char *ptmc_path) : kWirelessChargerPtmcPath(ptmc_path) {} in WlcReporter() argument
188 const char *ptmc_path) { in reportInBackground() argument
201 if (!ReadFileToString(ptmc_path, &file_contents)) { in reportInBackground()
202 ALOGE("ReadFileToString %s fail", ptmc_path); in reportInBackground()
/aosp12/hardware/google/pixel/pixelstats/include/pixelstats/
H A DWlcReporter.h40 WlcReporter(const char *ptmc_path);
68 void reportInBackground(const std::shared_ptr<IStats> &stats_client, const char *ptmc_path);