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

/hardware/interfaces/broadcastradio/1.0/default/
H A DUtils.cpp182 BandConfig *bands = local
185 convertBandConfigFromHal(&bands[i], &halProperties->bands[i]);
187 properties->bands.setToExternal(bands, halProperties->num_bands);
189 properties->bands.resize(halProperties->num_bands);
190 delete[] bands;
/hardware/ril/libril/
H A Dril_service.cpp1392 const std::vector<uint32_t> * bands = nullptr; local
1396 bands = (std::vector<uint32_t> *) &ras_from.geranBands;
1400 bands = (std::vector<uint32_t> *) &ras_from.utranBands;
1404 bands = (std::vector<uint32_t> *) &ras_from.eutranBands;
1412 ras_to.bands.geran_bands[idx] = (RIL_GeranBands) (*bands)[idx];
/hardware/ril/include/telephony/
H A Dril.h2157 uint32_t bands_length; // Length of bands
2162 } bands; member in struct:__anon5904
2174 // with bands/channels.
6245 * Request to start a network scan with specified radio access networks with frequency bands and/or
/hardware/ril/reference-ril/
H A Dril.h2157 uint32_t bands_length; // Length of bands
2162 } bands; member in struct:__anon6123
2174 // with bands/channels.
6245 * Request to start a network scan with specified radio access networks with frequency bands and/or

Completed in 236 milliseconds