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

  /external/libnfc-nci/src/hal/include/
nfc_types.h 97 #define UINT24_TO_BE_STREAM(p, u24) {*(p)++ = (UINT8)((u24) >> 16); *(p)++ = (UINT8)((u24) >> 8); *(p)++ = (UINT8)(u24);}
  /system/bt/stack/avrc/
avrc_bld_tg.c 83 UINT24_TO_BE_STREAM(p_data, p_company_id[xx]);
  /external/libnfc-nci/src/include/
bt_types.h 263 #define UINT24_TO_BE_STREAM(p, u24) {*(p)++ = (UINT8)((u24) >> 16); *(p)++ = (UINT8)((u24) >> 8); *(p)++ = (UINT8)(u24);}
  /system/bt/stack/avdt/
avdt_api.c     [all...]
  /system/bt/stack/include/
bt_types.h 281 #define UINT24_TO_BE_STREAM(p, u24) {*(p)++ = (UINT8)((u24) >> 16); *(p)++ = (UINT8)((u24) >> 8); *(p)++ = (UINT8)(u24);}
    [all...]
  /system/bt/btif/src/
btif_rc.c     [all...]

Completed in 53 milliseconds