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

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

Completed in 409 milliseconds