Home
last modified time | relevance | path

Searched defs:BITMASK (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothClass.java119 private static final int BITMASK = 0xFFE000; field in BluetoothClass.Service
157 private static final int BITMASK = 0x1FFC; field in BluetoothClass.Device
164 private static final int BITMASK = 0x1F00; field in BluetoothClass.Device.Major
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dbcache.h22 #define BITMASK(name,type,field,offset,size) static inline __u64 name(const type * k) \ macro
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dpkt_stats.h218 #define BITMASK(x) ((1<<(x)) - 1 ) macro