Home
last modified time | relevance | path

Searched refs:PreferredNetworkType (Results 1 – 21 of 21) sorted by relevance

/aosp12/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_response.cpp345 PreferredNetworkType /*nw_type*/) { in getPreferredNetworkTypeResponse()
H A Dradio_hidl_hal_utils_v1_1.h244 PreferredNetworkType nwType);
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_utils_v1_0.h246 PreferredNetworkType nwType);
H A Dradio_response.cpp465 PreferredNetworkType /*nw_type*/) { in getPreferredNetworkTypeResponse()
H A Dradio_hidl_hal_misc.cpp238 radio->setPreferredNetworkType(serial, PreferredNetworkType::GSM_ONLY); in TEST_P()
/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_response.cpp353 PreferredNetworkType /*nw_type*/) { in getPreferredNetworkTypeResponse()
H A Dradio_hidl_hal_utils_v1_2.h283 PreferredNetworkType nwType);
/aosp12/hardware/interfaces/radio/1.3/vts/functional/
H A Dradio_response.cpp353 PreferredNetworkType /*nw_type*/) { in getPreferredNetworkTypeResponse()
H A Dradio_hidl_hal_utils_v1_3.h244 PreferredNetworkType nwType);
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp452 int32_t /* serial */, ::android::hardware::radio::V1_0::PreferredNetworkType /* nwType */) { in setPreferredNetworkType() argument
H A DRadio.h144 int32_t serial, ::android::hardware::radio::V1_0::PreferredNetworkType nwType) override;
/aosp12/hardware/interfaces/radio/1.4/vts/functional/
H A Dradio_response.cpp356 PreferredNetworkType /*nw_type*/) { in getPreferredNetworkTypeResponse()
H A Dradio_hidl_hal_utils_v1_4.h265 PreferredNetworkType nwType);
/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_response.cpp356 PreferredNetworkType /*nw_type*/) { in getPreferredNetworkTypeResponse()
H A Dradio_hidl_hal_utils_v1_5.h282 PreferredNetworkType nwType);
/aosp12/hardware/interfaces/radio/1.6/vts/functional/
H A Dradio_response.cpp395 PreferredNetworkType /*nw_type*/) { in getPreferredNetworkTypeResponse()
H A Dradio_hidl_hal_utils_v1_6.h338 PreferredNetworkType nwType);
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadio.hal838 * @param nwType PreferredNetworkType defined in types.hal
843 PreferredNetworkType nwType);
H A DIRadioResponse.hal1399 PreferredNetworkType nwType);
H A Dtypes.hal651 enum PreferredNetworkType : int32_t {
/aosp12/hardware/ril/libril/
H A Dril_service.cpp288 Return<void> setPreferredNetworkType(int32_t serial, PreferredNetworkType nwType);
1572 Return<void> RadioImpl::setPreferredNetworkType(int32_t serial, PreferredNetworkType nwType) { in setPreferredNetworkType()
5007 responseInfo, (PreferredNetworkType) ret); in getPreferredNetworkTypeResponse()