Home
last modified time | relevance | path

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

/hardware/nxp/nfc/pn8x/halimpl/utils/
DNfccPowerTracker.cpp34 static const std::string POWER_TRACKER_LOG_FILE = variable
219 ifstream ifile(POWER_TRACKER_LOG_FILE.c_str()); in ProcessPowerTrackNtf()
311 fp = fopen(POWER_TRACKER_LOG_FILE.c_str(), "w"); in UpdatePowerStateLog()
362 pwrStateFileStream.open(POWER_TRACKER_LOG_FILE.c_str()); in ReadPowerStateLog()
413 if (remove(POWER_TRACKER_LOG_FILE.c_str()) != 0) { in Reset()