Searched refs:cdmaBci (Results 1 – 1 of 1) sorted by relevance
1443 RIL_CDMA_BroadcastSmsConfigInfo cdmaBci[num]; in dispatchCdmaBrSmsCnf() local1448 cdmaBciPtrs[i] = &cdmaBci[i]; in dispatchCdmaBrSmsCnf()1451 cdmaBci[i].service_category = (int) t; in dispatchCdmaBrSmsCnf()1454 cdmaBci[i].language = (int) t; in dispatchCdmaBrSmsCnf()1457 cdmaBci[i].selected = (uint8_t) t; in dispatchCdmaBrSmsCnf()1460 entries.bSelected =%d]", printBuf, i, cdmaBci[i].service_category, in dispatchCdmaBrSmsCnf()1461 cdmaBci[i].language, cdmaBci[i].selected); in dispatchCdmaBrSmsCnf()1475 memset(cdmaBci, 0, num * sizeof(RIL_CDMA_BroadcastSmsConfigInfo)); in dispatchCdmaBrSmsCnf()