Home
last modified time | relevance | path

Searched refs:iccOpenLogicalChannel (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_icc.cpp276 TEST_P(RadioHidlTest, iccOpenLogicalChannel) { in TEST_P() argument
282 radio->iccOpenLogicalChannel(serial, cardStatus.applications[i].aidPtr, p2); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h203 Return<void> iccOpenLogicalChannel(int32_t serial, const hidl_string& aid, int32_t p2) override;
DRadio.cpp678 Return<void> Radio::iccOpenLogicalChannel(int32_t /* serial */, const hidl_string& /* aid*/, in iccOpenLogicalChannel() function in android::hardware::radio::V1_2::implementation::Radio
/hardware/interfaces/radio/1.0/
DIRadio.hal1292 oneway iccOpenLogicalChannel(int32_t serial, string aid, int32_t p2);
/hardware/ril/libril/
Dril_service.cpp398 Return<void> iccOpenLogicalChannel(int32_t serial,
2244 Return<void> RadioImpl::iccOpenLogicalChannel(int32_t serial, const hidl_string& aid, int32_t p2) { in iccOpenLogicalChannel() function in RadioImpl