Searched refs:controlLocationSession (Results 1 – 9 of 9) sorted by relevance
/system/chre/platform/shared/ |
D | platform_gnss.cc | 69 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/ |
D | platform_gnss.h | 58 bool controlLocationSession(bool enable, Milliseconds minInterval,
|
/system/chre/chpp/services/ |
D | gnss.c | 83 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/ |
D | gnss.h | 214 bool (*controlLocationSession)(bool enable, uint32_t minIntervalMs, member
|
/system/chre/chpp/platform/linux/services/ |
D | platform_gnss.c | 85 .controlLocationSession = gnssPalControlLocationSession, in chrePalGnssGetApi()
|
/system/chre/pal/tests/src/ |
D | gnss_pal_impl_test.cc | 256 ASSERT_TRUE(api_->controlLocationSession(true /* enable */, in TEST_P() 275 ASSERT_TRUE(api_->controlLocationSession( in TEST_P()
|
/system/chre/platform/linux/ |
D | pal_gnss.cc | 174 .controlLocationSession = chrePalControlLocationSession, in chrePalGnssGetApi()
|
/system/chre/chpp/clients/ |
D | gnss.c | 851 .controlLocationSession = chppGnssClientControlLocationSession,
|
/system/chre/core/ |
D | gnss_manager.cc | 644 .mPlatformGnss.controlLocationSession(enable, minInterval, in controlPlatform()
|