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

  /hardware/libhardware/include/hardware/
gps.h 464 * Constellation type of GnssSvInfo
560 * Use GnssSvInfo instead.
576 /** set to sizeof(GnssSvInfo) */
621 } GnssSvInfo;
651 GnssSvInfo gnss_sv_list[GNSS_MAX_SVS];
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp 94 static GnssSvInfo sGnssSvList[GNSS_MAX_SATELLITE_COUNT];
150 GnssSvInfo& info = sGnssSvList[i];
214 sizeof(GnssSvInfo) * sGnssSvListSize);
742 const GnssSvInfo& info = sGnssSvList[i];
    [all...]

Completed in 36 milliseconds