Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_data.cpp145 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/
DRadio.h90 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/
DIRadio.hal149 * @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/
Dradio_hidl_hal_api.cpp659 bool modemCognitive = false; in TEST_P() local
669 modemCognitive, roamingAllowed, isRoaming, in TEST_P()
/hardware/interfaces/radio/1.0/
DIRadio.hal380 * @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/
Dril.h7153 int modemCognitive; /* indicating the APN setting was sent to the modem through member
/hardware/ril/include/telephony/
Dril.h7153 int modemCognitive; /* indicating the APN setting was sent to the modem through member
/hardware/ril/libril/
Dril_service.cpp185 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()