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

/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp142 sp<IGnssBatching> gnssBatchingIface = nullptr; variable
1292 gnssBatchingIface = gnssBatching;
2057 if (gnssBatchingIface == nullptr) {
2060 auto result = gnssBatchingIface->getBatchSize();
2069 if (gnssBatchingIface == nullptr) {
2074 return static_cast<jboolean>(gnssBatchingIface->init(gnssBatchingCbIface));
2078 if (gnssBatchingIface == nullptr) {
2081 gnssBatchingIface->cleanup();
2086 if (gnssBatchingIface == nullptr) {
2098 return static_cast<jboolean>(gnssBatchingIface
[all...]

Completed in 149 milliseconds