HomeSort by relevance Sort by last modified time
    Searched defs:STREAM_TO_UINT16 (Results 1 - 7 of 7) sorted by null

  /hardware/qcom/bt/msm8992/libbt-vendor/include/
bt_vendor_qcom.h 23 #define STREAM_TO_UINT16(u16, p) {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) += 2;}
hw_ar3k.h 51 #define STREAM_TO_UINT16(u16, p) \
  /hardware/marvell/bt/libbt-vendor/
hardware_mrvl.c 47 #define STREAM_TO_UINT16(u16, p) \
182 STREAM_TO_UINT16(evt_params->cmd, p);
  /external/libnfc-nci/src/hal/include/
nfc_types.h 69 #define STREAM_TO_UINT16(u16, p) {u16 = ((UINT16)(*(p)) + (((UINT16)(*((p) + 1))) << 8)); (p) += 2;}
  /hardware/broadcom/libbt/src/
hardware.c 97 #define STREAM_TO_UINT16(u16, p) {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) += 2;}
631 STREAM_TO_UINT16(opcode,p);
742 STREAM_TO_UINT16(opcode,p);
    [all...]
  /external/libnfc-nci/src/include/
bt_types.h 237 #define STREAM_TO_UINT16(u16, p) {u16 = ((UINT16)(*(p)) + (((UINT16)(*((p) + 1))) << 8)); (p) += 2;}
  /system/bt/stack/include/
bt_types.h 256 #define STREAM_TO_UINT16(u16, p) {u16 = ((UINT16)(*(p)) + (((UINT16)(*((p) + 1))) << 8)); (p) += 2;}
    [all...]

Completed in 193 milliseconds