Searched refs:WlcReporter (Results 1 – 5 of 5) sorted by relevance
52 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::WlcReporter94 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 …]
71 "WlcReporter.cpp",
70 using android::hardware::google::pixel::WlcReporter;
35 class WlcReporter : public RefBase {40 WlcReporter(const char *ptmc_path);
123 WlcReporter wlc_reporter_ = WlcReporter(kWirelessChargerPtmcPath.c_str());