Home
last modified time | relevance | path

Searched refs:isSuccess (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/sm8150/gps/gnss/
DAgps.h43 int handle, int isSuccess, char* apn, uint32_t apnLen,
47 typedef std::function<void(int handle, int isSuccess)> AgpsAtlCloseStatusCb;
DGnssAdapter.cpp61 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 __anon51a1f7280102()
121 [this](int handle, int isSuccess) { in __anon51a1f7280202() argument
123 mLocApi->atlCloseStatus(handle, isSuccess); in __anon51a1f7280202()
4691 static void agpsOpenResultCb (bool isSuccess, AGpsExtType agpsType, const char* apn, in agpsOpenResultCb() argument
4703 if (isSuccess) { in agpsOpenResultCb()
4710 static void agpsCloseResultCb (bool isSuccess, AGpsExtType agpsType, void* userDataPtr) { in agpsCloseResultCb() argument
4717 if (isSuccess) { in agpsCloseResultCb()
/hardware/qcom/gps/msm8998/gnss/
DAgps.h42 int handle, int isSuccess, char* apn,
45 typedef std::function<void(int handle, int isSuccess)> AgpsAtlCloseStatusCb;
DGnssAdapter.cpp2284 [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/gps/msm8909w_3100/gnss/
DAgps.h42 int handle, int isSuccess, char* apn,
45 typedef std::function<void(int handle, int isSuccess)> AgpsAtlCloseStatusCb;
DGnssAdapter.cpp2394 [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/msm8998/gnss/
DAgps.h42 int handle, int isSuccess, char* apn,
45 typedef std::function<void(int handle, int isSuccess)> AgpsAtlCloseStatusCb;
DGnssAdapter.cpp2290 [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/gnss/
DAgps.h43 int handle, int isSuccess, char* apn,
47 typedef std::function<void(int handle, int isSuccess)> AgpsAtlCloseStatusCb;
DGnssAdapter.cpp58 static void agpsOpenResultCb (bool isSuccess, AGpsExtType agpsType, const char* apn,
60 static void agpsCloseResultCb (bool isSuccess, AGpsExtType agpsType, void* userDataPtr);
101 [this](int handle, int isSuccess, char* apn, in GnssAdapter()
105 handle, isSuccess, apn, bearerType, agpsType, mask); in GnssAdapter()
108 [this](int handle, int isSuccess) { in GnssAdapter() argument
110 mLocApi->atlCloseStatus(handle, isSuccess); in GnssAdapter()
3973 static void agpsOpenResultCb (bool isSuccess, AGpsExtType agpsType, const char* apn, in agpsOpenResultCb() argument
3985 if (isSuccess) { in agpsOpenResultCb()
3992 static void agpsCloseResultCb (bool isSuccess, AGpsExtType agpsType, void* userDataPtr) { in agpsCloseResultCb() argument
3999 if (isSuccess) { in agpsCloseResultCb()
/hardware/qcom/sdm845/gps/sdm845/utils/
Dgps_extended_c.h1343 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/
Dgps_extended_c.h2173 typedef void (*LocAgpsOpenResultCb)(bool isSuccess, AGpsExtType agpsType, const char* apn,
2176 typedef void (*LocAgpsCloseResultCb)(bool isSuccess, AGpsExtType agpsType, void* userDataPtr);