Searched defs:ac (Results 1 – 7 of 7) sorted by relevance
| /hardware/interfaces/biometrics/fingerprint/aidl/default/ |
| D | FakeFingerprintEngine.cpp | 160 auto ac = convertAcquiredInfo(acquired[j]); in onEnrollFingerDown() local 242 auto ac = convertAcquiredInfo(acquiredInfos[i]); in onAuthenticateFingerDown() local 301 auto ac = convertAcquiredInfo(acquiredInfos[i]); in onDetectInteractFingerDown() local
|
| /hardware/libhardware_legacy/include/hardware_legacy/ |
| D | link_layer_stats.h | 181 wifi_traffic_ac ac; // access category (VI, VO, BE, BK) member 219 wifi_wmm_ac_stat ac[WIFI_AC_MAX]; // per ac data packet statistics member 273 wifi_wmm_ac_stat ac[WIFI_AC_MAX]; // Per AC data packet statistics for the member
|
| /hardware/synaptics/wlan/synadhd/wifi_hal/ |
| D | wifi_hal.cpp | 2344 u32 start, u32 end, u32 ac) in DscpCommand() 2451 u32 start, u32 end, u32 ac) in wifi_map_dscp_access_category()
|
| /hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
| D | wifi_hal.cpp | 2344 u32 start, u32 end, u32 ac) in DscpCommand() 2451 u32 start, u32 end, u32 ac) in wifi_map_dscp_access_category()
|
| /hardware/broadcom/wlan/bcmdhd/halutil/ |
| D | halutil.cpp | 4813 static int setDscpMap(s32 start, s32 end, s32 ac) in setDscpMap() 4971 s32 ac = -1; in testDscpOptions() local
|
| /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
| D | 802.11.h | 646 #define AC_BITMAP_TST(ab, ac) (((ab) & (1 << (ac))) != 0) argument 647 #define AC_BITMAP_SET(ab, ac) (((ab) |= (1 << (ac)))) argument 648 #define AC_BITMAP_RESET(ab, ac) (((ab) &= ~(1 << (ac)))) argument
|
| /hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
| D | wlioctl.h | 1092 int ac; member 3772 uint32 ac[AC_COUNT]; /* max bandwidth for each access category */ member 3808 uint32 ac; /* access class */ member
|