OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVRC_OP_PASS_THRU
(Results
1 - 9
of
9
) sorted by null
/external/bluetooth/bluedroid/stack/avrc/
avrc_utils.c
194
** Returns AVRC_OP_VENDOR,
AVRC_OP_PASS_THRU
or AVRC_OP_BROWSE
205
opcode =
AVRC_OP_PASS_THRU
;
222
** Returns AVRC_OP_VENDOR,
AVRC_OP_PASS_THRU
or AVRC_OP_BROWSE
231
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
129
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
743
case
AVRC_OP_PASS_THRU
:
767
if (opcode !=
AVRC_OP_PASS_THRU
)
/external/bluetooth/bluedroid/btif/src/
btif_rc.c
752
remote_cmd.hdr.opcode =
AVRC_OP_PASS_THRU
;
914
opcode =
AVRC_OP_PASS_THRU
;
[
all
...]
/external/bluetooth/bluedroid/bta/av/
bta_av_act.c
264
else if (opcode ==
AVRC_OP_PASS_THRU
&& p_msg->pass.p_pass_data != NULL)
873
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 110 milliseconds