Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_opt.cc57 CHECK(AVRC_CMD_BUF_SIZE > (AVRC_MIN_CMD_LEN + p_msg->vendor_len)); in avrc_vendor_msg()
58 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.cc983 CHECK(AVRC_CMD_BUF_SIZE > (AVRC_MIN_CMD_LEN + p_msg->pass_len)); in avrc_pass_msg()
985 BT_HDR* p_cmd = (BT_HDR*)osi_malloc(AVRC_CMD_BUF_SIZE); in avrc_pass_msg()
/system/bt/include/
Dbt_target.h260 #ifndef AVRC_CMD_BUF_SIZE
261 #define AVRC_CMD_BUF_SIZE 288 macro
/system/bt/stack/avct/
Davct_bcb_act.cc568 BT_HDR* p_buf = (BT_HDR*)osi_malloc(AVRC_CMD_BUF_SIZE); in avct_bcb_msg_ind()