HomeSort by relevance Sort by last modified time
    Searched refs:AVRC_CMD_BUF_SIZE (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/avrc/
avrc_opt.c 58 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);
avrc_api.c 813 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);
    [all...]
  /system/bt/include/
bt_target.h 289 #ifndef AVRC_CMD_BUF_SIZE
290 #define AVRC_CMD_BUF_SIZE 288
    [all...]

Completed in 516 milliseconds