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

  /external/bluetooth/bluedroid/stack/avrc/
avrc_utils.c 193 ** Returns AVRC_OP_VENDOR, AVRC_OP_PASS_THRU or AVRC_OP_BROWSE
204 opcode = AVRC_OP_PASS_THRU;
221 ** Returns AVRC_OP_VENDOR, AVRC_OP_PASS_THRU or AVRC_OP_BROWSE
230 case AVRC_OP_PASS_THRU:
avrc_bld_ct.c 138 case AVRC_OP_PASS_THRU:
160 if (opcode != AVRC_OP_PASS_THRU)
avrc_pars_ct.c 132 case AVRC_OP_PASS_THRU: /* 0x7C panel subunit opcode */
avrc_api.c 703 case AVRC_OP_PASS_THRU:
818 *p_data++ = AVRC_OP_PASS_THRU;
    [all...]
avrc_pars_tg.c 295 case AVRC_OP_PASS_THRU: /* 0x7C panel subunit opcode */
avrc_bld_tg.c 756 case AVRC_OP_PASS_THRU:
780 if (opcode != AVRC_OP_PASS_THRU)
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 864 remote_cmd.hdr.opcode = AVRC_OP_PASS_THRU;
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_act.c 266 else if (opcode == AVRC_OP_PASS_THRU && p_msg->pass.p_pass_data != NULL)
879 if (p_data->rc_msg.opcode == AVRC_OP_PASS_THRU)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 98 #define AVRC_OP_PASS_THRU 0x7C /* panel subunit opcode */
    [all...]

Completed in 50 milliseconds