Searched refs:iccOpenLogicalChannel (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_icc.cpp | 276 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/ |
D | Radio.h | 203 Return<void> iccOpenLogicalChannel(int32_t serial, const hidl_string& aid, int32_t p2) override;
|
D | Radio.cpp | 678 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/ |
D | IRadio.hal | 1292 oneway iccOpenLogicalChannel(int32_t serial, string aid, int32_t p2);
|
/hardware/ril/libril/ |
D | ril_service.cpp | 398 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
|