/hardware/qcom/sm8150/gps/android/2.0/ |
D | GnssDebug.cpp | 71 GnssDebugReport reports = { }; in getDebugData() local 72 mGnss->getGnssInterface()->getDebugReport(reports); in getDebugData() 75 if (reports.mLocation.mValid) { in getDebugData() 77 data.position.latitudeDegrees = reports.mLocation.mLocation.latitude; in getDebugData() 78 data.position.longitudeDegrees = reports.mLocation.mLocation.longitude; in getDebugData() 79 data.position.altitudeMeters = reports.mLocation.mLocation.altitude; in getDebugData() 82 (double)(reports.mLocation.mLocation.speed); in getDebugData() 84 (double)(reports.mLocation.mLocation.bearing); in getDebugData() 86 (double)(reports.mLocation.mLocation.accuracy); in getDebugData() 88 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/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/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/qcom/sm8150/gps/android/1.0/ |
D | GnssDebug.cpp | 65 GnssDebugReport reports = { }; in getDebugData() local 66 mGnss->getGnssInterface()->getDebugReport(reports); in getDebugData() 69 if (reports.mLocation.mValid) { in getDebugData() 71 data.position.latitudeDegrees = reports.mLocation.mLocation.latitude; in getDebugData() 72 data.position.longitudeDegrees = reports.mLocation.mLocation.longitude; in getDebugData() 73 data.position.altitudeMeters = reports.mLocation.mLocation.altitude; in getDebugData() 76 (double)(reports.mLocation.mLocation.speed); in getDebugData() 78 (double)(reports.mLocation.mLocation.bearing); in getDebugData() 80 (double)(reports.mLocation.mLocation.accuracy); in getDebugData() 82 reports.mLocation.verticalAccuracyMeters; in getDebugData() [all …]
|
/hardware/qcom/sm8150/gps/android/1.1/ |
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/qcom/sm8150/gps/gnss/ |
D | GnssAdapter.cpp | 4448 SystemStatusReports reports = {}; in getDebugReport() local 4449 systemstatus->getReport(reports, true); in getDebugReport() 4455 if(!reports.mLocation.empty() && reports.mLocation.back().mValid) { in getDebugReport() 4458 reports.mLocation.back().mLocation.gpsLocation.latitude; in getDebugReport() 4460 reports.mLocation.back().mLocation.gpsLocation.longitude; in getDebugReport() 4462 reports.mLocation.back().mLocation.gpsLocation.altitude; in getDebugReport() 4464 (double)(reports.mLocation.back().mLocation.gpsLocation.speed); in getDebugReport() 4466 (double)(reports.mLocation.back().mLocation.gpsLocation.bearing); in getDebugReport() 4468 (double)(reports.mLocation.back().mLocation.gpsLocation.accuracy); in getDebugReport() 4471 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 | 2761 SystemStatusReports reports = {}; in getDebugReport() local 2762 systemstatus->getReport(reports, true); in getDebugReport() 2768 if(!reports.mLocation.empty() && reports.mLocation.back().mValid) { in getDebugReport() 2771 reports.mLocation.back().mLocation.gpsLocation.latitude; in getDebugReport() 2773 reports.mLocation.back().mLocation.gpsLocation.longitude; in getDebugReport() 2775 reports.mLocation.back().mLocation.gpsLocation.altitude; in getDebugReport() 2777 (double)(reports.mLocation.back().mLocation.gpsLocation.speed); in getDebugReport() 2779 (double)(reports.mLocation.back().mLocation.gpsLocation.bearing); in getDebugReport() 2781 (double)(reports.mLocation.back().mLocation.gpsLocation.accuracy); in getDebugReport() 2784 reports.mLocation.back().mLocationEx.vert_unc; in getDebugReport() [all …]
|
/hardware/qcom/sdm845/gps/sdm845/gnss/ |
D | GnssAdapter.cpp | 3819 SystemStatusReports reports = {}; in getDebugReport() local 3820 systemstatus->getReport(reports, true); in getDebugReport() 3826 if(!reports.mLocation.empty() && reports.mLocation.back().mValid) { in getDebugReport() 3829 reports.mLocation.back().mLocation.gpsLocation.latitude; in getDebugReport() 3831 reports.mLocation.back().mLocation.gpsLocation.longitude; in getDebugReport() 3833 reports.mLocation.back().mLocation.gpsLocation.altitude; in getDebugReport() 3835 (double)(reports.mLocation.back().mLocation.gpsLocation.speed); in getDebugReport() 3837 (double)(reports.mLocation.back().mLocation.gpsLocation.bearing); in getDebugReport() 3839 (double)(reports.mLocation.back().mLocation.gpsLocation.accuracy); in getDebugReport() 3842 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/interfaces/radio/1.5/ |
D | IRadio.hal | 85 * reports. hysteresisDlKbps must be smaller than the smallest threshold delta. A value of 0 88 * reports. hysteresisUlKbps must be smaller than the smallest threshold delta. A value of 0 90 * @param thresholdsDownlinkKbps A vector of trigger thresholds in kbps for downlink reports. A 92 * @param thresholdsUplinkKbps A vector of trigger thresholds in kbps for uplink reports. A
|
D | types.hal | 135 * An interval in dB defining the required magnitude change between reports. 843 /** Control the unsolicited sending of registration failure reports via onRegistrationFailed */ 955 * If the RAT is indicated as a GERAN, UTRAN, or CDMA2000 technology, this value reports 958 * circuit-switched services, this value reports registration in the Packet-switched domain.
|
/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;
|