Home
last modified time | relevance | path

Searched refs:channelId (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_utils_v1_0.h54 int channelId; variable
338 const RadioResponseInfo& info, int32_t channelId,
Dradio_response.cpp740 const RadioResponseInfo& info, int32_t channelId, in iccOpenLogicalChannelResponse() argument
743 this->channelId = channelId; in iccOpenLogicalChannelResponse()
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_utils_v1_1.h56 int channelId; variable
337 const RadioResponseInfo& info, int32_t channelId,
/hardware/interfaces/radio/1.2/default/
DRadio.h204 Return<void> iccCloseLogicalChannel(int32_t serial, int32_t channelId) override;
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_utils_v1_3.h343 const RadioResponseInfo& info, int32_t channelId,
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_utils_v1_2.h378 const RadioResponseInfo& info, int32_t channelId,
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_utils_v1_4.h364 const RadioResponseInfo& info, int32_t channelId,
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_hidl_hal_utils_v1_5.h379 const RadioResponseInfo& info, int32_t channelId,
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_hidl_hal_utils_v1_6.h380 const RadioResponseInfo& info, int32_t channelId,
/hardware/ril/libril/
Dril_service.cpp401 Return<void> iccCloseLogicalChannel(int32_t serial, int32_t channelId);
2271 Return<void> RadioImpl::iccCloseLogicalChannel(int32_t serial, int32_t channelId) { in iccCloseLogicalChannel() argument
2275 dispatchInts(serial, mSlotId, RIL_REQUEST_SIM_CLOSE_CHANNEL, 1, channelId); in iccCloseLogicalChannel()
6052 int channelId = -1; in iccOpenLogicalChannelResponse() local
6062 channelId = pInt[0]; in iccOpenLogicalChannelResponse()
6070 channelId, selectResponse); in iccOpenLogicalChannelResponse()
/hardware/interfaces/radio/1.0/
DIRadio.hal1299 * @param channelId session id of the logical channel (+CCHC).
1303 oneway iccCloseLogicalChannel(int32_t serial, int32_t channelId);
DIRadioResponse.hal2191 * @param channelId session id of the logical channel.
2209 oneway iccOpenLogicalChannelResponse(RadioResponseInfo info, int32_t channelId,