Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril.cpp1379 RIL_GSM_BroadcastSmsConfigInfo gsmBci[num]; in dispatchGsmBrSmsCnf() local
1384 gsmBciPtrs[i] = &gsmBci[i]; in dispatchGsmBrSmsCnf()
1387 gsmBci[i].fromServiceId = (int) t; in dispatchGsmBrSmsCnf()
1390 gsmBci[i].toServiceId = (int) t; in dispatchGsmBrSmsCnf()
1393 gsmBci[i].fromCodeScheme = (int) t; in dispatchGsmBrSmsCnf()
1396 gsmBci[i].toCodeScheme = (int) t; in dispatchGsmBrSmsCnf()
1399 gsmBci[i].selected = (uint8_t) t; in dispatchGsmBrSmsCnf()
1403 gsmBci[i].fromServiceId, gsmBci[i].toServiceId, in dispatchGsmBrSmsCnf()
1404 gsmBci[i].fromCodeScheme, gsmBci[i].toCodeScheme, in dispatchGsmBrSmsCnf()
1405 gsmBci[i].selected); in dispatchGsmBrSmsCnf()
[all …]