Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/android/
DGnssDebug.cpp59 GnssDebugReport reports = { }; in getDebugData() local
60 mGnss->getGnssInterface()->getDebugReport(reports); in getDebugData()
63 if (reports.mLocation.mValid) { in getDebugData()
65 data.position.latitudeDegrees = reports.mLocation.mLocation.latitude; in getDebugData()
66 data.position.longitudeDegrees = reports.mLocation.mLocation.longitude; in getDebugData()
67 data.position.altitudeMeters = reports.mLocation.mLocation.altitude; in getDebugData()
70 (double)(reports.mLocation.mLocation.speed); in getDebugData()
72 (double)(reports.mLocation.mLocation.bearing); in getDebugData()
74 (double)(reports.mLocation.mLocation.accuracy); in getDebugData()
76 reports.mLocation.verticalAccuracyMeters; in getDebugData()
[all …]
/hardware/qcom/gps/msm8909w_3100/android/
DGnssDebug.cpp59 GnssDebugReport reports = { }; in getDebugData() local
60 mGnss->getGnssInterface()->getDebugReport(reports); in getDebugData()
63 if (reports.mLocation.mValid) { in getDebugData()
65 data.position.latitudeDegrees = reports.mLocation.mLocation.latitude; in getDebugData()
66 data.position.longitudeDegrees = reports.mLocation.mLocation.longitude; in getDebugData()
67 data.position.altitudeMeters = reports.mLocation.mLocation.altitude; in getDebugData()
70 (double)(reports.mLocation.mLocation.speed); in getDebugData()
72 (double)(reports.mLocation.mLocation.bearing); in getDebugData()
74 (double)(reports.mLocation.mLocation.accuracy); in getDebugData()
76 reports.mLocation.verticalAccuracyMeters; in getDebugData()
[all …]
/hardware/qcom/gps/msm8909w_3100/gnss/
DGnssAdapter.cpp2884 SystemStatusReports reports = {}; in getDebugReport() local
2885 systemstatus->getReport(reports, true); in getDebugReport()
2891 if(!reports.mLocation.empty() && reports.mLocation.back().mValid) { in getDebugReport()
2894 reports.mLocation.back().mLocation.gpsLocation.latitude; in getDebugReport()
2896 reports.mLocation.back().mLocation.gpsLocation.longitude; in getDebugReport()
2898 reports.mLocation.back().mLocation.gpsLocation.altitude; in getDebugReport()
2900 (double)(reports.mLocation.back().mLocation.gpsLocation.speed); in getDebugReport()
2902 (double)(reports.mLocation.back().mLocation.gpsLocation.bearing); in getDebugReport()
2904 (double)(reports.mLocation.back().mLocation.gpsLocation.accuracy); in getDebugReport()
2907 reports.mLocation.back().mLocationEx.vert_unc; in getDebugReport()
[all …]
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidParser.cpp230 const auto &reports = setPair.second[type]; // feature in convertGroupToPacket() local
239 for (const auto &r : reports) { in convertGroupToPacket()
260 packet.reports.push_back(digest); in convertGroupToPacket()
263 if (!packet.reports.empty()) { in convertGroupToPacket()
292 << packet.reports.size() << " entries" << LOG_ENDL; in operator <<()
294 for (const auto &report : packet.reports) { in operator <<()
DHidParser.h167 std::vector<ReportItem> reports; member
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp2768 SystemStatusReports reports = {}; in getDebugReport() local
2769 systemstatus->getReport(reports, true); in getDebugReport()
2775 if(!reports.mLocation.empty() && reports.mLocation.back().mValid) { in getDebugReport()
2778 reports.mLocation.back().mLocation.gpsLocation.latitude; in getDebugReport()
2780 reports.mLocation.back().mLocation.gpsLocation.longitude; in getDebugReport()
2782 reports.mLocation.back().mLocation.gpsLocation.altitude; in getDebugReport()
2784 (double)(reports.mLocation.back().mLocation.gpsLocation.speed); in getDebugReport()
2786 (double)(reports.mLocation.back().mLocation.gpsLocation.bearing); in getDebugReport()
2788 (double)(reports.mLocation.back().mLocation.gpsLocation.accuracy); in getDebugReport()
2791 reports.mLocation.back().mLocationEx.vert_unc; in getDebugReport()
[all …]
/hardware/interfaces/radio/1.2/
DIRadio.hal72 * @param hysteresisDb An interval in dB defining the required magnitude change between reports.
96 * reports. hysteresisDlKbps must be smaller than the smallest threshold delta. A value of 0
99 * reports. hysteresisUlKbps must be smaller than the smallest threshold delta. A value of 0
101 * @param thresholdsDownlinkKbps A vector of trigger thresholds in kbps for downlink reports. A
103 * @param thresholdsUplinkKbps A vector of trigger thresholds in kbps for uplink reports. A
/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawSensor.cpp147 packet.reports.begin(), packet.reports.end(), in HidRawSensor()
165 for (const auto &digest : pPacket->reports) { in HidRawSensor()
401 packet.reports.begin(), packet.reports.end(), in find()
406 if (i != packet.reports.end()) { in find()
463 for (const auto & r : packet.reports) { in populateFeatureValueFromFeatureReport()
/hardware/interfaces/wifi/1.0/
DIWifiStaIface.hal499 * The fate reports must follow the same order as their respective
502 * reports for management frames.
505 * reports is at the discretion of HAL implementation.
527 * The fate reports must follow the same order as their respective
530 * reports for management frames.
533 * reports is at the discretion of HAL implementation.
/hardware/interfaces/radio/1.1/
DIRadioIndication.hal46 * state of a keepalive. Unsolicited keepalive status reports should never be
/hardware/qcom/gps/msm8998/core/
DSystemStatus.h437 bool getReport(SystemStatusReports& reports, bool isLatestonly = false) const;
/hardware/qcom/msm8998/json-c/
Dconfig.h.in143 /* Define to the address where bug reports for this package should be sent. */
/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatus.h636 bool getReport(SystemStatusReports& reports, bool isLatestonly = false) const;
/hardware/interfaces/gnss/1.0/
DIGnssMeasurementCallback.hal255 * While this number stays the same, between GnssClock reports, it can be
264 * measurements, from consecutive GnssData reports.
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaIfaceCallback.hal70 * This state is entered when the driver reports that association has
/hardware/interfaces/sensors/1.0/
Dtypes.hal657 * sensor HAL supports sensor additional information feature, it reports