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

  /external/bluetooth/bluedroid/stack/include/
avrc_api.h 148 * callback function must copy the tAVRC_MSG structure passed to it as it
151 tAVRC_MSG *p_msg);
566 AVRC_API extern tAVRC_STS AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result,
579 AVRC_API extern tAVRC_STS AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result,
avrc_defs.h     [all...]
  /external/bluetooth/bluedroid/stack/avrc/
avrc_pars_ct.c 117 tAVRC_STS AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result, UINT8 *p_buf, UINT16 buf_len)
avrc_pars_tg.c 282 tAVRC_STS AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result, UINT8 *p_buf, UINT16 buf_len)
avrc_api.c 528 tAVRC_MSG msg;
563 memset(&msg, 0, sizeof(tAVRC_MSG) );
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_av_api.h 411 tAVRC_MSG *p_msg;
  /external/bluetooth/bluedroid/bta/av/
bta_av_int.h 344 tAVRC_MSG msg;
bta_av_act.c 247 static void bta_av_rc_msg_cback(UINT8 handle, UINT8 label, UINT8 opcode, tAVRC_MSG *p_msg)
279 memcpy(&p_buf->msg, p_msg, sizeof(tAVRC_MSG));
    [all...]

Completed in 412 milliseconds