Searched refs:reportout (Results 1 – 10 of 10) sorted by relevance
/aosp12/hardware/qcom/sm8150p/gps/core/ |
H A D | SystemStatus.cpp | 1373 void SystemStatus::getIteminReport(TYPE_REPORT& reportout, const TYPE_ITEM& c) const in getIteminReport() argument 1375 reportout.clear(); in getIteminReport() 1377 reportout.push_back(c.back()); in getIteminReport() 1378 reportout.back().dump(); in getIteminReport()
|
H A D | SystemStatus.h | 894 void getIteminReport(TYPE_REPORT& reportout, const TYPE_ITEM& c) const;
|
/aosp12/hardware/qcom/sm7250/gps/core/ |
H A D | SystemStatus.cpp | 1384 void SystemStatus::getIteminReport(TYPE_REPORT& reportout, const TYPE_ITEM& c) const in getIteminReport() argument 1386 reportout.clear(); in getIteminReport() 1388 reportout.push_back(c.back()); in getIteminReport() 1389 reportout.back().dump(); in getIteminReport()
|
H A D | SystemStatus.h | 904 void getIteminReport(TYPE_REPORT& reportout, const TYPE_ITEM& c) const;
|
/aosp12/hardware/qcom/sdm845/gps/sdm845/core/ |
H A D | SystemStatus.cpp | 1340 void SystemStatus::getIteminReport(TYPE_REPORT& reportout, const TYPE_ITEM& c) const in getIteminReport() argument 1342 reportout.clear(); in getIteminReport() 1344 reportout.push_back(c.back()); in getIteminReport() 1345 reportout.back().dump(); in getIteminReport()
|
H A D | SystemStatus.h | 813 void getIteminReport(TYPE_REPORT& reportout, const TYPE_ITEM& c) const;
|
/aosp12/hardware/qcom/sm7150/gps/core/ |
H A D | SystemStatus.cpp | 1376 void SystemStatus::getIteminReport(TYPE_REPORT& reportout, const TYPE_ITEM& c) const in getIteminReport() argument 1378 reportout.clear(); in getIteminReport() 1380 reportout.push_back(c.back()); in getIteminReport() 1381 reportout.back().dump(); in getIteminReport()
|
H A D | SystemStatus.h | 896 void getIteminReport(TYPE_REPORT& reportout, const TYPE_ITEM& c) const;
|
/aosp12/hardware/qcom/sm8150/gps/core/ |
H A D | SystemStatus.cpp | 1384 void SystemStatus::getIteminReport(TYPE_REPORT& reportout, const TYPE_ITEM& c) const in getIteminReport() argument 1386 reportout.clear(); in getIteminReport() 1388 reportout.push_back(c.back()); in getIteminReport() 1389 reportout.back().dump(); in getIteminReport()
|
H A D | SystemStatus.h | 904 void getIteminReport(TYPE_REPORT& reportout, const TYPE_ITEM& c) const;
|