Searched refs:gnssXtraIface (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp138 sp<IGnssXtra> gnssXtraIface = nullptr; variable
1209 gnssXtraIface = gnssXtra;
1343 if (gnssXtraIface == nullptr) {
1346 result = gnssXtraIface->setCallback(gnssXtraCbIface);
1348 gnssXtraIface = nullptr;
1561 return (gnssXtraIface != nullptr) ? JNI_TRUE : JNI_FALSE;
1566 if (gnssXtraIface == nullptr) {
1572 gnssXtraIface->injectXtraData(std::string((const char*)bytes, length));

Completed in 170 milliseconds