/hardware/bsp/intel/peripheral/libupm/examples/python/ |
D | m24lr64e.py | 37 byte = nfcTag.readByte(addr) variable 42 byte = (~byte & 0xff) variable 47 byte = nfcTag.readByte(addr) variable
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
D | m24lr64e.js | 41 var byte = nfcTag.readByte(addr); variable
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioUtil.cpp | 75 int AudioUtil::getSamplingFrequencyFromEDID(unsigned char byte) { in getSamplingFrequencyFromEDID() 103 int AudioUtil::getBitsPerSampleFromEDID(unsigned char byte, in getBitsPerSampleFromEDID()
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | m24lr64e.cxx | 47 uint8_t byte = nfcTag->readByte(addr); in main() local
|
D | nrf8001-helloworld.cxx | 131 uart_process_control_point_rx(uint8_t *byte, uint8_t length) { in uart_process_control_point_rx()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | qtypes.h | 78 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | qtypes.h | 78 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | qtypes.h | 78 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
|
/hardware/bsp/intel/peripheral/libupm/src/nunchuck/ |
D | nunchuck.cxx | 68 bool NUNCHUCK::writeByte(uint8_t reg, uint8_t byte) in writeByte()
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | viddec_pm_parser_ops.c | 64 int32_t viddec_pm_get_au_pos(void *parent, uint32_t *bit, uint32_t *byte, uint8_t *is_emul) in viddec_pm_get_au_pos() 132 uint32_t viddec_pm_get_cur_byte(void *parent, uint8_t *byte) in viddec_pm_get_cur_byte()
|
D | viddec_pm_utils_bstream.c | 7 uint8_t byte[8]; member 349 int32_t viddec_pm_utils_bstream_get_current_byte(viddec_pm_utils_bstream_cxt_t *cxt, uint8_t *byte) in viddec_pm_utils_bstream_get_current_byte()
|
D | viddec_pm_utils_list.c | 36 uint32_t viddec_pm_utils_list_getbyte_position(viddec_pm_utils_list_t *list, uint32_t byte, uint32_… in viddec_pm_utils_list_getbyte_position()
|
/hardware/bsp/intel/peripheral/libupm/src/lpd8806/ |
D | lpd8806.cxx | 94 uint16_t byte = (m_pixelsCount * 3) + ((m_pixelsCount + 31) / 32); in show() local
|
/hardware/google/apf/ |
D | apf_disassembler.c | 77 int byte; in main() local
|
/hardware/bsp/intel/peripheral/libupm/src/si114x/ |
D | si114x.cxx | 78 bool SI114X::writeByte(uint8_t reg, uint8_t byte) in writeByte()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | temporal_filter.c | 100 int byte = 0; in vp8_temporal_filter_apply_c() local 230 int byte; in vp8_temporal_filter_iterate_c() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 93 int byte = 0; in vp9_temporal_filter_apply_c() local 195 int byte; in temporal_filter_iterate_c() local
|
/hardware/bsp/intel/peripheral/libupm/src/at42qt1070/ |
D | at42qt1070.cxx | 71 AT42QT1070::writeByte(uint8_t reg, uint8_t byte) in writeByte()
|
/hardware/bsp/intel/peripheral/libupm/src/adc121c021/ |
D | adc121c021.cxx | 65 mraa_result_t ADC121C021::writeByte(uint8_t reg, uint8_t byte) in writeByte()
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/ |
D | viddec_pm_utils_bstream.h | 67 …am_get_au_offsets(viddec_pm_utils_bstream_cxt_t *cxt, uint32_t *bit, uint32_t *byte, uint8_t *is_e… in viddec_pm_utils_bstream_get_au_offsets()
|
/hardware/bsp/intel/peripheral/libupm/src/pca9685/ |
D | pca9685.cxx | 80 bool PCA9685::writeByte(uint8_t reg, uint8_t byte) in writeByte()
|
/hardware/bsp/intel/peripheral/libupm/src/mma7660/ |
D | mma7660.cxx | 67 bool MMA7660::writeByte(uint8_t reg, uint8_t byte) in writeByte()
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_mpo_composer.c | 163 int32_t byte; in mm_jpeg_mpo_get_app_marker() local
|
/hardware/libhardware/tests/vehicle/ |
D | vehicle-hal-tool.c | 265 char *byte = strtok(data, " "); in set_property() local
|
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/ |
D | hal_aci_tl.cxx | 37 #define REVERSE_BITS(byte) (((reverse_lookup[(byte & 0x0F)]) << 4) + reverse_lookup[((byte & 0xF0) … argument
|