Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_data.cpp106 TEST_P(RadioHidlTest, setupDataCall) { in TEST_P() argument
136 radio->setupDataCall(serial, radioTechnology, dataProfileInfo, modemCognitive, roamingAllowed, in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h87 Return<void> setupDataCall(
/hardware/interfaces/radio/1.2/
DIRadio.hal152 * @param isRoaming Indicates whether or not the framework has requested this setupDataCall for
Dtypes.hal618 * The maximum number of simultaneous Data Calls must be established using setupDataCall().
/hardware/interfaces/radio/1.0/
DIRadio.hal393 oneway setupDataCall(int32_t serial, RadioTechnology radioTechnology,
728 * setupDataCall() is issued and removed on a
Dtypes.hal1733 // must be established using setupDataCall().
/hardware/interfaces/radio/1.6/
DIRadio.hal73 * Returns the data call list. An entry is added when a setupDataCall() is issued and removed
/hardware/ril/libril/
Dril_service.cpp182 Return<void> setupDataCall(int32_t serial,
1074 Return<void> RadioImpl::setupDataCall(int32_t serial, RadioTechnology radioTechnology, in setupDataCall() function in RadioImpl