Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp1271 RIL_HardwareConfig hw_cfg[2]; in request_hardware_config() local
1275 strncpy(hw_cfg[0].uuid, "com.google.cvdgce1.modem", sizeof(hw_cfg[0].uuid)); in request_hardware_config()
1276 strncpy(hw_cfg[1].uuid, "com.google.cvdgce1.sim", sizeof(hw_cfg[1].uuid)); in request_hardware_config()
1285 hw_cfg[0].type = RIL_HARDWARE_CONFIG_MODEM; in request_hardware_config()
1286 hw_cfg[0].state = RIL_HARDWARE_CONFIG_STATE_ENABLED; in request_hardware_config()
1287 hw_cfg[0].cfg.modem.rilModel = 0; in request_hardware_config()
1288 hw_cfg[0].cfg.modem.rat = technologies; in request_hardware_config()
1289 hw_cfg[0].cfg.modem.maxVoice = gMaxConcurrentVoiceCalls; in request_hardware_config()
1290 hw_cfg[0].cfg.modem.maxData = gMaxConcurrentDataCalls; in request_hardware_config()
1291 hw_cfg[0].cfg.modem.maxStandby = gMaxConcurrentStandbyConnections; in request_hardware_config()
[all …]