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

  /frameworks/base/location/tests/locationtests/src/android/location/
GpsStatusTest.java 195 int usedInFixMask) {
220 (usedInFixMask & prnShift) != 0,
263 int usedInFixMask) throws Exception {
287 usedInFixMask);
  /hardware/interfaces/gnss/1.0/default/
Gnss.cpp 200 uint32_t usedInFixMask = svInfo->used_in_fix_mask;
245 if ((usedInFixMask & svidMask) != 0) {

Completed in 92 milliseconds