Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_data.cpp134 bool isRoaming = false; in TEST_P() local
137 isRoaming); in TEST_P()
232 bool isRoaming = false; in TEST_P() local
234 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;
223 bool isRoaming) override;
277 bool modemCognitive, bool roamingAllowed, bool isRoaming,
/hardware/interfaces/radio/1.2/
DIRadio.hal152 * @param isRoaming Indicates whether or not the framework has requested this setupDataCall for
174 bool isRoaming, DataRequestReason reason, vec<string> addresses, vec<string> dnses);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_api.cpp661 bool isRoaming = false; in TEST_P() local
669 modemCognitive, roamingAllowed, isRoaming, in TEST_P()
/hardware/interfaces/radio/1.0/
DIRadio.hal383 * @param isRoaming Indicating the device is roaming or not. The 'protocol' parameter in the old
395 bool isRoaming);
1242 * @param isRoaming Indicating the device is roaming or not. The 'protocol' parameter in the old
1250 bool modemCognitive, bool isRoaming);
1417 * @param isRoaming Indicating the device is roaming or not. The 'protocol' parameter in the old
1424 oneway setDataProfile(int32_t serial, vec<DataProfileInfo> profiles, bool isRoaming);
/hardware/ril/libril/
Dril_service.cpp187 bool isRoaming);
376 bool modemCognitive, bool isRoaming);
412 const ::android::hardware::hidl_vec<DataProfileInfo>& profiles, bool isRoaming);
1076 bool roamingAllowed, bool isRoaming) { in setupDataCall() argument
1084 (isRoaming ? dataProfileInfo.roamingProtocol : dataProfileInfo.protocol); in setupDataCall()
2006 bool modemCognitive, bool isRoaming) { in setInitialAttachApn() argument
2024 (isRoaming ? dataProfileInfo.roamingProtocol : dataProfileInfo.protocol); in setInitialAttachApn()
2437 bool isRoaming) { in setDataProfile() argument
2477 (isRoaming ? profiles[i].roamingProtocol : profiles[i].protocol); in setDataProfile()