Searched defs:chip (Results 1 – 7 of 7) sorted by relevance
185 for (auto& chip : chips_) { in stopInternal() local216 for (auto& chip : chips_) { in getChipIdsInternal() local225 for (auto& chip : chips_) { in getChipInternal() local288 ChipId Wifi::getChipIdFromWifiChip(sp<WifiChip>& chip) { in getChipIdFromWifiChip()
282 Chip chip = (Chip) inflater.inflate(R.layout.search_chip_item, mChipGroup, false); in addChipToGroup() local316 Chip chip = (Chip) mChipGroup.getChildAt(i); in onMirrorChipClick() local334 private static void setChipChecked(Chip chip, boolean isChecked) { in setChipChecked()352 final Chip chip = (Chip) v; in onChipClick() local375 private void bindChip(Chip chip, SearchChipData chipData) { in bindChip()
1471 DrawableRecipientChip chip = null; in createReplacementChip() local1859 private int getChipStart(DrawableRecipientChip chip) { in getChipStart()1863 private int getChipEnd(DrawableRecipientChip chip) { in getChipEnd()2217 DrawableRecipientChip chip = constructChipSpan(entry); in createChip() local2278 CharSequence chip = createChip(entry); in submitItemAtPosition() local2635 private void unselectChip(DrawableRecipientChip chip) { in unselectChip()2697 /* package */void removeChip(DrawableRecipientChip chip) { in removeChip()2765 public void onClick(DrawableRecipientChip chip) { in onClick()2909 public boolean isGeneratedContact(DrawableRecipientChip chip) { in isGeneratedContact()3395 public RecipientChipShadow(DrawableRecipientChip chip) { in RecipientChipShadow()[all …]
244 public Set<Integer> getSupportedIfaceTypes(IWifiChip chip) { in getSupportedIfaceTypes()706 public IWifiChip chip; field in HalDeviceManager.InterfaceCacheEntry738 public IWifiChip chip; field in HalDeviceManager.WifiChipInfo787 protected android.hardware.wifi.V1_5.IWifiChip getWifiChipForV1_5Mockable(IWifiChip chip) { in getWifiChipForV1_5Mockable()1559 private Set<Integer> getSupportedIfaceTypesInternal(IWifiChip chip) { in getSupportedIfaceTypesInternal()2357 IWifiChip chip = getChip(iface); in removeIfaceInternal() local
125 #define CHIPID(chip) (BCMCHIPID) argument127 #define CHIPID(chip) (chip) argument
160 protected android.hardware.wifi.V1_5.IWifiChip getWifiChipForV1_5Mockable(IWifiChip chip) { in getWifiChipForV1_5Mockable()3154 GetChipAnswer(WifiStatus status, IWifiChip chip) { in GetChipAnswer()3421 public IWifiChip chip; field in HalDeviceManagerTest.ChipMockBase
112 } chip; member