Searched refs:agnssRilIface (Results 1 – 1 of 1) sorted by relevance
244 sp<IAGnssRil_V1_0> agnssRilIface = nullptr; variable2158 agnssRilIface = agnssRilIface_V2_0; in android_location_GnssLocationProvider_init_once()2165 agnssRilIface = agnssRil_V1_0; in android_location_GnssLocationProvider_init_once()2370 return (agnssRilIface != nullptr) ? JNI_TRUE : JNI_FALSE; in android_location_GnssNetworkConnectivityHandler_is_agps_ril_supported()2474 if (agnssRilIface != nullptr) { in android_location_GnssLocationProvider_init()2475 auto status = agnssRilIface->setCallback(aGnssRilCbIface); in android_location_GnssLocationProvider_init()2571 if (agnssRilIface == nullptr) { in android_location_GnssLocationProvider_agps_set_reference_location_cellid()2591 auto result = agnssRilIface->setRefLocation(location); in android_location_GnssLocationProvider_agps_set_reference_location_cellid()2597 if (agnssRilIface == nullptr) { in android_location_GnssLocationProvider_agps_set_id()2603 auto result = agnssRilIface->setSetId((IAGnssRil_V1_0::SetIDType)type, jniSetId); in android_location_GnssLocationProvider_agps_set_id()[all …]