/hardware/interfaces/ir/1.0/ |
D | IConsumerIr.hal | 23 * The pattern is alternating series of carrier on and off periods measured in 24 * microseconds. The carrier should be turned off at the end of a transmit
|
/hardware/interfaces/oemlock/1.0/ |
D | IOemLock.hal | 21 * Both the carrier and the device itself have a say as to whether OEM unlock is 39 * Updates whether OEM unlock is allowed by the carrier. 55 * Returns whether OEM unlock is allowed by the carrier.
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssMeasurementCallback.hal | 49 /** A valid 'carrier frequency' is stored in the data structure. */ 51 /** A valid 'carrier cycles' is stored in the data structure. */ 53 /** A valid 'carrier phase' is stored in the data structure. */ 55 /** A valid 'carrier phase uncertainty' is stored in the data structure. */ 117 * | UNKNOWN | ADR(t) | No valid carrier phase | 121 * | VALID | ADR(t) | Valid carrier phase | 523 * It is mandatory that this value be provided at typical carrier phase PRR 551 * 'carrier phase' is given by the equation: 552 * accumulated delta range = -k * carrier phase (where k is a constant) 587 * The number of full carrier cycles between the satellite and the [all …]
|
D | IGnssConfiguration.hal | 97 * @param version SUPL version requested by carrier. This is a bit mask
|
/hardware/interfaces/gnss/2.1/ |
D | IGnssMeasurementCallback.hal | 87 * - Receiver inter-frequency bias (with respect to the carrier frequency in 95 * - Satellite inter-frequency bias (GLO only) (with respect to the carrier frequency in 128 * - Satellite inter-frequency bias (GLO only) (with respect to the carrier frequency in
|
D | IGnssMeasurement.hal | 36 * no clock discontinuities are expected and, when supported, carrier phase should be
|
D | IGnssAntennaInfoCallback.hal | 50 * The carrier frequency in MHz.
|
/hardware/interfaces/gnss/1.1/ |
D | IGnssMeasurement.hal | 35 * no clock discontinuities are expected and, when supported, carrier phase should be
|
/hardware/interfaces/gnss/2.0/ |
D | IGnssMeasurement.hal | 36 * no clock discontinuities are expected and, when supported, carrier phase should be
|
D | IAGnssRil.hal | 52 * Telephony preferred Access Point Name to use for carrier data connection when
|
/hardware/interfaces/radio/1.1/ |
D | types.hal | 213 string keyIdentifier; // This is an opaque value we're given by the carrier 214 // and is returned to the carrier. This is used by the server to
|
D | IRadio.hal | 33 * encrypt the IMSI and IMPI. Sent by the framework during boot, carrier
|
/hardware/interfaces/radio/1.6/ |
D | types.hal | 426 * Estimated downlink capacity of secondary carrier in a dual connected NR mode in kbps. 436 * Estimated uplink capacity secondary carrier in a dual connected NR mode in kbps. 451 * Enact secondary carrier data throttling and remove any existing data 452 * throttling on anchor carrier. 457 * Enact anchor carrier data throttling and disable data on secondary 458 * carrier if currently enabled. 712 * carrier aggregation, vendor RIL service should properly report multiple PhysicalChannelConfig 1079 * Public key type from carrier certificate. 1087 * Carrier specific Information sent by the carrier,
|
D | IRadio.hal | 261 * to secondary carrier. 381 * throttling on anchor carrier and achieve maximum data throttling on 382 * secondary carrier within the requested completion window. 384 * carrier and achieve maximum data throttling on anchor carrier by 533 * encrypt the IMSI and IMPI. Sent by the framework during boot, carrier
|
/hardware/interfaces/radio/1.4/ |
D | IRadio.hal | 98 * Send data profiles of the current carrier to the modem. 195 * Set carrier restrictions. Expected modem behavior: 216 * Get carrier restrictions.
|
D | types.hal | 1773 * carrier restriction configuration. 1792 * gid1 is ABCD. It means except the carrier whose gid1 is ABCD, all carriers with the
|
/hardware/interfaces/radio/1.5/ |
D | IRadio.hal | 216 * Send data profiles of the current carrier to the modem. 329 * generally binds the device so it can only be used on one carrier or even one carrier subnet 332 * manual entry or to a carrier app on the device for automatic entry.
|
/hardware/interfaces/wifi/supplicant/1.1/ |
D | ISupplicantStaNetwork.hal | 53 * This identity is then encrypted using the public key of the carrier.
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 176 /* card is present but not usable due to carrier restrictions */ 775 SPN = 1, // Use SPN and mcc/mnc to identify the carrier 776 IMSI_PREFIX = 2, // Use IMSI prefix and mcc/mnc to identify the carrier 777 GID1 = 3, // Use GID1 and mcc/mnc to identify the carrier 778 GID2 = 4, // Use GID2 and mcc/mnc to identify the carrier 1116 // but is used for access to carrier services in an 1836 string mvnoMatchData; // MVNO matching data. This is defined by the carrier. 1890 CarrierMatchType matchType; // Specify match type for the carrier. 1901 // gid1 is ABCD. It means except the carrier whose gid1
|
D | IRadioIndication.hal | 439 * boxes of carrier PCO data for a given call must result in a series of
|
D | IRadio.hal | 1510 * Set carrier restrictions. Expected modem behavior: 1534 * Get carrier restrictions.
|
/hardware/interfaces/gnss/visibility_control/1.0/ |
D | IGnssVisibilityControlCallback.hal | 106 * Identity of the endpoint receiving the location information. For example, carrier
|
/hardware/interfaces/wifi/1.5/ |
D | types.hal | 204 * virtual carrier sense (CS) mechanism.
|
/hardware/ril/libril/ |
D | ril_service.cpp | 6520 RIL_Carrier *carrier = pCr->allowed_carriers + i; in getAllowedCarriersResponse() local 6521 carrierInfo.allowedCarriers[i].mcc = convertCharPtrToHidlString(carrier->mcc); in getAllowedCarriersResponse() 6522 carrierInfo.allowedCarriers[i].mnc = convertCharPtrToHidlString(carrier->mnc); in getAllowedCarriersResponse() 6523 carrierInfo.allowedCarriers[i].matchType = (CarrierMatchType) carrier->match_type; in getAllowedCarriersResponse() 6525 convertCharPtrToHidlString(carrier->match_data); in getAllowedCarriersResponse() 6530 RIL_Carrier *carrier = pCr->excluded_carriers + i; in getAllowedCarriersResponse() local 6531 carrierInfo.excludedCarriers[i].mcc = convertCharPtrToHidlString(carrier->mcc); in getAllowedCarriersResponse() 6532 carrierInfo.excludedCarriers[i].mnc = convertCharPtrToHidlString(carrier->mnc); in getAllowedCarriersResponse() 6533 carrierInfo.excludedCarriers[i].matchType = (CarrierMatchType) carrier->match_type; in getAllowedCarriersResponse() 6535 convertCharPtrToHidlString(carrier->match_data); in getAllowedCarriersResponse()
|
/hardware/interfaces/radio/1.2/ |
D | types.hal | 446 * UTRA carrier RSSI as defined in TS 25.225 5.1.4
|