/hardware/qcom/gps/msm8909w_3100/android/ |
D | GnssDebug.cpp | 59 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/sdm845/gps/msm8998/android/ |
D | GnssDebug.cpp | 59 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/msm8998/android/ |
D | GnssDebug.cpp | 59 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/sdm845/gps/sdm845/android/ |
D | GnssDebug.cpp | 66 GnssDebugReport reports = { }; in getDebugData() local 67 mGnss->getGnssInterface()->getDebugReport(reports); in getDebugData() 70 if (reports.mLocation.mValid) { in getDebugData() 72 data.position.latitudeDegrees = reports.mLocation.mLocation.latitude; in getDebugData() 73 data.position.longitudeDegrees = reports.mLocation.mLocation.longitude; in getDebugData() 74 data.position.altitudeMeters = reports.mLocation.mLocation.altitude; in getDebugData() 77 (double)(reports.mLocation.mLocation.speed); in getDebugData() 79 (double)(reports.mLocation.mLocation.bearing); in getDebugData() 81 (double)(reports.mLocation.mLocation.accuracy); in getDebugData() 83 reports.mLocation.verticalAccuracyMeters; in getDebugData() [all …]
|
/hardware/interfaces/input/common/1.0/ |
D | types.hal | 27 * - For a touch screen, reports the absolute X screen position of the center of 29 * - For a touch pad, reports the absolute X surface position of the center of the touch 31 * - For a mouse, reports the absolute X screen position of the mouse pointer. 33 * - For a trackball, reports the relative horizontal displacement of the trackball. 35 * - For a joystick, reports the absolute X position of the joystick. 42 * - For a touch screen, reports the absolute Y screen position of the center of 44 * - For a touch pad, reports the absolute Y surface position of the center of the touch 46 * - For a mouse, reports the absolute Y screen position of the mouse pointer. 48 * - For a trackball, reports the relative vertical displacement of the trackball. 50 * - For a joystick, reports the absolute Y position of the joystick. [all …]
|
/hardware/qcom/gps/msm8909w_3100/gnss/ |
D | GnssAdapter.cpp | 2884 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/ |
D | HidParser.cpp | 230 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 <<()
|
D | HidParser.h | 167 std::vector<ReportItem> reports; member
|
/hardware/qcom/sdm845/gps/msm8998/gnss/ |
D | GnssAdapter.cpp | 2766 SystemStatusReports reports = {}; in getDebugReport() local 2767 systemstatus->getReport(reports, true); in getDebugReport() 2773 if(!reports.mLocation.empty() && reports.mLocation.back().mValid) { in getDebugReport() 2776 reports.mLocation.back().mLocation.gpsLocation.latitude; in getDebugReport() 2778 reports.mLocation.back().mLocation.gpsLocation.longitude; in getDebugReport() 2780 reports.mLocation.back().mLocation.gpsLocation.altitude; in getDebugReport() 2782 (double)(reports.mLocation.back().mLocation.gpsLocation.speed); in getDebugReport() 2784 (double)(reports.mLocation.back().mLocation.gpsLocation.bearing); in getDebugReport() 2786 (double)(reports.mLocation.back().mLocation.gpsLocation.accuracy); in getDebugReport() 2789 reports.mLocation.back().mLocationEx.vert_unc; in getDebugReport() [all …]
|
/hardware/qcom/gps/msm8998/gnss/ |
D | GnssAdapter.cpp | 2760 SystemStatusReports reports = {}; in getDebugReport() local 2761 systemstatus->getReport(reports, true); in getDebugReport() 2767 if(!reports.mLocation.empty() && reports.mLocation.back().mValid) { in getDebugReport() 2770 reports.mLocation.back().mLocation.gpsLocation.latitude; in getDebugReport() 2772 reports.mLocation.back().mLocation.gpsLocation.longitude; in getDebugReport() 2774 reports.mLocation.back().mLocation.gpsLocation.altitude; in getDebugReport() 2776 (double)(reports.mLocation.back().mLocation.gpsLocation.speed); in getDebugReport() 2778 (double)(reports.mLocation.back().mLocation.gpsLocation.bearing); in getDebugReport() 2780 (double)(reports.mLocation.back().mLocation.gpsLocation.accuracy); in getDebugReport() 2783 reports.mLocation.back().mLocationEx.vert_unc; in getDebugReport() [all …]
|
/hardware/qcom/sdm845/gps/sdm845/gnss/ |
D | GnssAdapter.cpp | 3815 SystemStatusReports reports = {}; in getDebugReport() local 3816 systemstatus->getReport(reports, true); in getDebugReport() 3822 if(!reports.mLocation.empty() && reports.mLocation.back().mValid) { in getDebugReport() 3825 reports.mLocation.back().mLocation.gpsLocation.latitude; in getDebugReport() 3827 reports.mLocation.back().mLocation.gpsLocation.longitude; in getDebugReport() 3829 reports.mLocation.back().mLocation.gpsLocation.altitude; in getDebugReport() 3831 (double)(reports.mLocation.back().mLocation.gpsLocation.speed); in getDebugReport() 3833 (double)(reports.mLocation.back().mLocation.gpsLocation.bearing); in getDebugReport() 3835 (double)(reports.mLocation.back().mLocation.gpsLocation.accuracy); in getDebugReport() 3838 reports.mLocation.back().mLocationEx.vert_unc; in getDebugReport() [all …]
|
/hardware/interfaces/radio/1.2/ |
D | IRadio.hal | 72 * Note: As this mechanism generally only constrains reports based on one measured quantity per 75 * length zero respectively. If either hysteresisDb or thresholdsDbm is set, then reports shall 83 * @param hysteresisDb An interval in dB defining the required magnitude change between reports. 107 * reports. hysteresisDlKbps must be smaller than the smallest threshold delta. A value of 0 110 * reports. hysteresisUlKbps must be smaller than the smallest threshold delta. A value of 0 112 * @param thresholdsDownlinkKbps A vector of trigger thresholds in kbps for downlink reports. A 114 * @param thresholdsUplinkKbps A vector of trigger thresholds in kbps for uplink reports. A
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidRawSensor.cpp | 147 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/ |
D | IWifiStaIface.hal | 499 * 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/ |
D | IRadioIndication.hal | 46 * state of a keepalive. Unsolicited keepalive status reports should never be
|
/hardware/qcom/gps/msm8998/core/ |
D | SystemStatus.h | 437 bool getReport(SystemStatusReports& reports, bool isLatestonly = false) const;
|
/hardware/qcom/sdm845/gps/msm8998/core/ |
D | SystemStatus.h | 437 bool getReport(SystemStatusReports& reports, bool isLatestonly = false) const;
|
/hardware/qcom/msm8998/json-c/ |
D | config.h.in | 143 /* Define to the address where bug reports for this package should be sent. */
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | SystemStatus.h | 636 bool getReport(SystemStatusReports& reports, bool isLatestonly = false) const;
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IDevice.hal | 146 * still choose not to cache certain compiled models even if it reports that caching 149 * If the device reports that caching is not supported, the user may avoid calling
|
/hardware/qcom/sdm845/gps/sdm845/core/ |
D | SystemStatus.h | 825 bool getReport(SystemStatusReports& reports, bool isLatestonly = false) const;
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssMeasurementCallback.hal | 265 * While this number stays the same, between GnssClock reports, it can be 274 * measurements, from consecutive GnssData reports.
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantStaIfaceCallback.hal | 70 * This state is entered when the driver reports that association has
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 657 * sensor HAL supports sensor additional information feature, it reports
|