Home
last modified time | relevance | path

Searched refs:platformConfigurePassiveLocationListener (Results 1 – 2 of 2) sorted by relevance

/system/chre/core/include/chre/core/
Dgnss_manager.h509 bool platformConfigurePassiveLocationListener(bool enable);
/system/chre/core/
Dgnss_manager.cc132 success = platformConfigurePassiveLocationListener(enable); in configurePassiveLocationListener()
168 bool GnssManager::platformConfigurePassiveLocationListener(bool enable) { in platformConfigurePassiveLocationListener() function in chre::GnssManager
186 if (!platformConfigurePassiveLocationListener(true /* enable */)) { in handleRequestStateResyncCallbackSync()