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.cpp127 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/
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.hal146 * @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/
Dradio_hidl_hal_api.cpp621 bool modemCognitive = false; in TEST_F() local
631 modemCognitive, roamingAllowed, isRoaming, in TEST_F()
/hardware/interfaces/radio/1.0/
DIRadio.hal380 * @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/
Dril.h7152 int modemCognitive; /* indicating the APN setting was sent to the modem through member
/hardware/ril/include/telephony/
Dril.h7152 int modemCognitive; /* indicating the APN setting was sent to the modem through member
/hardware/ril/libril/
Dril_service.cpp198 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()