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.cpp102 TEST_F(RadioHidlTest, setupDataCall) { in TEST_F() argument
131 radio->setupDataCall(serial, radioTechnology, dataProfileInfo, modemCognitive, roamingAllowed, in TEST_F()
/hardware/interfaces/radio/1.2/default/
DRadio.cpp243 Return<void> Radio::setupDataCall( in setupDataCall() function in android::hardware::radio::V1_2::implementation::Radio
DRadio.h87 Return<void> setupDataCall(
/hardware/interfaces/radio/1.2/
DIRadio.hal149 * @param isRoaming Indicates whether or not the framework has requested this setupDataCall for
Dtypes.hal617 * The maximum number of simultaneous Data Calls must be established using setupDataCall().
/hardware/interfaces/radio/1.0/
DIRadio.hal390 oneway setupDataCall(int32_t serial, RadioTechnology radioTechnology,
722 * setupDataCall() is issued and removed on a
Dtypes.hal1729 // must be established using setupDataCall().
/hardware/ril/libril/
Dril_service.cpp195 Return<void> setupDataCall(int32_t serial,
1108 Return<void> RadioImpl::setupDataCall(int32_t serial, RadioTechnology radioTechnology, in setupDataCall() function in RadioImpl