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

  /hardware/qcom/bt/msm8909/libbt-vendor/include/
bt_vendor_qcom.h 32 #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/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/qcom/bt/msm8996/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 98 #define STREAM_TO_UINT16(u16, p) {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) += 2;}
633 STREAM_TO_UINT16(opcode,p);
753 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 252 #define STREAM_TO_UINT16(u16, p) {u16 = ((UINT16)(*(p)) + (((UINT16)(*((p) + 1))) << 8)); (p) += 2;}
    [all...]

Completed in 103 milliseconds