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

  /test/vts-testcase/hal/gnss/V1_0/host/
VtsHalGnssV1_0HostTest.py 76 def gnssSetSystemInfoCb(info):
77 logging.info("callback gnssSetSystemInfoCb")
89 gnssSetSystemInfoCb=gnssSetSystemInfoCb)
  /hardware/interfaces/gnss/1.0/
IGnssCallback.hal 243 gnssSetSystemInfoCb(GnssSystemInfo info);
  /hardware/interfaces/gnss/1.1/vts/functional/
gnss_hal_test.h 99 Return<void> gnssSetSystemInfoCb(const IGnssCallback::GnssSystemInfo& info) override;
gnss_hal_test.cpp 229 Return<void> GnssHalTest::GnssCallback::gnssSetSystemInfoCb(
  /hardware/interfaces/gnss/1.1/default/
Gnss.cpp 159 ret = sGnssCallback->gnssSetSystemInfoCb(gnssInfo);
  /hardware/interfaces/gnss/1.0/vts/functional/
VtsHalGnssV1_0TargetTest.cpp 309 Return<void> gnssSetSystemInfoCb(
  /hardware/interfaces/gnss/1.0/default/
Gnss.cpp 382 auto ret = sGnssCbIface->gnssSetSystemInfoCb(gnssInfo);
  /hardware/qcom/gps/msm8909w_3100/android/location_api/
GnssAPIClient.cpp 319 auto r = gnssCbIface->gnssSetSystemInfoCb(gnssInfo);
321 LOC_LOGE("%s] Error from gnssSetSystemInfoCb description=%s",
  /hardware/qcom/gps/msm8998/android/location_api/
GnssAPIClient.cpp 267 auto r = gnssCbIface->gnssSetSystemInfoCb(gnssInfo);
269 LOC_LOGE("%s] Error from gnssSetSystemInfoCb description=%s",
  /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 377 milliseconds