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

/hardware/ril/include/telephony/
H A Dril_cdma_sms.h165 unsigned char selected; member in struct:__anon1298
H A Dril.h619 * selected 0 means message types specified in <fromServiceId, toServiceId>
630 unsigned char selected; member in struct:__anon1252
2144 * Specify that the network should be selected automatically
2149 * This request must not respond until the new operator is selected
2174 * This request must not respond until the new operator is selected
2210 * This request must not respond until the new operator is selected
2575 * ((int *)data)[0] is == 0 for "unspecified" (selected by baseband automatically)
2615 * 0 for "unspecified" (selected by baseband automatically)
/hardware/ril/reference-ril/
H A Dril.h619 * selected 0 means message types specified in <fromServiceId, toServiceId>
630 unsigned char selected; member in struct:__anon1399
2144 * Specify that the network should be selected automatically
2149 * This request must not respond until the new operator is selected
2174 * This request must not respond until the new operator is selected
2210 * This request must not respond until the new operator is selected
2575 * ((int *)data)[0] is == 0 for "unspecified" (selected by baseband automatically)
2615 * 0 for "unspecified" (selected by baseband automatically)
/hardware/ril/libril/
H A Dril.cpp1201 gsmBci[i].selected = (uint8_t) t;
1204 fromCodeScheme=%d, toCodeScheme=%d, selected =%d]", printBuf, i,
1207 gsmBci[i].selected);
1259 cdmaBci[i].selected = (uint8_t) t;
1263 cdmaBci[i].language, cdmaBci[i].selected);
2620 p.writeInt32(p_cur[i]->selected);
2623 fromCodeScheme=%d, toCodeScheme=%d, selected =%d]",
2626 p_cur[i]->selected);
2644 p.writeInt32(p_cur[i]->selected);
2647 selected
[all...]

Completed in 439 milliseconds