OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVRC_OP_VENDOR
(Results
1 - 10
of
10
) sorted by null
/external/bluetooth/bluedroid/stack/avrc/
avrc_utils.c
193
** Returns
AVRC_OP_VENDOR
, AVRC_OP_PASS_THRU or AVRC_OP_BROWSE
208
opcode =
AVRC_OP_VENDOR
;
221
** Returns
AVRC_OP_VENDOR
, AVRC_OP_PASS_THRU or AVRC_OP_BROWSE
231
case
AVRC_OP_VENDOR
:
avrc_bld_ct.c
142
case
AVRC_OP_VENDOR
:
165
case
AVRC_OP_VENDOR
:
avrc_pars_ct.c
128
case
AVRC_OP_VENDOR
: /* 0x00 Vendor-dependent commands */
avrc_opt.c
68
*p_data++ =
AVRC_OP_VENDOR
;
avrc_api.c
146
*p_data++ =
AVRC_OP_VENDOR
;
643
case
AVRC_OP_VENDOR
:
[
all
...]
avrc_pars_tg.c
291
case
AVRC_OP_VENDOR
: /* 0x00 Vendor-dependent commands */
avrc_bld_tg.c
760
case
AVRC_OP_VENDOR
:
785
case
AVRC_OP_VENDOR
:
/external/bluetooth/bluedroid/btif/src/
btif_rc.c
681
if (pmeta_msg->p_msg->hdr.opcode !=
AVRC_OP_VENDOR
)
[
all
...]
/external/bluetooth/bluedroid/bta/av/
bta_av_act.c
260
if (opcode ==
AVRC_OP_VENDOR
&& p_msg->vendor.p_vendor_data != NULL)
939
else if (p_data->rc_msg.opcode ==
AVRC_OP_VENDOR
)
[
all
...]
/external/bluetooth/bluedroid/stack/include/
avrc_defs.h
97
#define
AVRC_OP_VENDOR
0x00 /* Vendor-dependent commands */
[
all
...]
Completed in 387 milliseconds