Home
last modified time | relevance | path

Searched refs:certIndex (Results 1 – 3 of 3) sorted by relevance

/device/huawei/angler/location/loc_api/loc_api_v02/
DLocApiV02.cpp3209 uint8_t certIndex = 0; in installAGpsCert() local
3214 if (certIndex < numberOfCerts && pData[certIndex].data && pData[certIndex].length > 0) in installAGpsCert()
3217 __func__, __LINE__, certIndex, slot, pData[certIndex].length); in installAGpsCert()
3226 injectCertReq.suplCertData_len = pData[certIndex].length; in installAGpsCert()
3227 memcpy(injectCertReq.suplCertData, pData[certIndex].data, pData[certIndex].length); in installAGpsCert()
3246 certIndex++; //move to next cert in installAGpsCert()
/device/lge/bullhead/location/loc_api/loc_api_v02/
DLocApiV02.cpp3209 uint8_t certIndex = 0; in installAGpsCert() local
3214 if (certIndex < numberOfCerts && pData[certIndex].data && pData[certIndex].length > 0) in installAGpsCert()
3217 __func__, __LINE__, certIndex, slot, pData[certIndex].length); in installAGpsCert()
3226 injectCertReq.suplCertData_len = pData[certIndex].length; in installAGpsCert()
3227 memcpy(injectCertReq.suplCertData, pData[certIndex].data, pData[certIndex].length); in installAGpsCert()
3246 certIndex++; //move to next cert in installAGpsCert()
/device/moto/shamu/location/loc_api/loc_api_v02/
DLocApiV02.cpp3044 uint8_t certIndex = 0; in installAGpsCert() local
3049 if (certIndex < numberOfCerts && pData[certIndex].data && pData[certIndex].length > 0) in installAGpsCert()
3052 __func__, __LINE__, certIndex, slot, pData[certIndex].length); in installAGpsCert()
3061 injectCertReq.suplCertData_len = pData[certIndex].length; in installAGpsCert()
3062 memcpy(injectCertReq.suplCertData, pData[certIndex].data, pData[certIndex].length); in installAGpsCert()
3081 certIndex++; //move to next cert in installAGpsCert()