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

  /external/bluetooth/bluedroid/stack/avrc/
avrc_int.h 73 #define AVRC_CO_ID_TO_BE_STREAM(p, u32) {*(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UINT8)(u32); }
avrc_opt.c 69 AVRC_CO_ID_TO_BE_STREAM(p_data, p_msg->company_id);
avrc_api.c 146 AVRC_CO_ID_TO_BE_STREAM(p_data, AVRC_CO_METADATA);
538 AVRC_CO_ID_TO_BE_STREAM(p_rsp_data, avrc_cb.ccb[handle].company_id);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h     [all...]

Completed in 87 milliseconds