Home
last modified time | relevance | path

Searched refs:allAllowed (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_utils_v1_0.h400 Return<void> getAllowedCarriersResponse(const RadioResponseInfo& info, bool allAllowed,
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_utils_v1_1.h398 Return<void> getAllowedCarriersResponse(const RadioResponseInfo& info, bool allAllowed,
/hardware/interfaces/radio/1.2/default/
DRadio.h233 int32_t serial, bool allAllowed,
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_utils_v1_3.h402 Return<void> getAllowedCarriersResponse(const RadioResponseInfo& info, bool allAllowed,
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_utils_v1_2.h438 Return<void> getAllowedCarriersResponse(const RadioResponseInfo& info, bool allAllowed,
/hardware/interfaces/radio/1.0/
DIRadio.hal1513 * Receives this command with allAllowed true
1516 * Receives this command with a list of carriers & allAllowed = false
1524 * @param allAllowed true only when all carriers are allowed. Ignore "carriers" struct.
1531 oneway setAllowedCarriers(int32_t serial, bool allAllowed, CarrierRestrictions carriers);
DIRadioResponse.hal2505 * @param allAllowed true only when all carriers are allowed. Ignore "carriers" struct.
2514 oneway getAllowedCarriersResponse(RadioResponseInfo info, bool allAllowed,
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_utils_v1_4.h425 Return<void> getAllowedCarriersResponse(const RadioResponseInfo& info, bool allAllowed,
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_hidl_hal_utils_v1_5.h442 Return<void> getAllowedCarriersResponse(const RadioResponseInfo& info, bool allAllowed,
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_hidl_hal_utils_v1_6.h550 const ::android::hardware::radio::V1_0::RadioResponseInfo& info, bool allAllowed,
/hardware/ril/libril/
Dril_service.cpp429 bool allAllowed,
2670 Return<void> RadioImpl::setAllowedCarriers(int32_t serial, bool allAllowed, in setAllowedCarriers() argument
6502 bool allAllowed = true; in getAllowedCarriersResponse() local
6515 allAllowed = false; in getAllowedCarriersResponse()
6541 allAllowed, carrierInfo); in getAllowedCarriersResponse()