Home
last modified time | relevance | path

Searched refs:RIL_REQUEST_QUERY_AVAILABLE_NETWORKS (Results 1 – 14 of 14) sorted by relevance

/device/generic/goldfish/radio/libril/
Dril_commands.h65 {RIL_REQUEST_QUERY_AVAILABLE_NETWORKS , radio::getAvailableNetworksResponse},
Dril.cpp1073 case RIL_REQUEST_QUERY_AVAILABLE_NETWORKS: return "QUERY_AVAILABLE_NETWORKS"; in requestToString()
Dril_service.cpp1381 dispatchVoid(serial, mSlotId, RIL_REQUEST_QUERY_AVAILABLE_NETWORKS); in getAvailableNetworks()
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_commands.h65 {RIL_REQUEST_QUERY_AVAILABLE_NETWORKS , radio_1_6::getAvailableNetworksResponse},
Dril.cpp1079 case RIL_REQUEST_QUERY_AVAILABLE_NETWORKS: return "QUERY_AVAILABLE_NETWORKS"; in requestToString()
Dril.h3860 #define RIL_REQUEST_QUERY_AVAILABLE_NETWORKS 48 macro
Dril_service.cpp1516 dispatchVoid(serial, mSlotId, RIL_REQUEST_QUERY_AVAILABLE_NETWORKS); in getAvailableNetworks()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_commands.h65 {RIL_REQUEST_QUERY_AVAILABLE_NETWORKS , radio_1_6::getAvailableNetworksResponse},
Dril.cpp1121 case RIL_REQUEST_QUERY_AVAILABLE_NETWORKS: return "QUERY_AVAILABLE_NETWORKS"; in requestToString()
Dril.h4166 #define RIL_REQUEST_QUERY_AVAILABLE_NETWORKS 48 macro
Dril_service.cpp1547 dispatchVoid(serial, mSlotId, RIL_REQUEST_QUERY_AVAILABLE_NETWORKS); in getAvailableNetworks()
/device/generic/goldfish/radio/ril/
Dril.h3745 #define RIL_REQUEST_QUERY_AVAILABLE_NETWORKS 48 macro
/device/generic/goldfish/radio/include/telephony/
Dril.h3744 #define RIL_REQUEST_QUERY_AVAILABLE_NETWORKS 48 macro
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp2328 case RIL_REQUEST_QUERY_AVAILABLE_NETWORKS: in gce_ril_on_request()