Searched refs:modemCognitive (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_data.cpp | 145 bool modemCognitive = false; in TEST_P() local 149 radio->setupDataCall(serial, radioTechnology, dataProfileInfo, modemCognitive, roamingAllowed, in TEST_P() 244 bool modemCognitive = true; in TEST_P() local 247 radio->setInitialAttachApn(serial, dataProfileInfo, modemCognitive, isRoaming); in TEST_P()
|
/hardware/interfaces/radio/1.2/default/ |
D | Radio.h | 90 bool modemCognitive, bool roamingAllowed, bool isRoaming) override; 197 bool modemCognitive, bool isRoaming) override; 277 bool modemCognitive, bool roamingAllowed, bool isRoaming,
|
/hardware/interfaces/radio/1.2/ |
D | IRadio.hal | 149 * @param modemCognitive Indicates that the requested profile has previously been provided via 173 DataProfileInfo dataProfileInfo, bool modemCognitive, bool roamingAllowed,
|
/hardware/interfaces/radio/1.2/vts/functional/ |
D | radio_hidl_hal_api.cpp | 659 bool modemCognitive = false; in TEST_P() local 669 modemCognitive, roamingAllowed, isRoaming, in TEST_P()
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 380 * @param modemCognitive Indicating this profile was sent to the modem through setDataProfile 394 DataProfileInfo dataProfileInfo, bool modemCognitive, bool roamingAllowed, 1240 * @param modemCognitive indicating the data profile was sent to the modem through 1250 bool modemCognitive, bool isRoaming);
|
/hardware/ril/reference-ril/ |
D | ril.h | 7153 int modemCognitive; /* indicating the APN setting was sent to the modem through member
|
/hardware/ril/include/telephony/ |
D | ril.h | 7153 int modemCognitive; /* indicating the APN setting was sent to the modem through member
|
/hardware/ril/libril/ |
D | ril_service.cpp | 185 bool modemCognitive, 376 bool modemCognitive, bool isRoaming); 1075 const DataProfileInfo& dataProfileInfo, bool modemCognitive, in setupDataCall() argument 1114 modemCognitive ? "1" : "0", in setupDataCall() 2006 bool modemCognitive, bool isRoaming) { in setInitialAttachApn() argument 2069 iaa.modemCognitive = BOOL_TO_INT(modemCognitive); in setInitialAttachApn()
|