Home
last modified time | relevance | path

Searched refs:isSuccess (Results 1 – 15 of 15) 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;
/hardware/qcom/sm8150p/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 __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/
DAgps.h43 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/
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/sdm845/gnss/
DAgps.h43 int handle, int isSuccess, char* apn,
47 typedef std::function<void(int handle, int isSuccess)> AgpsAtlCloseStatusCb;
/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/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/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.h2206 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/
Dgps_extended_c.h2264 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/
Dgps_extended_c.h2276 typedef void (*LocAgpsOpenResultCb)(bool isSuccess, AGpsExtType agpsType, const char* apn,
2279 typedef void (*LocAgpsCloseResultCb)(bool isSuccess, AGpsExtType agpsType, void* userDataPtr);