Searched refs:fc (Results 1 – 8 of 8) sorted by relevance
72 for (DcFailCause fc : values()) {73 sErrorCodeToFailCauseMap.put(fc.getErrorCode(), fc); in fc.getErrorCode()116 DcFailCause fc = sErrorCodeToFailCauseMap.get(errorCode); in fromInt() local117 if (fc == null) { in fromInt()118 fc = UNKNOWN; in fromInt()120 return fc; in fromInt()
216 Intent.FilterComparison fc = new Intent.FilterComparison(intent); in onDestroy() local217 if (RemoteViewsService.sRemoteViewFactories.containsKey(fc)) { in onDestroy()218 RemoteViewsFactory factory = RemoteViewsService.sRemoteViewFactories.get(fc); in onDestroy()225 RemoteViewsService.sRemoteViewFactories.remove(fc); in onDestroy()237 Intent.FilterComparison fc = new Intent.FilterComparison(intent); in onBind() local240 if (!sRemoteViewFactories.containsKey(fc)) { in onBind()242 sRemoteViewFactories.put(fc, factory); in onBind()246 factory = sRemoteViewFactories.get(fc); in onBind()
147 LVM_UINT32 fc; /* Filter centre frequency */ in LVEQNB_SetFilters() local158 … fc = (LVM_UINT32)pParams->pBandDefinition[i].Frequency; /* Get the band centre frequency */ in LVEQNB_SetFilters()166 if ((fc << 15) <= (LOW_FREQ * fs)) in LVEQNB_SetFilters()173 else if (((fc << 15) <= (HIGH_FREQ * fs)) && (QFactor > 300)) in LVEQNB_SetFilters()185 if (fc > (fs >> 1)) in LVEQNB_SetFilters()
274 …LVM_UINT32 fc; /* Filter centre f… in LVPSA_SetBPFiltersType() local282 …fc = (LVM_UINT32)pInst->pFiltersParams[ii].CenterFrequency; /* Get the band centre frequency */ in LVPSA_SetBPFiltersType()290 if ((LOW_FREQ * fs) >= (fc << 15)) in LVPSA_SetBPFiltersType()299 … if (((LOW_FREQ * fs) < (fc << 15)) && ((fc << 15) < (HIGH_FREQ * fs)) && (QFactor > 300)) in LVPSA_SetBPFiltersType()
14 �&d?�6g1g�K��^�?�(<Ȭ��F�R���2]����?e�p��� EO���3����{n{��Sn$��� ��fcʲ1i�Bu�z�1z��XG��E�K�…
1590 String fc = sch[2]; in isCarrierOtaSpNum() local1591 if (dialStr.regionMatches(0,fc,0,fcLen)) { in isCarrierOtaSpNum()
15 <li><a href="#fc">Application forward compatibility</a></li>442 <h3 id="fc">Application forward compatibility</h3>
940 FilterComparison fc = new FilterComparison(intent); in bindRemoteViewsService() local941 Pair<Integer, FilterComparison> key = Pair.create(appWidgetId, fc); in bindRemoteViewsService()959 Pair<Integer, FilterComparison> serviceId = Pair.create(widget.provider.id.uid, fc); in bindRemoteViewsService()