Home
last modified time | relevance | path

Searched refs:parity (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/hardware/broadcom/libbt/src/
H A Duserial_vendor.c197 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 DParityBitUtil.java64 byte parity = in getByteWithParityBit()
69 byte parityBit = (byte) (~parity & 1); in getByteWithParityBit()
/aosp12/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhci_uart.c230 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 Dhci_uart.c231 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 Dhci_uart.c234 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 Dhci_uart.c232 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 Dhci_uart.c236 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 Dhci_uart.c233 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 DIGnssNavigationMessageCallback.hal53 * 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 Dsynclink.h149 unsigned char parity; member
183 __u32 frame, parity, overrun, brk; member
H A Dserial.h88 int frame, overrun, parity, brk; member
/aosp12/bionic/libc/kernel/uapi/linux/dvb/
H A Dca.h54 unsigned int parity; member
/aosp12/bionic/libc/kernel/uapi/linux/hdlc/
H A Dioctl.h60 unsigned short parity; member
/aosp12/system/bt/stack/include/
H A Dport_api.h50 uint8_t parity; member
/aosp12/system/bt/stack/rfcomm/
H A Drfc_port_fsm.cc916 port_pars->parity = p_frame->u.rpn.parity; in rfc_set_port_state()
H A Drfc_ts_frames.cc422 (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 Drfc_int.h124 uint8_t parity; member
/aosp12/hardware/interfaces/keymaster/4.0/
H A Dtypes.hal89 * 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 Ddomain.te802 # Feature parity with Chromium LSM.
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Ddomain.te809 # Feature parity with Chromium LSM.
/aosp12/hardware/interfaces/tv/tuner/1.0/
H A Dtypes.hal1684 * If LNB detect that the incoming Diseqc message has parity error.
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Ddomain.te1105 # Feature parity with Chromium LSM.
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Ddomain.te1106 # Feature parity with Chromium LSM.
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Ddomain.te1099 # Feature parity with Chromium LSM.
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Ddomain.te1089 # Feature parity with Chromium LSM.

12