Searched defs:ras_to (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/libril/
H A Dril_service.cpp1386 RIL_RadioAccessSpecifier& ras_to = scan_request.specifiers[i]; local
1388 ras_to.radio_access_network = (RIL_RadioAccessNetworks) ras_from.radioAccessNetwork;
1389 ras_to.channels_length = ras_from.channels.size();
1391 std::copy(ras_from.channels.begin(), ras_from.channels.end(), ras_to.channels);
1395 ras_to.bands_length = ras_from.geranBands.size();
1399 ras_to.bands_length = ras_from.utranBands.size();
1403 ras_to.bands_length = ras_from.eutranBands.size();
1411 for (size_t idx = 0; idx < ras_to.bands_length; ++idx) {
1412 ras_to.bands.geran_bands[idx] = (RIL_GeranBands) (*bands)[idx];

Completed in 53 milliseconds