Searched refs:controlLocationSession (Results 1 – 5 of 5) sorted by relevance
69 bool PlatformGnss::controlLocationSession(bool enable, Milliseconds minInterval, in controlLocationSession() function in chre::PlatformGnss73 return mGnssApi->controlLocationSession(enable, in controlLocationSession()
58 bool controlLocationSession(bool enable, Milliseconds minInterval,
208 bool (*controlLocationSession)( member
254 ASSERT_TRUE(api_->controlLocationSession( in TEST_F()272 ASSERT_TRUE(api_->controlLocationSession( in TEST_F()
399 .controlLocationSession(enable, minInterval, Milliseconds(0)); in controlPlatform()