Home
last modified time | relevance | path

Searched defs:sessions (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/gps/msm8998/location/
DLocationAPIClientBase.cpp411 uint32_t* sessions = mLocationAPI->addGeofences(count, options, data); in locAPIAddGeofences() local
432 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIRemoveGeofences() local
453 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIModifyGeofences() local
474 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIPauseGeofences() local
495 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIResumeGeofences() local
520 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIRemoveAllGeofences() local
DLocationAPIClientBase.h304 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse()
317 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse()
331 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse()
344 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse()
357 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse()