Home
last modified time | relevance | path

Searched refs:AVRC_CMD_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/avrc/
Davrc_opt.c58 assert(AVRC_CMD_BUF_SIZE > (AVRC_MIN_CMD_LEN + p_msg->vendor_len)); in avrc_vendor_msg()
59 p_cmd = (BT_HDR *)osi_malloc(AVRC_CMD_BUF_SIZE); in avrc_vendor_msg()
99 BT_HDR *p_cmd = (BT_HDR *)osi_malloc(AVRC_CMD_BUF_SIZE); in AVRC_UnitCmd()
142 BT_HDR *p_cmd = (BT_HDR *)osi_malloc(AVRC_CMD_BUF_SIZE); in AVRC_SubCmd()
Davrc_api.c813 assert(AVRC_CMD_BUF_SIZE > (AVRC_MIN_CMD_LEN+p_msg->pass_len)); in avrc_pass_msg()
815 BT_HDR *p_cmd = (BT_HDR *)osi_malloc(AVRC_CMD_BUF_SIZE); in avrc_pass_msg()
/system/bt/include/
Dbt_target.h289 #ifndef AVRC_CMD_BUF_SIZE
290 #define AVRC_CMD_BUF_SIZE 288 macro