Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/libril/
Dril_commands.h167 {RIL_REQUEST_SET_SYSTEM_SELECTION_CHANNELS, radio_1_5::setSystemSelectionChannelsResponse},
Dril.cpp1075 …case RIL_REQUEST_SET_SYSTEM_SELECTION_CHANNELS: return "RIL_REQUEST_SET_SYSTEM_SELECTION_CHANNELS"; in requestToString()
Dril.h6570 #define RIL_REQUEST_SET_SYSTEM_SELECTION_CHANNELS 150 macro
Dril_service.cpp3255 dispatchVoid(serial, mSlotId, RIL_REQUEST_SET_SYSTEM_SELECTION_CHANNELS); in setSystemSelectionChannels()
3595 dispatchVoid(serial, mSlotId, RIL_REQUEST_SET_SYSTEM_SELECTION_CHANNELS); in setSystemSelectionChannels_1_5()
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp2525 case RIL_REQUEST_SET_SYSTEM_SELECTION_CHANNELS: in gce_ril_on_request()