Home
last modified time | relevance | path

Searched defs:feat (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_btif_storage.cc211 uint8_t feat) { in btif_storage_set_gatt_cl_supp_feat()
218 void btif_storage_set_gatt_sr_supp_feat(const RawAddress& addr, uint8_t feat) { in btif_storage_set_gatt_sr_supp_feat()
/aosp12/system/bt/btif/src/
H A Dbtif_storage.cc1668 void btif_storage_set_gatt_sr_supp_feat(const RawAddress& addr, uint8_t feat) { in btif_storage_set_gatt_sr_supp_feat()
1671 [](const RawAddress& addr, uint8_t feat) { in btif_storage_set_gatt_sr_supp_feat()
1796 uint8_t feat) { in btif_storage_set_gatt_cl_supp_feat()
1799 [](const RawAddress& bd_addr, uint8_t feat) { in btif_storage_set_gatt_cl_supp_feat()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Duserfaultfd.h53 } feat; member
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DHalDeviceManager.java2718 final Mutable<Long> feat = new Mutable<>(CHIP_CAPABILITY_UNINITIALIZED); in getChipCapabilities() local
H A DWifiVendorHal.java1667 final Mutable<Long> feat = new Mutable<>(0L); in getSupportedFeatureSet() local
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java9942 final FeatureInfo feat = mAvailableFeatures.get(name); in hasSystemFeature() local