Searched refs:modemCognitive (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_data.cpp | 127 bool modemCognitive = false; in TEST_F() local 131 radio->setupDataCall(serial, radioTechnology, dataProfileInfo, modemCognitive, roamingAllowed, in TEST_F() 214 bool modemCognitive = true; in TEST_F() local 217 radio->setInitialAttachApn(serial, dataProfileInfo, modemCognitive, isRoaming); in TEST_F()
|
/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 | 146 * @param modemCognitive Indicates that the requested profile has previously been provided via 170 DataProfileInfo dataProfileInfo, bool modemCognitive, bool roamingAllowed,
|
/hardware/interfaces/radio/1.2/vts/functional/ |
D | radio_hidl_hal_api.cpp | 621 bool modemCognitive = false; in TEST_F() local 631 modemCognitive, roamingAllowed, isRoaming, in TEST_F()
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 380 * @param modemCognitive Indicating this profile was sent to the modem through setDataProfile 391 DataProfileInfo dataProfileInfo, bool modemCognitive, bool roamingAllowed, 1234 * @param modemCognitive indicating the data profile was sent to the modem through 1244 bool modemCognitive, bool isRoaming);
|
/hardware/ril/reference-ril/ |
D | ril.h | 7152 int modemCognitive; /* indicating the APN setting was sent to the modem through member
|
/hardware/ril/include/telephony/ |
D | ril.h | 7152 int modemCognitive; /* indicating the APN setting was sent to the modem through member
|
/hardware/ril/libril/ |
D | ril_service.cpp | 198 bool modemCognitive, 389 bool modemCognitive, bool isRoaming); 1109 const DataProfileInfo& dataProfileInfo, bool modemCognitive, in setupDataCall() argument 1148 modemCognitive ? "1" : "0", in setupDataCall() 2017 bool modemCognitive, bool isRoaming) { in setInitialAttachApn() argument 2080 iaa.modemCognitive = BOOL_TO_INT(modemCognitive); in setInitialAttachApn()
|