Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/gps/location/
DLocationDataTypes.h970 uint8_t numOfMeasReceived; // Number of measurements received for use in fix. member
/hardware/qcom/sm8150/gps/utils/
Dgps_extended_c.h776 uint8_t numOfMeasReceived; member
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.cpp391 out.numOfMeasReceived = locationExtended.numOfMeasReceived; in convertLocationInfo()
392 for (int idx =0; idx < locationExtended.numOfMeasReceived; idx++) { in convertLocationInfo()