Home
last modified time | relevance | path

Searched refs:controlLocationSession (Results 1 – 5 of 5) 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(enable, in controlLocationSession()
/system/chre/platform/include/chre/platform/
Dplatform_gnss.h58 bool controlLocationSession(bool enable, Milliseconds minInterval,
/system/chre/pal/include/chre/pal/
Dgnss.h208 bool (*controlLocationSession)( member
/system/chre/pal/tests/src/
Dgnss_pal_impl_test.cc254 ASSERT_TRUE(api_->controlLocationSession( in TEST_F()
272 ASSERT_TRUE(api_->controlLocationSession( in TEST_F()
/system/chre/core/
Dgnss_manager.cc399 .controlLocationSession(enable, minInterval, Milliseconds(0)); in controlPlatform()