Searched refs:carrier (Results 1 – 20 of 20) sorted by relevance
/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. */ 468 * It is mandatory that this value be provided at typical carrier phase PRR 496 * 'carrier phase' is given by the equation: 497 * accumulated delta range = -k * carrier phase (where k is a constant) 532 * The number of full carrier cycles between the satellite and the 545 * This is usually the fractional part of the complete carrier phase 549 * The value contains the 'carrier-phase uncertainty' in it. [all …]
|
D | IGnssConfiguration.hal | 97 * @param version SUPL version requested by carrier. This is a bit mask
|
/hardware/interfaces/gnss/1.1/ |
D | IGnssMeasurement.hal | 35 * no clock discontinuities are expected and, when supported, carrier phase should be
|
D | IGnssMeasurementCallback.hal | 46 * Similar information about carrier phase signal tracking is still reported in these
|
/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.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/gnss/visibility_control/1.0/ |
D | IGnssVisibilityControlCallback.hal | 103 * Identity of the endpoint receiving the location information. For example, carrier
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 172 RESTRICTED, // card is present but not usable due to carrier 771 SPN = 1, // Use SPN and mcc/mnc to identify the carrier 772 IMSI_PREFIX = 2, // Use IMSI prefix and mcc/mnc to identify the carrier 773 GID1 = 3, // Use GID1 and mcc/mnc to identify the carrier 774 GID2 = 4, // Use GID2 and mcc/mnc to identify the carrier 1112 // but is used for access to carrier services in an 1832 string mvnoMatchData; // MVNO matching data. This is defined by the carrier. 1886 CarrierMatchType matchType; // Specify match type for the carrier. 1897 // gid1 is ABCD. It means except the carrier whose gid1
|
D | IRadioIndication.hal | 436 * boxes of carrier PCO data for a given call must result in a series of
|
D | IRadio.hal | 1495 * Set carrier restrictions. Expected modem behavior: 1519 * Get carrier restrictions.
|
/hardware/ril/libril/ |
D | ril_service.cpp | 6577 RIL_Carrier *carrier = pCr->allowed_carriers + i; in getAllowedCarriersResponse() local 6578 carrierInfo.allowedCarriers[i].mcc = convertCharPtrToHidlString(carrier->mcc); in getAllowedCarriersResponse() 6579 carrierInfo.allowedCarriers[i].mnc = convertCharPtrToHidlString(carrier->mnc); in getAllowedCarriersResponse() 6580 carrierInfo.allowedCarriers[i].matchType = (CarrierMatchType) carrier->match_type; in getAllowedCarriersResponse() 6582 convertCharPtrToHidlString(carrier->match_data); in getAllowedCarriersResponse() 6587 RIL_Carrier *carrier = pCr->excluded_carriers + i; in getAllowedCarriersResponse() local 6588 carrierInfo.excludedCarriers[i].mcc = convertCharPtrToHidlString(carrier->mcc); in getAllowedCarriersResponse() 6589 carrierInfo.excludedCarriers[i].mnc = convertCharPtrToHidlString(carrier->mnc); in getAllowedCarriersResponse() 6590 carrierInfo.excludedCarriers[i].matchType = (CarrierMatchType) carrier->match_type; in getAllowedCarriersResponse() 6592 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
|