Home
last modified time | relevance | path

Searched defs:chip (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi.cpp185 for (auto& chip : chips_) { in stopInternal() local
216 for (auto& chip : chips_) { in getChipIdsInternal() local
225 for (auto& chip : chips_) { in getChipInternal() local
288 ChipId Wifi::getChipIdFromWifiChip(sp<WifiChip>& chip) { in getChipIdFromWifiChip()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/queries/
H A DSearchChipViewManager.java282 Chip chip = (Chip) inflater.inflate(R.layout.search_chip_item, mChipGroup, false); in addChipToGroup() local
316 Chip chip = (Chip) mChipGroup.getChildAt(i); in onMirrorChipClick() local
334 private static void setChipChecked(Chip chip, boolean isChecked) { in setChipChecked()
352 final Chip chip = (Chip) v; in onChipClick() local
375 private void bindChip(Chip chip, SearchChipData chipData) { in bindChip()
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1471 DrawableRecipientChip chip = null; in createReplacementChip() local
1859 private int getChipStart(DrawableRecipientChip chip) { in getChipStart()
1863 private int getChipEnd(DrawableRecipientChip chip) { in getChipEnd()
2217 DrawableRecipientChip chip = constructChipSpan(entry); in createChip() local
2278 CharSequence chip = createChip(entry); in submitItemAtPosition() local
2635 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 …]
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DHalDeviceManager.java244 public Set<Integer> getSupportedIfaceTypes(IWifiChip chip) { in getSupportedIfaceTypes()
706 public IWifiChip chip; field in HalDeviceManager.InterfaceCacheEntry
738 public IWifiChip chip; field in HalDeviceManager.WifiChipInfo
787 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
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmdefs.h125 #define CHIPID(chip) (BCMCHIPID) argument
127 #define CHIPID(chip) (chip) argument
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DHalDeviceManagerTest.java160 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
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dkvm.h112 } chip; member