Home
last modified time | relevance | path

Searched refs:carrier (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/ir/1.0/
DIConsumerIr.hal23 * 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/gnss/1.0/
DIGnssMeasurementCallback.hal49 /** 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. */
441 * It is mandatory that this value be provided at typical carrier phase PRR
469 * 'carrier phase' is given by the equation:
470 * accumulated delta range = -k * carrier phase (where k is a constant)
505 * The number of full carrier cycles between the satellite and the
518 * This is usually the fractional part of the complete carrier phase
522 * The value contains the 'carrier-phase uncertainty' in it.
[all …]
DIGnssConfiguration.hal93 * @param version SUPL version requested by carrier. This is a bit mask
/hardware/interfaces/radio/1.0/
Dtypes.hal172 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
1806 string mvnoMatchData; // MVNO matching data. This is defined by the carrier.
1860 CarrierMatchType matchType; // Specify match type for the carrier.
1871 // gid1 is ABCD. It means except the carrier whose gid1
DIRadioIndication.hal436 * boxes of carrier PCO data for a given call must result in a series of
DIRadio.hal1495 * Set carrier restrictions. Expected modem behavior:
1519 * Get carrier restrictions.
/hardware/ril/libril/
Dril_service.cpp6295 RIL_Carrier *carrier = pCr->allowed_carriers + i; in getAllowedCarriersResponse() local
6296 carrierInfo.allowedCarriers[i].mcc = convertCharPtrToHidlString(carrier->mcc); in getAllowedCarriersResponse()
6297 carrierInfo.allowedCarriers[i].mnc = convertCharPtrToHidlString(carrier->mnc); in getAllowedCarriersResponse()
6298 carrierInfo.allowedCarriers[i].matchType = (CarrierMatchType) carrier->match_type; in getAllowedCarriersResponse()
6300 convertCharPtrToHidlString(carrier->match_data); in getAllowedCarriersResponse()
6305 RIL_Carrier *carrier = pCr->excluded_carriers + i; in getAllowedCarriersResponse() local
6306 carrierInfo.excludedCarriers[i].mcc = convertCharPtrToHidlString(carrier->mcc); in getAllowedCarriersResponse()
6307 carrierInfo.excludedCarriers[i].mnc = convertCharPtrToHidlString(carrier->mnc); in getAllowedCarriersResponse()
6308 carrierInfo.excludedCarriers[i].matchType = (CarrierMatchType) carrier->match_type; in getAllowedCarriersResponse()
6310 convertCharPtrToHidlString(carrier->match_data); in getAllowedCarriersResponse()