Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Ddata_service.cpp313 int cellBandwidthDownlink) { in onUpdatePhysicalChannelconfigs() argument
314 updatePhysicalChannelconfigs(modem_tech, freq, cellBandwidthDownlink, 3); in onUpdatePhysicalChannelconfigs()
318 int cellBandwidthDownlink, in updatePhysicalChannelconfigs() argument
329 sendOnePhysChanCfgUpdate(PRIMARY_SERVING, cellBandwidthDownlink, in updatePhysicalChannelconfigs()
331 sendOnePhysChanCfgUpdate(SECONDARY_SERVING, cellBandwidthDownlink, in updatePhysicalChannelconfigs()
340 modem_tech, freq, cellBandwidthDownlink, count), in updatePhysicalChannelconfigs()
Ddata_service.h39 int cellBandwidthDownlink);
47 int cellBandwidthDownlink, int count);
Dnetwork_service.cpp1013 int cellBandwidthDownlink = 5000; in UpdateRegisterState() local
1019 cellBandwidthDownlink = 50000; in UpdateRegisterState()
1023 cellBandwidthDownlink); in UpdateRegisterState()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp13318 physChanConfig[0].base.cellBandwidthDownlink = configs[1]; in reportPhysicalChannelConfigs()
13349 physChanConfig[0].cellBandwidthDownlink = configs[1]; in reportPhysicalChannelConfigs()