Home
last modified time | relevance | path

Searched refs:agpsInit (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/gps/msm8998/gnss/
Dlocation_gnss.cpp57 static void agpsInit(void* statusV4Cb);
81 agpsInit,
218 static void agpsInit(void* statusV4Cb) { in agpsInit() function
/hardware/qcom/gps/msm8909w_3100/gnss/
Dlocation_gnss.cpp57 static void agpsInit(const AgpsCbInfo& cbInfo);
82 agpsInit,
220 static void agpsInit(const AgpsCbInfo& cbInfo) { in agpsInit() function
/hardware/qcom/gps/msm8998/android/
DAGnss.cpp54 mGnss->getGnssInterface()->agpsInit((void*)agnssStatusIpV4Cb); in setCallback()
/hardware/qcom/gps/msm8909w_3100/android/
DAGnss.cpp58 mGnss->getGnssInterface()->agpsInit(cbInfo); in setCallback()
/hardware/qcom/gps/msm8998/location/
Dlocation_interface.h52 void (*agpsInit)(void* statusV4Cb); member
/hardware/qcom/gps/msm8909w_3100/location/
Dlocation_interface.h53 void (*agpsInit)(const AgpsCbInfo& cbInfo); member