Searched defs:BITMASK (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/core/java/android/bluetooth/ | ||
H A D | BluetoothClass.java | 119 private static final int BITMASK = 0xFFE000; field in BluetoothClass.Service |
/aosp12/bionic/libc/kernel/uapi/linux/ | ||
H A D | bcache.h | 22 #define BITMASK(name,type,field,offset,size) static inline __u64 name(const type * k) \ macro |
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/ | ||
H A D | pkt_stats.h | 218 #define BITMASK(x) ((1<<(x)) - 1 ) macro |