Home
last modified time | relevance | path

Searched defs:parity (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvp9_boolcoder_test.cc37 const int parity = i & 1; in TEST() local
Dvp8_boolcoder_test.cc64 const int parity = i & 1; in TEST() local
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
Duart.hpp206 setMode(int bytesize, UartParity parity, int stopbits) in setMode()
/hardware/broadcom/libbt/src/
Duserial_vendor.c196 uint16_t parity; in userial_vendor_open() local
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhci_uart.c231 uint16_t parity; in userial_vendor_open() local
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhci_uart.c231 uint16_t parity; in userial_vendor_open() local
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhci_uart.c230 uint16_t parity; in userial_vendor_open() local
/hardware/bsp/intel/peripheral/libmraa/src/uart/
Duart.c309 mraa_uart_set_mode(mraa_uart_context dev, int bytesize, mraa_uart_parity_t parity, int stopbits) in mraa_uart_set_mode()