Searched refs:cellBandwidthDownlink (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | data_service.cpp | 313 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()
|
D | data_service.h | 39 int cellBandwidthDownlink); 47 int cellBandwidthDownlink, int count);
|
D | network_service.cpp | 1013 int cellBandwidthDownlink = 5000; in UpdateRegisterState() local 1019 cellBandwidthDownlink = 50000; in UpdateRegisterState() 1023 cellBandwidthDownlink); in UpdateRegisterState()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 13318 physChanConfig[0].base.cellBandwidthDownlink = configs[1]; in reportPhysicalChannelConfigs() 13349 physChanConfig[0].cellBandwidthDownlink = configs[1]; in reportPhysicalChannelConfigs()
|