/aosp12/hardware/broadcom/libbt/src/ |
H A D | userial_vendor.c | 197 uint16_t parity; in userial_vendor_open() local 222 parity = 0; in userial_vendor_open() 224 parity = PARENB; in userial_vendor_open() 226 parity = (PARENB | PARODD); in userial_vendor_open()
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/crypto/ |
H A D | ParityBitUtil.java | 64 byte parity = in getByteWithParityBit() 69 byte parityBit = (byte) (~parity & 1); in getByteWithParityBit()
|
/aosp12/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
H A D | hci_uart.c | 230 uint16_t parity; in userial_vendor_open() local 255 parity = 0; in userial_vendor_open() 257 parity = PARENB; in userial_vendor_open() 259 parity = (PARENB | PARODD); in userial_vendor_open()
|
/aosp12/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
H A D | hci_uart.c | 231 uint16_t parity; in userial_vendor_open() local 256 parity = 0; in userial_vendor_open() 258 parity = PARENB; in userial_vendor_open() 260 parity = (PARENB | PARODD); in userial_vendor_open()
|
/aosp12/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
H A D | hci_uart.c | 234 uint16_t parity; in userial_vendor_open() local 259 parity = 0; in userial_vendor_open() 261 parity = PARENB; in userial_vendor_open() 263 parity = (PARENB | PARODD); in userial_vendor_open()
|
/aosp12/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
H A D | hci_uart.c | 232 uint16_t parity; in userial_vendor_open() local 257 parity = 0; in userial_vendor_open() 259 parity = PARENB; in userial_vendor_open() 261 parity = (PARENB | PARODD); in userial_vendor_open()
|
/aosp12/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
H A D | hci_uart.c | 236 uint16_t parity; in userial_vendor_open() local 261 parity = 0; in userial_vendor_open() 263 parity = PARENB; in userial_vendor_open() 265 parity = (PARENB | PARODD); in userial_vendor_open()
|
/aosp12/hardware/qcom/sdm845/bt/libbt-vendor/src/ |
H A D | hci_uart.c | 233 uint16_t parity; in userial_vendor_open() local 258 parity = 0; in userial_vendor_open() 260 parity = PARENB; in userial_vendor_open() 262 parity = (PARENB | PARODD); in userial_vendor_open()
|
/aosp12/hardware/interfaces/gnss/1.0/ |
H A D | IGnssNavigationMessageCallback.hal | 53 * When a message is received properly without any parity error in its 55 * If a message is received with words that failed a parity check, but the GNSS 57 * Do not send any navigation message that contains words with parity errors 82 * No need to send any navigation message that contains words with parity
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | synclink.h | 149 unsigned char parity; member 183 __u32 frame, parity, overrun, brk; member
|
H A D | serial.h | 88 int frame, overrun, parity, brk; member
|
/aosp12/bionic/libc/kernel/uapi/linux/dvb/ |
H A D | ca.h | 54 unsigned int parity; member
|
/aosp12/bionic/libc/kernel/uapi/linux/hdlc/ |
H A D | ioctl.h | 60 unsigned short parity; member
|
/aosp12/system/bt/stack/include/ |
H A D | port_api.h | 50 uint8_t parity; member
|
/aosp12/system/bt/stack/rfcomm/ |
H A D | rfc_port_fsm.cc | 916 port_pars->parity = p_frame->u.rpn.parity; in rfc_set_port_state()
|
H A D | rfc_ts_frames.cc | 422 (p_pars->parity << RFCOMM_RPN_PARITY_SHIFT) | in rfc_send_rpn() 820 p_rx_frame->u.rpn.parity = in rfc_process_mx_message()
|
H A D | rfc_int.h | 124 uint8_t parity; member
|
/aosp12/hardware/interfaces/keymaster/4.0/ |
H A D | types.hal | 89 * specifies the length of the key material, not counting parity bits (though parity bits must
|
/aosp12/system/sepolicy/prebuilts/api/27.0/public/ |
H A D | domain.te | 802 # Feature parity with Chromium LSM.
|
/aosp12/system/sepolicy/prebuilts/api/26.0/public/ |
H A D | domain.te | 809 # Feature parity with Chromium LSM.
|
/aosp12/hardware/interfaces/tv/tuner/1.0/ |
H A D | types.hal | 1684 * If LNB detect that the incoming Diseqc message has parity error.
|
/aosp12/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | domain.te | 1105 # Feature parity with Chromium LSM.
|
/aosp12/system/sepolicy/prebuilts/api/28.0/public/ |
H A D | domain.te | 1106 # Feature parity with Chromium LSM.
|
/aosp12/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | domain.te | 1099 # Feature parity with Chromium LSM.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | domain.te | 1089 # Feature parity with Chromium LSM.
|