Searched refs:tAVRC_MSG (Results 1 - 8 of 8) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Davrc_api.h148 * 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,
H A Davrc_defs.h836 } tAVRC_MSG; typedef in typeref:union:__anon1331
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_pars_ct.c117 tAVRC_STS AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result, UINT8 *p_buf, UINT16 buf_len)
H A Davrc_pars_tg.c282 tAVRC_STS AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result, UINT8 *p_buf, UINT16 buf_len)
H A Davrc_api.c528 tAVRC_MSG msg;
563 memset(&msg, 0, sizeof(tAVRC_MSG) );
/external/bluetooth/bluedroid/bta/include/
H A Dbta_av_api.h411 tAVRC_MSG *p_msg;
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_int.h344 tAVRC_MSG msg;
H A Dbta_av_act.c247 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));

Completed in 108 milliseconds