Home
last modified time | relevance | path

Searched refs:RIL_REQUEST_SIM_CLOSE_CHANNEL (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish/radio/libril/
Dril_commands.h133 {RIL_REQUEST_SIM_CLOSE_CHANNEL, radio::iccCloseLogicalChannelResponse},
Dril.cpp1141 case RIL_REQUEST_SIM_CLOSE_CHANNEL: return "SIM_CLOSE_CHANNEL"; in requestToString()
Dril_service.cpp2291 dispatchInts(serial, mSlotId, RIL_REQUEST_SIM_CLOSE_CHANNEL, 1, channelId); in iccCloseLogicalChannel()
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_commands.h133 {RIL_REQUEST_SIM_CLOSE_CHANNEL, radio_1_5::iccCloseLogicalChannelResponse},
Dril.cpp1147 case RIL_REQUEST_SIM_CLOSE_CHANNEL: return "SIM_CLOSE_CHANNEL"; in requestToString()
Dril.h5780 #define RIL_REQUEST_SIM_CLOSE_CHANNEL 116 macro
Dril_service.cpp2415 dispatchInts(serial, mSlotId, RIL_REQUEST_SIM_CLOSE_CHANNEL, 1, channelId); in iccCloseLogicalChannel()
/device/generic/goldfish/radio/ril/
Dril.h5666 #define RIL_REQUEST_SIM_CLOSE_CHANNEL 116 macro
Dreference-ril.c2776 case RIL_REQUEST_SIM_CLOSE_CHANNEL:
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp2492 case RIL_REQUEST_SIM_CLOSE_CHANNEL: in gce_ril_on_request()