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

  /hardware/interfaces/gnss/1.0/
IGnssCallback.hal 230 struct GnssSystemInfo{
241 * @param info GnssSystemInfo about the GPS/GNSS hardware.
243 gnssSetSystemInfoCb(GnssSystemInfo info);
  /hardware/interfaces/gnss/1.1/vts/functional/
gnss_hal_test.h 99 Return<void> gnssSetSystemInfoCb(const IGnssCallback::GnssSystemInfo& info) override;
152 IGnssCallback::GnssSystemInfo last_info_;
gnss_hal_test.cpp 230 const IGnssCallback::GnssSystemInfo& info) {
  /hardware/interfaces/gnss/1.0/default/
Gnss.h 49 using LegacyGnssSystemInfo = ::GnssSystemInfo;
Gnss.cpp 374 ALOGE("Invalid GnssSystemInfo from GNSS HAL %s", __func__);
378 IGnssCallback::GnssSystemInfo gnssInfo = {
  /hardware/interfaces/gnss/1.0/vts/functional/
VtsHalGnssV1_0TargetTest.cpp 310 const IGnssCallback::GnssSystemInfo& info) override {
332 IGnssCallback::GnssSystemInfo last_info_;
  /hardware/libhardware/include/hardware/
gps.h 576 /** Set to sizeof(GnssSystemInfo) */
581 } GnssSystemInfo;
586 typedef void (*gnss_set_system_info)(const GnssSystemInfo* info);
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
LocEngAdapter.h 88 GnssSystemInfo mGnssInfo;
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
LocEngAdapter.h 88 GnssSystemInfo mGnssInfo;
loc_eng.cpp     [all...]
  /hardware/interfaces/gnss/1.1/default/
Gnss.cpp 157 IGnssCallback::GnssSystemInfo gnssInfo = {.yearOfHw = 2018};
  /device/generic/goldfish/gps/
gps_qemu.c 842 GnssSystemInfo sysinfo;
843 sysinfo.size = sizeof(GnssSystemInfo);
  /hardware/qcom/gps/msm8909w_3100/android/location_api/
GnssAPIClient.cpp 310 IGnssCallback::GnssSystemInfo gnssInfo;
  /hardware/qcom/gps/msm8998/android/location_api/
GnssAPIClient.cpp 261 IGnssCallback::GnssSystemInfo gnssInfo;
  /frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp 405 Return<void> gnssSetSystemInfoCb(const IGnssCallback::GnssSystemInfo& info) override;
556 Return<void> GnssCallback::gnssSetSystemInfoCb(const IGnssCallback::GnssSystemInfo& info) {
    [all...]

Completed in 246 milliseconds