Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Ddata_service.cpp312 void DataService::onUpdatePhysicalChannelconfigs(int modem_tech, int freq, in onUpdatePhysicalChannelconfigs() argument
314 updatePhysicalChannelconfigs(modem_tech, freq, cellBandwidthDownlink, 3); in onUpdatePhysicalChannelconfigs()
317 void DataService::updatePhysicalChannelconfigs(int modem_tech, int freq, in updatePhysicalChannelconfigs() argument
330 modem_tech, freq, iter.cid); in updatePhysicalChannelconfigs()
332 modem_tech, freq, iter.cid); in updatePhysicalChannelconfigs()
341 modem_tech, freq, cellBandwidthDownlink, count)); in updatePhysicalChannelconfigs()
Ddata_service.h38 void onUpdatePhysicalChannelconfigs(int modem_tech, int freq,
46 void updatePhysicalChannelconfigs(int modem_tech, int freq,
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c5264 int modem_tech = configs[2]; local
5265 configs[2] = techFromModemType(modem_tech);