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

  /hardware/qcom/gps/msm8909w_3100/android/location_api/
GnssAPIClient.cpp 285 auto gnssCbIface(mGnssCbIface);
288 if (gnssCbIface != nullptr) {
303 auto r = gnssCbIface->gnssSetCapabilitesCb(data);
309 if (gnssCbIface != nullptr) {
319 auto r = gnssCbIface->gnssSetSystemInfoCb(gnssInfo);
331 auto gnssCbIface(mGnssCbIface);
334 if (gnssCbIface != nullptr) {
337 auto r = gnssCbIface->gnssLocationCb(gnssLocation);
424 auto gnssCbIface(mGnssCbIface);
427 if (gnssCbIface != nullptr)
    [all...]
  /hardware/qcom/gps/msm8998/android/location_api/
GnssAPIClient.cpp 237 sp<IGnssCallback> gnssCbIface = mGnssCbIface;
239 if (gnssCbIface != nullptr) {
254 auto r = gnssCbIface->gnssSetCapabilitesCb(data);
260 if (gnssCbIface != nullptr) {
267 auto r = gnssCbIface->gnssSetSystemInfoCb(gnssInfo);
278 sp<IGnssCallback> gnssCbIface = mGnssCbIface;
280 if (gnssCbIface != nullptr) {
283 auto r = gnssCbIface->gnssLocationCb(gnssLocation);
367 sp<IGnssCallback> gnssCbIface = mGnssCbIface;
369 if (gnssCbIface != nullptr)
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp     [all...]

Completed in 68 milliseconds