Home
last modified time | relevance | path

Searched refs:mAPN (Results 1 – 18 of 18) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_agps.cpp628 mAPN(NULL), in AgpsStateMachine()
676 if (NULL != mAPN) { in ~AgpsStateMachine()
677 delete[] mAPN; in ~AgpsStateMachine()
678 mAPN = NULL; in ~AgpsStateMachine()
684 if (NULL != mAPN) { in setAPN()
685 delete mAPN; in setAPN()
689 mAPN = new char[len+1]; in setAPN()
690 memcpy(mAPN, apn, len); in setAPN()
691 mAPN[len] = NULL; in setAPN()
695 mAPN = NULL; in setAPN()
Dloc_eng.cpp1315 char* mAPN; member
1320 mEnable(enable), mAPN(NULL), mLen(len) in LocEngEnableData()
1323 mAPN = new char[len+1]; in LocEngEnableData()
1324 memcpy((void*)mAPN, (void*)name, len); in LocEngEnableData()
1325 mAPN[len] = 0; in LocEngEnableData()
1330 if (NULL != mAPN) { in ~LocEngEnableData()
1331 delete[] mAPN; in ~LocEngEnableData()
1336 if (NULL != mAPN) { in proc()
1337 mAdapter->setAPN(mAPN, mLen); in proc()
1342 (NULL == mAPN) ? "NULL" : mAPN, mEnable); in locallog()
[all …]
Dloc_eng_agps.h199 char* mAPN; variable
214 inline const char* getAPN() const { return (const char*)mAPN; } in getAPN()
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc_eng_agps.cpp628 mAPN(NULL), in AgpsStateMachine()
676 if (NULL != mAPN) { in ~AgpsStateMachine()
677 delete[] mAPN; in ~AgpsStateMachine()
678 mAPN = NULL; in ~AgpsStateMachine()
684 if (NULL != mAPN) { in setAPN()
685 delete mAPN; in setAPN()
689 mAPN = new char[len+1]; in setAPN()
690 memcpy(mAPN, apn, len); in setAPN()
691 mAPN[len] = NULL; in setAPN()
695 mAPN = NULL; in setAPN()
Dloc_eng.cpp1326 char* mAPN; member
1331 mEnable(enable), mAPN(NULL), mLen(len) in LocEngEnableData()
1334 mAPN = new char[len+1]; in LocEngEnableData()
1335 memcpy((void*)mAPN, (void*)name, len); in LocEngEnableData()
1336 mAPN[len] = 0; in LocEngEnableData()
1341 if (NULL != mAPN) { in ~LocEngEnableData()
1342 delete[] mAPN; in ~LocEngEnableData()
1347 if (NULL != mAPN) { in proc()
1348 mAdapter->setAPN(mAPN, mLen); in proc()
1353 (NULL == mAPN) ? "NULL" : mAPN, mEnable); in locallog()
[all …]
Dloc_eng_agps.h199 char* mAPN; variable
214 inline const char* getAPN() const { return (const char*)mAPN; } in getAPN()
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dloc_eng_agps.cpp628 mAPN(NULL), in AgpsStateMachine()
676 if (NULL != mAPN) { in ~AgpsStateMachine()
677 delete[] mAPN; in ~AgpsStateMachine()
678 mAPN = NULL; in ~AgpsStateMachine()
684 if (NULL != mAPN) { in setAPN()
685 delete mAPN; in setAPN()
689 mAPN = new char[len+1]; in setAPN()
690 memcpy(mAPN, apn, len); in setAPN()
691 mAPN[len] = NULL; in setAPN()
695 mAPN = NULL; in setAPN()
Dloc_eng.cpp1315 char* mAPN; member
1320 mEnable(enable), mAPN(NULL), mLen(len) in LocEngEnableData()
1323 mAPN = new char[len+1]; in LocEngEnableData()
1324 memcpy((void*)mAPN, (void*)name, len); in LocEngEnableData()
1325 mAPN[len] = 0; in LocEngEnableData()
1330 if (NULL != mAPN) { in ~LocEngEnableData()
1331 delete[] mAPN; in ~LocEngEnableData()
1336 if (NULL != mAPN) { in proc()
1337 mAdapter->setAPN(mAPN, mLen); in proc()
1342 (NULL == mAPN) ? "NULL" : mAPN, mEnable); in locallog()
[all …]
Dloc_eng_agps.h199 char* mAPN; variable
214 inline const char* getAPN() const { return (const char*)mAPN; } in getAPN()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc_eng_agps.cpp628 mAPN(NULL), in AgpsStateMachine()
676 if (NULL != mAPN) { in ~AgpsStateMachine()
677 delete[] mAPN; in ~AgpsStateMachine()
678 mAPN = NULL; in ~AgpsStateMachine()
684 if (NULL != mAPN) { in setAPN()
685 delete mAPN; in setAPN()
689 mAPN = new char[len+1]; in setAPN()
690 memcpy(mAPN, apn, len); in setAPN()
691 mAPN[len] = NULL; in setAPN()
695 mAPN = NULL; in setAPN()
Dloc_eng.cpp1316 char* mAPN; member
1321 mEnable(enable), mAPN(NULL), mLen(len) in LocEngEnableData()
1324 mAPN = new char[len+1]; in LocEngEnableData()
1325 memcpy((void*)mAPN, (void*)name, len); in LocEngEnableData()
1326 mAPN[len] = 0; in LocEngEnableData()
1331 if (NULL != mAPN) { in ~LocEngEnableData()
1332 delete[] mAPN; in ~LocEngEnableData()
1337 if (NULL != mAPN) { in proc()
1338 mAdapter->setAPN(mAPN, mLen); in proc()
1343 (NULL == mAPN) ? "NULL" : mAPN, mEnable); in locallog()
[all …]
Dloc_eng_agps.h199 char* mAPN; variable
214 inline const char* getAPN() const { return (const char*)mAPN; } in getAPN()
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc_eng_agps.cpp628 mAPN(NULL), in AgpsStateMachine()
676 if (NULL != mAPN) { in ~AgpsStateMachine()
677 delete[] mAPN; in ~AgpsStateMachine()
678 mAPN = NULL; in ~AgpsStateMachine()
684 if (NULL != mAPN) { in setAPN()
685 delete mAPN; in setAPN()
689 mAPN = new char[len+1]; in setAPN()
690 memcpy(mAPN, apn, len); in setAPN()
691 mAPN[len] = NULL; in setAPN()
695 mAPN = NULL; in setAPN()
Dloc_eng.cpp1316 char* mAPN; member
1321 mEnable(enable), mAPN(NULL), mLen(len) in LocEngEnableData()
1324 mAPN = new char[len+1]; in LocEngEnableData()
1325 memcpy((void*)mAPN, (void*)name, len); in LocEngEnableData()
1326 mAPN[len] = 0; in LocEngEnableData()
1331 if (NULL != mAPN) { in ~LocEngEnableData()
1332 delete[] mAPN; in ~LocEngEnableData()
1337 if (NULL != mAPN) { in proc()
1338 mAdapter->setAPN(mAPN, mLen); in proc()
1343 (NULL == mAPN) ? "NULL" : mAPN, mEnable); in locallog()
[all …]
Dloc_eng_agps.h199 char* mAPN; variable
214 inline const char* getAPN() const { return (const char*)mAPN; } in getAPN()
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng_agps.cpp628 mAPN(NULL), in AgpsStateMachine()
676 if (NULL != mAPN) { in ~AgpsStateMachine()
677 delete[] mAPN; in ~AgpsStateMachine()
678 mAPN = NULL; in ~AgpsStateMachine()
684 if (NULL != mAPN) { in setAPN()
685 delete mAPN; in setAPN()
689 mAPN = new char[len+1]; in setAPN()
690 memcpy(mAPN, apn, len); in setAPN()
691 mAPN[len] = NULL; in setAPN()
695 mAPN = NULL; in setAPN()
Dloc_eng.cpp1207 char* mAPN; member
1212 mEnable(enable), mAPN(NULL), mLen(len) in LocEngEnableData()
1215 mAPN = new char[len+1]; in LocEngEnableData()
1216 memcpy((void*)mAPN, (void*)name, len); in LocEngEnableData()
1217 mAPN[len] = 0; in LocEngEnableData()
1222 if (NULL != mAPN) { in ~LocEngEnableData()
1223 delete[] mAPN; in ~LocEngEnableData()
1228 if (NULL != mAPN) { in proc()
1229 mAdapter->setAPN(mAPN, mLen); in proc()
1234 (NULL == mAPN) ? "NULL" : mAPN, mEnable); in locallog()
[all …]
Dloc_eng_agps.h199 char* mAPN; variable
214 inline const char* getAPN() const { return (const char*)mAPN; } in getAPN()