Searched refs:pInts (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/libril/
H A Dril.cpp704 int *pInts; local
713 pInts = (int *)calloc(count, sizeof(int));
714 if (pInts == NULL) {
724 pInts[i] = (int)t;
728 free(pInts);
736 CALL_ONREQUEST(pRI->pCI->requestNumber, const_cast<int *>(pInts),
740 memset(pInts, 0, datalen);
742 free(pInts);

Completed in 46 milliseconds