HomeSort by relevance Sort by last modified time
    Searched refs:BE_STREAM_TO_UINT24 (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nci/src/hal/include/
nfc_types.h 104 #define BE_STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*((p) + 2))) + ((UINT32)(*((p) + 1)) << 8) + ((UINT32)(*(p)) << 16)); (p) += 3;}
  /system/bt/stack/avrc/
avrc_pars_ct.c 209 BE_STREAM_TO_UINT24(p_result->get_caps.param.company_id[xx], p);
  /external/libnfc-nci/src/include/
bt_types.h 270 #define BE_STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*((p) + 2))) + ((UINT32)(*((p) + 1)) << 8) + ((UINT32)(*(p)) << 16)); (p) += 3;}
  /system/bt/stack/include/
bt_types.h 289 #define BE_STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*((p) + 2))) + ((UINT32)(*((p) + 1)) << 8) + ((UINT32)(*(p)) << 16)); (p) += 3;}
    [all...]

Completed in 77 milliseconds