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
/system/bt/stack/avrc/
avrc_utils.c
196
** Returns AVRC_OP_VENDOR,
AVRC_OP_PASS_THRU
or AVRC_OP_BROWSE
207
opcode =
AVRC_OP_PASS_THRU
;
224
** Returns AVRC_OP_VENDOR,
AVRC_OP_PASS_THRU
or AVRC_OP_BROWSE
233
case
AVRC_OP_PASS_THRU
:
avrc_bld_ct.c
372
case
AVRC_OP_PASS_THRU
:
392
if (opcode !=
AVRC_OP_PASS_THRU
)
avrc_api.c
711
case
AVRC_OP_PASS_THRU
:
822
*p_data++ =
AVRC_OP_PASS_THRU
;
[
all
...]
avrc_bld_tg.c
826
case
AVRC_OP_PASS_THRU
:
846
if (opcode !=
AVRC_OP_PASS_THRU
)
avrc_pars_tg.c
401
case
AVRC_OP_PASS_THRU
: /* 0x7C panel subunit opcode */
avrc_pars_ct.c
436
case
AVRC_OP_PASS_THRU
: /* 0x7C panel subunit opcode */
/system/bt/bta/av/
bta_av_act.c
268
} else if (opcode ==
AVRC_OP_PASS_THRU
&& p_msg->pass.p_pass_data != NULL) {
287
else if (opcode ==
AVRC_OP_PASS_THRU
)
881
if (p_data->rc_msg.opcode ==
AVRC_OP_PASS_THRU
)
[
all
...]
/system/bt/stack/include/
avrc_defs.h
100
#define
AVRC_OP_PASS_THRU
0x7C /* panel subunit opcode */
[
all
...]
/system/bt/btif/src/
btif_rc.c
[
all
...]
Completed in 46 milliseconds