Searched refs:AVRC_CMD_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance
60 assert(AVRC_CMD_BUF_SIZE > (AVRC_MIN_CMD_LEN + p_msg->vendor_len)); in avrc_vendor_msg()61 if ((p_cmd = (BT_HDR *) osi_malloc(AVRC_CMD_BUF_SIZE)) != NULL) in avrc_vendor_msg()105 if ((p_cmd = (BT_HDR *) osi_malloc(AVRC_CMD_BUF_SIZE)) != NULL) { in AVRC_UnitCmd()149 if ((p_cmd = (BT_HDR *) osi_malloc(AVRC_CMD_BUF_SIZE)) != NULL) { in AVRC_SubCmd()
786 assert(AVRC_CMD_BUF_SIZE > (AVRC_MIN_CMD_LEN+p_msg->pass_len)); in avrc_pass_msg()788 if ((p_cmd = (BT_HDR *) osi_malloc(AVRC_CMD_BUF_SIZE)) != NULL) { in avrc_pass_msg()
732 #ifndef AVRC_CMD_BUF_SIZE733 #define AVRC_CMD_BUF_SIZE 288 macro