Searched refs:AVRC_CMD_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance
58 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()
813 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()
289 #ifndef AVRC_CMD_BUF_SIZE290 #define AVRC_CMD_BUF_SIZE 288 macro