Home
last modified time | relevance | path

Searched refs:controlLocationSession (Results 1 – 9 of 9) sorted by relevance

/system/chre/platform/shared/
Dplatform_gnss.cc69 bool PlatformGnss::controlLocationSession(bool enable, Milliseconds minInterval, in controlLocationSession() function in chre::PlatformGnss
73 return mGnssApi->controlLocationSession( in controlLocationSession()
/system/chre/platform/include/chre/platform/
Dplatform_gnss.h58 bool controlLocationSession(bool enable, Milliseconds minInterval,
/system/chre/chpp/services/
Dgnss.c83 controlLocationSession; // Control Location measurement state member
183 rRState = &gnssServiceContext->controlLocationSession; in chppDispatchGnssRequest()
396 if (!gnssServiceContext->api->controlLocationSession( in chppGnssServiceControlLocationSession()
527 .transaction = gGnssServiceContext.controlLocationSession.transaction, in chppGnssServiceLocationStatusChangeCallback()
546 &gGnssServiceContext.controlLocationSession, response, responseLen); in chppGnssServiceLocationStatusChangeCallback()
/system/chre/pal/include/chre/pal/
Dgnss.h214 bool (*controlLocationSession)(bool enable, uint32_t minIntervalMs, member
/system/chre/chpp/platform/linux/services/
Dplatform_gnss.c85 .controlLocationSession = gnssPalControlLocationSession, in chrePalGnssGetApi()
/system/chre/pal/tests/src/
Dgnss_pal_impl_test.cc256 ASSERT_TRUE(api_->controlLocationSession(true /* enable */, in TEST_P()
275 ASSERT_TRUE(api_->controlLocationSession( in TEST_P()
/system/chre/platform/linux/
Dpal_gnss.cc174 .controlLocationSession = chrePalControlLocationSession, in chrePalGnssGetApi()
/system/chre/chpp/clients/
Dgnss.c851 .controlLocationSession = chppGnssClientControlLocationSession,
/system/chre/core/
Dgnss_manager.cc644 .mPlatformGnss.controlLocationSession(enable, minInterval, in controlPlatform()