Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/pixelstats/
H A DWlcReporter.cpp52 WlcReporter::WlcStatus::WlcStatus() in WlcStatus()
58 WlcReporter::ReportRecord::ReportRecord(char const *name_) in ReportRecord()
64 WlcReporter::WlcReporter(const char *ptmc_path) : kWirelessChargerPtmcPath(ptmc_path) {} in WlcReporter() function in android::hardware::google::pixel::WlcReporter
94 void WlcReporter::checkVendorId(const std::shared_ptr<IStats> &stats_client, in checkVendorId()
104 bool WlcReporter::reportVendorMayRetry(const std::shared_ptr<IStats> &stats_client, in reportVendorMayRetry()
138 int WlcReporter::readPtmcId(const char *ptmc_str) { in readPtmcId()
152 std::thread taskThread(&WlcReporter::reportInBackground, this, stats_client, in scheduleReportVendorId()
157 bool WlcReporter::ptmcWaitTimer(int timerfd) { in ptmcWaitTimer()
187 void WlcReporter::reportInBackground(const std::shared_ptr<IStats> &stats_client, in reportInBackground()
218 int WlcReporter::translateDeviceOrientationToAtomValue(int orientation) { in translateDeviceOrientationToAtomValue()
[all …]
H A DAndroid.bp71 "WlcReporter.cpp",
H A DUeventListener.cpp70 using android::hardware::google::pixel::WlcReporter;
/aosp12/hardware/google/pixel/pixelstats/include/pixelstats/
H A DWlcReporter.h35 class WlcReporter : public RefBase {
40 WlcReporter(const char *ptmc_path);
H A DUeventListener.h123 WlcReporter wlc_reporter_ = WlcReporter(kWirelessChargerPtmcPath.c_str());