HomeSort by relevance Sort by last modified time
    Searched refs:mM1 (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/gps/msm8909w_3100/core/
SystemStatus.cpp 157 SystemStatusPQWM1 mM1;
160 inline uint16_t getGpsWeek() { return mM1.mGpsWeek; }
161 inline uint32_t getGpsTowMs() { return mM1.mGpsTowMs; }
162 inline uint8_t getTimeValid() { return mM1.mTimeValid; }
163 inline uint8_t getTimeSource() { return mM1.mTimeSource; }
164 inline int32_t getTimeUnc() { return mM1.mTimeUnc; }
165 inline int32_t getClockFreqBias() { return mM1.mClockFreqBias; }
166 inline int32_t getClockFreqBiasUnc() { return mM1.mClockFreqBiasUnc; }
167 inline uint8_t getXoState() { return mM1.mXoState;}
168 inline int32_t getPgaGain() { return mM1.mPgaGain;
    [all...]
  /hardware/qcom/gps/msm8998/core/
SystemStatus.cpp 153 SystemStatusPQWM1 mM1;
156 inline uint16_t getGpsWeek() { return mM1.mGpsWeek; }
157 inline uint32_t getGpsTowMs() { return mM1.mGpsTowMs; }
158 inline uint8_t getTimeValid() { return mM1.mTimeValid; }
159 inline uint8_t getTimeSource() { return mM1.mTimeSource; }
160 inline int32_t getTimeUnc() { return mM1.mTimeUnc; }
161 inline int32_t getClockFreqBias() { return mM1.mClockFreqBias; }
162 inline int32_t getClockFreqBiasUnc() { return mM1.mClockFreqBiasUnc; }
163 inline uint8_t getXoState() { return mM1.mXoState;}
164 inline int32_t getPgaGain() { return mM1.mPgaGain;
    [all...]

Completed in 61 milliseconds