Searched refs:agnssRilIface (Results 1 – 1 of 1) sorted by relevance
131 std::unique_ptr<android::gnss::AGnssRilInterface> agnssRilIface = nullptr; variable257 agnssRilIface = gnssHal->getAGnssRilInterface(); in android_location_gnss_hal_GnssNative_init_once()283 return (agnssRilIface != nullptr) ? JNI_TRUE : JNI_FALSE; in android_location_GnssNetworkConnectivityHandler_is_agps_ril_supported()335 if (agnssRilIface == nullptr || in android_location_gnss_hal_GnssNative_init()336 !agnssRilIface->setCallback(std::make_unique<gnss::AGnssRilCallback>())) { in android_location_gnss_hal_GnssNative_init()415 if (agnssRilIface == nullptr) { in android_location_gnss_hal_GnssNative_agps_set_reference_location_cellid()419 agnssRilIface->setRefLocation(type, mcc, mnc, lac, cid, tac, pcid, arfcn); in android_location_gnss_hal_GnssNative_agps_set_reference_location_cellid()424 if (agnssRilIface == nullptr) { in android_location_gnss_hal_GnssNative_agps_set_id()428 agnssRilIface->setSetId(type, setid_string); in android_location_gnss_hal_GnssNative_agps_set_id()435 if (agnssRilIface == nullptr) { in android_location_gnss_hal_GnssNative_inject_ni_supl_message_data()[all …]