/hardware/qcom/sm8150/gps/gnss/ |
D | Agps.h | 43 int handle, int isSuccess, char* apn, uint32_t apnLen, 47 typedef std::function<void(int handle, int isSuccess)> AgpsAtlCloseStatusCb;
|
/hardware/qcom/sm8150p/gps/gnss/ |
D | Agps.h | 43 int handle, int isSuccess, char* apn, uint32_t apnLen, 47 typedef std::function<void(int handle, int isSuccess)> AgpsAtlCloseStatusCb;
|
D | GnssAdapter.cpp | 61 static void agpsOpenResultCb (bool isSuccess, AGpsExtType agpsType, const char* apn, 63 static void agpsCloseResultCb (bool isSuccess, AGpsExtType agpsType, void* userDataPtr); 114 [this](int handle, int isSuccess, char* apn, uint32_t apnLen, 118 handle, isSuccess, apn, apnLen, bearerType, agpsType, mask); in __anon04917ab80102() 121 [this](int handle, int isSuccess) { in __anon04917ab80202() argument 123 mLocApi->atlCloseStatus(handle, isSuccess); in __anon04917ab80202() 4837 static void agpsOpenResultCb (bool isSuccess, AGpsExtType agpsType, const char* apn, in agpsOpenResultCb() argument 4849 if (isSuccess) { in agpsOpenResultCb() 4856 static void agpsCloseResultCb (bool isSuccess, AGpsExtType agpsType, void* userDataPtr) { in agpsCloseResultCb() argument 4863 if (isSuccess) { in agpsCloseResultCb()
|
/hardware/qcom/sm7150/gps/gnss/ |
D | Agps.h | 43 int handle, int isSuccess, char* apn, uint32_t apnLen, 47 typedef std::function<void(int handle, int isSuccess)> AgpsAtlCloseStatusCb;
|
/hardware/qcom/gps/msm8909w_3100/gnss/ |
D | Agps.h | 42 int handle, int isSuccess, char* apn, 45 typedef std::function<void(int handle, int isSuccess)> AgpsAtlCloseStatusCb;
|
D | GnssAdapter.cpp | 2394 [this](int handle, int isSuccess, char* apn, in initAgpsCommand() 2398 handle, isSuccess, apn, bearerType, agpsType); in initAgpsCommand() 2401 [this](int handle, int isSuccess) { in initAgpsCommand() argument 2403 mLocApi->atlCloseStatus(handle, isSuccess); in initAgpsCommand()
|
/hardware/qcom/sdm845/gps/sdm845/gnss/ |
D | Agps.h | 43 int handle, int isSuccess, char* apn, 47 typedef std::function<void(int handle, int isSuccess)> AgpsAtlCloseStatusCb;
|
/hardware/qcom/gps/msm8998/gnss/ |
D | Agps.h | 42 int handle, int isSuccess, char* apn, 45 typedef std::function<void(int handle, int isSuccess)> AgpsAtlCloseStatusCb;
|
D | GnssAdapter.cpp | 2284 [this](int handle, int isSuccess, char* apn, in initAgpsCommand() 2288 handle, isSuccess, apn, bearerType, agpsType); in initAgpsCommand() 2291 [this](int handle, int isSuccess) { in initAgpsCommand() argument 2293 mLocApi->atlCloseStatus(handle, isSuccess); in initAgpsCommand()
|
/hardware/qcom/sdm845/gps/msm8998/gnss/ |
D | Agps.h | 42 int handle, int isSuccess, char* apn, 45 typedef std::function<void(int handle, int isSuccess)> AgpsAtlCloseStatusCb;
|
D | GnssAdapter.cpp | 2290 [this](int handle, int isSuccess, char* apn, in initAgpsCommand() 2294 handle, isSuccess, apn, bearerType, agpsType); in initAgpsCommand() 2297 [this](int handle, int isSuccess) { in initAgpsCommand() argument 2299 mLocApi->atlCloseStatus(handle, isSuccess); in initAgpsCommand()
|
/hardware/qcom/sdm845/gps/sdm845/utils/ |
D | gps_extended_c.h | 1343 typedef void (*LocAgpsOpenResultCb)(bool isSuccess, AGpsExtType agpsType, const char* apn, 1346 typedef void (*LocAgpsCloseResultCb)(bool isSuccess, AGpsExtType agpsType, void* userDataPtr);
|
/hardware/qcom/sm8150/gps/utils/ |
D | gps_extended_c.h | 2206 typedef void (*LocAgpsOpenResultCb)(bool isSuccess, AGpsExtType agpsType, const char* apn, 2209 typedef void (*LocAgpsCloseResultCb)(bool isSuccess, AGpsExtType agpsType, void* userDataPtr);
|
/hardware/qcom/sm8150p/gps/utils/ |
D | gps_extended_c.h | 2264 typedef void (*LocAgpsOpenResultCb)(bool isSuccess, AGpsExtType agpsType, const char* apn, 2267 typedef void (*LocAgpsCloseResultCb)(bool isSuccess, AGpsExtType agpsType, void* userDataPtr);
|
/hardware/qcom/sm7150/gps/utils/ |
D | gps_extended_c.h | 2276 typedef void (*LocAgpsOpenResultCb)(bool isSuccess, AGpsExtType agpsType, const char* apn, 2279 typedef void (*LocAgpsCloseResultCb)(bool isSuccess, AGpsExtType agpsType, void* userDataPtr);
|