Searched refs:cdmaBci (Results 1 – 1 of 1) sorted by relevance
1541 RIL_CDMA_BroadcastSmsConfigInfo cdmaBci[num]; in dispatchCdmaBrSmsCnf() local1546 cdmaBciPtrs[i] = &cdmaBci[i]; in dispatchCdmaBrSmsCnf()1549 cdmaBci[i].service_category = (int) t; in dispatchCdmaBrSmsCnf()1552 cdmaBci[i].language = (int) t; in dispatchCdmaBrSmsCnf()1555 cdmaBci[i].selected = (uint8_t) t; in dispatchCdmaBrSmsCnf()1558 entries.bSelected =%d]", printBuf, i, cdmaBci[i].service_category, in dispatchCdmaBrSmsCnf()1559 cdmaBci[i].language, cdmaBci[i].selected); in dispatchCdmaBrSmsCnf()1573 memset(cdmaBci, 0, num * sizeof(RIL_CDMA_BroadcastSmsConfigInfo)); in dispatchCdmaBrSmsCnf()