/hardware/interfaces/graphics/common/1.1/ |
D | types.hal | 31 * 16-bit format that has a single 16-bit depth component. 39 * 32-bit format that has a single 24-bit depth component and, optionally, 48 * 32-bit format that has a 24-bit depth component and an 8-bit stencil 58 * 32-bit format that has a single 32-bit depth component. 66 * Two-component format that has a 32-bit depth component, an 8-bit stencil 76 * 8-bit format that has a single 8-bit stencil component. 86 * represented by a 16-bit little-endian value, with the lower 6 bits set 109 * This format is appropriate for 10bit video content. 214 * a = 1.099, b = 0.018 for 10-bit display systems 215 * a = 1.0993, b = 0.0181 for 12-bit display systems
|
/hardware/libhardware/modules/input/evdev/ |
D | SwitchInputMapper.cpp | 113 auto bit = mUpdatedSwitchMask.firstMarkedBit(); in sync() local 114 getInputReport()->setBoolUsage(INPUT_COLLECTION_ID_SWITCH, codeMap[bit].usage, in sync() 115 mSwitchValues.hasBit(bit), 0); in sync() 116 mUpdatedSwitchMask.clearBit(bit); in sync()
|
D | MouseInputMapper.cpp | 153 auto bit = mUpdatedButtonMask.clearFirstMarkedBit(); in sync() local 154 getInputReport()->setBoolUsage(INPUT_COLLECTION_ID_MOUSE, codeMap[bit].usage, in sync() 155 mButtonValues.hasBit(bit), 0); in sync()
|
/hardware/interfaces/broadcastradio/1.1/ |
D | types.hal | 171 RDS_PI, // 16bit 174 * 64bit compound primary identifier for HD Radio. 177 * - 32bit: Station ID number; 178 * - 4bit: HD_SUBCHANNEL; 179 * - 18bit: AMFM_FREQUENCY. 194 * 24bit compound primary identifier for DAB. 197 * - 16bit: SId; 198 * - 8bit: ECC code. 204 DAB_ENSEMBLE, // 16bit 205 DAB_SCID, // 12bit [all …]
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | msm_ion.h | 65 #define ION_HEAP(bit) (1 << (bit)) argument
|
/hardware/qcom/msm8x27/kernel-headers/linux/ |
D | msm_ion.h | 66 #define ION_HEAP(bit) (1 << (bit)) argument
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 29 * 32-bit format that has 8-bit R, G, B, and A components, in that order, 38 * 32-bit format that has 8-bit R, G, B, and unused components, in that 47 * 24-bit format that has 8-bit R, G, and B components, in that order, 56 * 16-bit packed format that has 5-bit R, 6-bit G, and 5-bit B components, 66 * 32-bit format that has 8-bit B, G, R, and A components, in that order, 82 * 64-bit format that has 16-bit R, G, B, and A components, in that order, 91 * RAW16 is a single-channel, 16-bit, little endian format, typically 127 * | depth measurements, opaque with 16 bit 212 * RAW10 is a single-channel, 10-bit per pixel, densely packed in each row, 221 * bit of the ith pixel): [all …]
|
/hardware/qcom/msm8x26/kernel-headers/linux/ |
D | msm_ion.h | 77 #define ION_HEAP(bit) (1 << (bit)) argument
|
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
D | msm_ion.h | 96 #define ION_HEAP(bit) (1 << (bit)) argument
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | msm_ion.h | 102 #define ION_HEAP(bit) (1 << (bit)) argument
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
D | msm_ion.h | 80 #define ION_HEAP(bit) (1 << (bit)) argument
|
/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | constants.h | 45 #define BITMAP(bit) (1 << (bit)) argument
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | msm_ion.h | 99 #define ION_HEAP(bit) (1 << (bit)) argument
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | msm_ion.h | 79 #define ION_HEAP(bit) (1 << (bit)) argument
|
/hardware/qcom/sdm845/display/sdm/include/utils/ |
D | constants.h | 45 #define BITMAP(bit) (1 << (bit)) argument
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
D | constants.h | 45 #define BITMAP(bit) (1 << (bit)) argument
|
/hardware/qcom/msm8x09/kernel-headers/linux/ |
D | msm_ion.h | 94 #define ION_HEAP(bit) (1 << (bit)) argument
|
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
D | constants.h | 45 #define BITMAP(bit) (1 << (bit)) argument
|
/hardware/qcom/display/msm8909/sdm/include/utils/ |
D | constants.h | 45 #define BITMAP(bit) (1 << (bit)) argument
|
/hardware/qcom/msm8x09/original-kernel-headers/linux/ |
D | msm_ion.h | 119 #define ION_HEAP(bit) (1 << (bit)) argument
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 1645 uint32 bit, mask; in bcm_format_field() local 1654 bit = bd->bitfield[i].bit; in bcm_format_field() 1655 if ((flags & mask) == bit) { in bcm_format_field() 1673 uint32 bit; in bcm_format_flags() local 1682 bit = bd[i].bit; in bcm_format_flags() 1684 if (bit == 0 && flags != 0) { in bcm_format_flags() 1689 } else if ((flags & bit) == 0) in bcm_format_flags() 1691 flags &= ~bit; in bcm_format_flags() 2268 setbit(void *array, uint bit) in setbit() argument 2270 ((uint8 *)array)[bit / NBBY] |= 1 << (bit % NBBY); in setbit() [all …]
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_ion.h | 95 #define ION_HEAP(bit) (1 << (bit)) argument
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_ion.h | 122 #define ION_HEAP(bit) (1 << (bit)) argument
|
/hardware/qcom/msm8998/kernel-headers/linux/ |
D | msm_ion.h | 100 #define ION_HEAP(bit) ION_BIT(bit) argument
|
/hardware/qcom/msm8x27/original-kernel-headers/linux/ |
D | msm_ion.h | 85 #define ION_HEAP(bit) (1 << (bit)) argument
|