Searched defs:AVRC_BE_STREAM_TO_CO_ID (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_int.h74 #define AVRC_BE_STREAM_TO_CO_ID(u32, p) {u32 = (((UINT32)(*((p) + 2))) + (((UINT32)(*((p) + 1))) << 8) + (((UINT32)(*(p))) << 16)); (p) += 3;} macro
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h858 #define AVRC_BE_STREAM_TO_CO_ID(u32, p) {u32 = (((UINT32)(*((p) + 2))) + (((UINT32)(*((p) + 1))) << 8) + (((UINT32)(*(p))) << 16)); (p) += 3;} macro

Completed in 281 milliseconds